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

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

Issue 2721333005: Reauthorize Keychain to Replace Developer ID Certificate (Closed)
Patch Set: Remove histogram.h include Created 3 years, 9 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 | « no previous file | chrome/browser/mac/keychain_reauthorize.h » ('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 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 "loader/predictor_resource_throttle.cc", 513 "loader/predictor_resource_throttle.cc",
514 "loader/predictor_resource_throttle.h", 514 "loader/predictor_resource_throttle.h",
515 "mac/bluetooth_utility.h", 515 "mac/bluetooth_utility.h",
516 "mac/bluetooth_utility.mm", 516 "mac/bluetooth_utility.mm",
517 "mac/dock.h", 517 "mac/dock.h",
518 "mac/dock.mm", 518 "mac/dock.mm",
519 "mac/exception_processor.h", 519 "mac/exception_processor.h",
520 "mac/exception_processor.mm", 520 "mac/exception_processor.mm",
521 "mac/install_from_dmg.h", 521 "mac/install_from_dmg.h",
522 "mac/install_from_dmg.mm", 522 "mac/install_from_dmg.mm",
523 "mac/keychain_reauthorize.h",
524 "mac/keychain_reauthorize.mm",
523 "mac/keystone_glue.h", 525 "mac/keystone_glue.h",
524 "mac/keystone_glue.mm", 526 "mac/keystone_glue.mm",
525 "mac/keystone_registration.h", 527 "mac/keystone_registration.h",
526 "mac/keystone_registration.mm", 528 "mac/keystone_registration.mm",
527 "mac/mac_startup_profiler.cc", 529 "mac/mac_startup_profiler.cc",
528 "mac/mac_startup_profiler.h", 530 "mac/mac_startup_profiler.h",
529 "mac/master_prefs.h", 531 "mac/master_prefs.h",
530 "mac/master_prefs.mm", 532 "mac/master_prefs.mm",
531 "mac/nsprocessinfo_additions.h", 533 "mac/nsprocessinfo_additions.h",
532 "mac/nsprocessinfo_additions.mm", 534 "mac/nsprocessinfo_additions.mm",
(...skipping 4011 matching lines...) Expand 10 before | Expand all | Expand 10 after
4544 "media/pepper_cdm_test_constants.cc", 4546 "media/pepper_cdm_test_constants.cc",
4545 "media/pepper_cdm_test_constants.h", 4547 "media/pepper_cdm_test_constants.h",
4546 ] 4548 ]
4547 } 4549 }
4548 } 4550 }
4549 4551
4550 service_manifest("preferences_manifest") { 4552 service_manifest("preferences_manifest") {
4551 name = "preferences" 4553 name = "preferences"
4552 source = "prefs/preferences_manifest.json" 4554 source = "prefs/preferences_manifest.json"
4553 } 4555 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/mac/keychain_reauthorize.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698