| 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 545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 556 "mac/mac_startup_profiler.cc", | 556 "mac/mac_startup_profiler.cc", |
| 557 "mac/mac_startup_profiler.h", | 557 "mac/mac_startup_profiler.h", |
| 558 "mac/master_prefs.h", | 558 "mac/master_prefs.h", |
| 559 "mac/master_prefs.mm", | 559 "mac/master_prefs.mm", |
| 560 "mac/nsprocessinfo_additions.h", | 560 "mac/nsprocessinfo_additions.h", |
| 561 "mac/nsprocessinfo_additions.mm", | 561 "mac/nsprocessinfo_additions.mm", |
| 562 "mac/relauncher.h", | 562 "mac/relauncher.h", |
| 563 "mac/relauncher.mm", | 563 "mac/relauncher.mm", |
| 564 "mac/security_wrappers.cc", | 564 "mac/security_wrappers.cc", |
| 565 "mac/security_wrappers.h", | 565 "mac/security_wrappers.h", |
| 566 "manifest/manifest_icon_downloader.cc", | |
| 567 "manifest/manifest_icon_downloader.h", | |
| 568 "manifest/manifest_icon_selector.cc", | |
| 569 "manifest/manifest_icon_selector.h", | |
| 570 "media/cast_remoting_connector.cc", | 566 "media/cast_remoting_connector.cc", |
| 571 "media/cast_remoting_connector.h", | 567 "media/cast_remoting_connector.h", |
| 572 "media/cast_remoting_connector_messaging.cc", | 568 "media/cast_remoting_connector_messaging.cc", |
| 573 "media/cast_remoting_connector_messaging.h", | 569 "media/cast_remoting_connector_messaging.h", |
| 574 "media/cast_remoting_sender.cc", | 570 "media/cast_remoting_sender.cc", |
| 575 "media/cast_remoting_sender.h", | 571 "media/cast_remoting_sender.h", |
| 576 "media/media_access_handler.cc", | 572 "media/media_access_handler.cc", |
| 577 "media/media_access_handler.h", | 573 "media/media_access_handler.h", |
| 578 "media/media_device_id_salt.cc", | 574 "media/media_device_id_salt.cc", |
| 579 "media/media_device_id_salt.h", | 575 "media/media_device_id_salt.h", |
| (...skipping 4224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4804 "//components/search_engines", | 4800 "//components/search_engines", |
| 4805 "//rlz:rlz_lib", | 4801 "//rlz:rlz_lib", |
| 4806 ] | 4802 ] |
| 4807 } | 4803 } |
| 4808 } | 4804 } |
| 4809 | 4805 |
| 4810 service_manifest("preferences_forwarder_manifest") { | 4806 service_manifest("preferences_forwarder_manifest") { |
| 4811 name = "preferences_forwarder" | 4807 name = "preferences_forwarder" |
| 4812 source = "prefs/forwarder_manifest.json" | 4808 source = "prefs/forwarder_manifest.json" |
| 4813 } | 4809 } |
| OLD | NEW |