| 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 510 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 521 "mac/keystone_glue.h", | 521 "mac/keystone_glue.h", |
| 522 "mac/keystone_glue.mm", | 522 "mac/keystone_glue.mm", |
| 523 "mac/keystone_registration.h", | 523 "mac/keystone_registration.h", |
| 524 "mac/keystone_registration.mm", | 524 "mac/keystone_registration.mm", |
| 525 "mac/mac_startup_profiler.cc", | 525 "mac/mac_startup_profiler.cc", |
| 526 "mac/mac_startup_profiler.h", | 526 "mac/mac_startup_profiler.h", |
| 527 "mac/master_prefs.h", | 527 "mac/master_prefs.h", |
| 528 "mac/master_prefs.mm", | 528 "mac/master_prefs.mm", |
| 529 "mac/nsprocessinfo_additions.h", | 529 "mac/nsprocessinfo_additions.h", |
| 530 "mac/nsprocessinfo_additions.mm", | 530 "mac/nsprocessinfo_additions.mm", |
| 531 "mac/patch_nsmenu_key_window_bug.mm", |
| 531 "mac/relauncher.h", | 532 "mac/relauncher.h", |
| 532 "mac/relauncher.mm", | 533 "mac/relauncher.mm", |
| 533 "mac/security_wrappers.cc", | 534 "mac/security_wrappers.cc", |
| 534 "mac/security_wrappers.h", | 535 "mac/security_wrappers.h", |
| 535 "manifest/manifest_icon_downloader.cc", | 536 "manifest/manifest_icon_downloader.cc", |
| 536 "manifest/manifest_icon_downloader.h", | 537 "manifest/manifest_icon_downloader.h", |
| 537 "manifest/manifest_icon_selector.cc", | 538 "manifest/manifest_icon_selector.cc", |
| 538 "manifest/manifest_icon_selector.h", | 539 "manifest/manifest_icon_selector.h", |
| 539 "media/media_access_handler.h", | 540 "media/media_access_handler.h", |
| 540 "media/media_device_id_salt.cc", | 541 "media/media_device_id_salt.cc", |
| (...skipping 3988 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4529 "media/pepper_cdm_test_constants.cc", | 4530 "media/pepper_cdm_test_constants.cc", |
| 4530 "media/pepper_cdm_test_constants.h", | 4531 "media/pepper_cdm_test_constants.h", |
| 4531 ] | 4532 ] |
| 4532 } | 4533 } |
| 4533 } | 4534 } |
| 4534 | 4535 |
| 4535 service_manifest("preferences_manifest") { | 4536 service_manifest("preferences_manifest") { |
| 4536 name = "preferences" | 4537 name = "preferences" |
| 4537 source = "prefs/preferences_manifest.json" | 4538 source = "prefs/preferences_manifest.json" |
| 4538 } | 4539 } |
| OLD | NEW |