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

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

Issue 2774203002: Migrate about:flags messages to const char* (Closed)
Patch Set: iOS OWNERS 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
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 "flags_descriptions.cc",
410 "flags_descriptions.h",
agrieve 2017/03/27 15:43:24 Super nit: "flag_descriptions.*" would sound bette
Alexei Svitkine (slow) 2017/03/27 16:37:28 We're not doing it for the other source files... s
vabr (Chromium) 2017/03/27 16:48:25 I think agrieve@ meant I keep "flags" singular: "f
Alexei Svitkine (slow) 2017/03/27 16:55:39 Oops, I did indeed misread that comment. :)
vabr (Chromium) 2017/03/27 18:12:33 Done.
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 4189 matching lines...) Expand 10 before | Expand all | Expand 10 after
4608 "media/pepper_cdm_test_constants.cc", 4610 "media/pepper_cdm_test_constants.cc",
4609 "media/pepper_cdm_test_constants.h", 4611 "media/pepper_cdm_test_constants.h",
4610 ] 4612 ]
4611 } 4613 }
4612 } 4614 }
4613 4615
4614 service_manifest("preferences_manifest") { 4616 service_manifest("preferences_manifest") {
4615 name = "preferences" 4617 name = "preferences"
4616 source = "prefs/preferences_manifest.json" 4618 source = "prefs/preferences_manifest.json"
4617 } 4619 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698