| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |