| 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 512 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 523 "mac/keystone_glue.h", | 523 "mac/keystone_glue.h", |
| 524 "mac/keystone_glue.mm", | 524 "mac/keystone_glue.mm", |
| 525 "mac/keystone_registration.h", | 525 "mac/keystone_registration.h", |
| 526 "mac/keystone_registration.mm", | 526 "mac/keystone_registration.mm", |
| 527 "mac/mac_startup_profiler.cc", | 527 "mac/mac_startup_profiler.cc", |
| 528 "mac/mac_startup_profiler.h", | 528 "mac/mac_startup_profiler.h", |
| 529 "mac/master_prefs.h", | 529 "mac/master_prefs.h", |
| 530 "mac/master_prefs.mm", | 530 "mac/master_prefs.mm", |
| 531 "mac/nsprocessinfo_additions.h", | 531 "mac/nsprocessinfo_additions.h", |
| 532 "mac/nsprocessinfo_additions.mm", | 532 "mac/nsprocessinfo_additions.mm", |
| 533 "mac/patch_nsmenu_key_window_bug.mm", |
| 533 "mac/relauncher.h", | 534 "mac/relauncher.h", |
| 534 "mac/relauncher.mm", | 535 "mac/relauncher.mm", |
| 535 "mac/security_wrappers.cc", | 536 "mac/security_wrappers.cc", |
| 536 "mac/security_wrappers.h", | 537 "mac/security_wrappers.h", |
| 537 "manifest/manifest_icon_downloader.cc", | 538 "manifest/manifest_icon_downloader.cc", |
| 538 "manifest/manifest_icon_downloader.h", | 539 "manifest/manifest_icon_downloader.h", |
| 539 "manifest/manifest_icon_selector.cc", | 540 "manifest/manifest_icon_selector.cc", |
| 540 "manifest/manifest_icon_selector.h", | 541 "manifest/manifest_icon_selector.h", |
| 541 "media/media_access_handler.h", | 542 "media/media_access_handler.h", |
| 542 "media/media_device_id_salt.cc", | 543 "media/media_device_id_salt.cc", |
| (...skipping 4002 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4545 "media/pepper_cdm_test_constants.cc", | 4546 "media/pepper_cdm_test_constants.cc", |
| 4546 "media/pepper_cdm_test_constants.h", | 4547 "media/pepper_cdm_test_constants.h", |
| 4547 ] | 4548 ] |
| 4548 } | 4549 } |
| 4549 } | 4550 } |
| 4550 | 4551 |
| 4551 service_manifest("preferences_manifest") { | 4552 service_manifest("preferences_manifest") { |
| 4552 name = "preferences" | 4553 name = "preferences" |
| 4553 source = "prefs/preferences_manifest.json" | 4554 source = "prefs/preferences_manifest.json" |
| 4554 } | 4555 } |
| OLD | NEW |