Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2774203002: Migrate about:flags messages to const char* (Closed)
Patch Set: fix iOS compilation Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 "favicon/fallback_icon_service_factory.h", 399 "favicon/fallback_icon_service_factory.h",
400 "favicon/favicon_service_factory.cc", 400 "favicon/favicon_service_factory.cc",
401 "favicon/favicon_service_factory.h", 401 "favicon/favicon_service_factory.h",
402 "favicon/favicon_utils.cc", 402 "favicon/favicon_utils.cc",
403 "favicon/favicon_utils.h", 403 "favicon/favicon_utils.h",
404 "favicon/large_icon_service_factory.cc", 404 "favicon/large_icon_service_factory.cc",
405 "favicon/large_icon_service_factory.h", 405 "favicon/large_icon_service_factory.h",
406 "file_select_helper.cc", 406 "file_select_helper.cc",
407 "file_select_helper.h", 407 "file_select_helper.h",
408 "file_select_helper_mac.mm", 408 "file_select_helper_mac.mm",
409 "flag_descriptions.cc",
410 "flag_descriptions.h",
409 "fullscreen.h", 411 "fullscreen.h",
410 "fullscreen_chromeos.cc", 412 "fullscreen_chromeos.cc",
411 "fullscreen_mac.mm", 413 "fullscreen_mac.mm",
412 "fullscreen_win.cc", 414 "fullscreen_win.cc",
413 "gcm/gcm_product_util.cc", 415 "gcm/gcm_product_util.cc",
414 "gcm/gcm_product_util.h", 416 "gcm/gcm_product_util.h",
415 "gcm/gcm_profile_service_factory.cc", 417 "gcm/gcm_profile_service_factory.cc",
416 "gcm/gcm_profile_service_factory.h", 418 "gcm/gcm_profile_service_factory.h",
417 "gcm/instance_id/instance_id_profile_service.cc", 419 "gcm/instance_id/instance_id_profile_service.cc",
418 "gcm/instance_id/instance_id_profile_service.h", 420 "gcm/instance_id/instance_id_profile_service.h",
(...skipping 4194 matching lines...) Expand 10 before | Expand all | Expand 10 after
4613 "media/pepper_cdm_test_constants.cc", 4615 "media/pepper_cdm_test_constants.cc",
4614 "media/pepper_cdm_test_constants.h", 4616 "media/pepper_cdm_test_constants.h",
4615 ] 4617 ]
4616 } 4618 }
4617 } 4619 }
4618 4620
4619 service_manifest("preferences_manifest") { 4621 service_manifest("preferences_manifest") {
4620 name = "preferences" 4622 name = "preferences"
4621 source = "prefs/preferences_manifest.json" 4623 source = "prefs/preferences_manifest.json"
4622 } 4624 }
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698