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 539 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
550 "mac/mac_startup_profiler.cc", | 550 "mac/mac_startup_profiler.cc", |
551 "mac/mac_startup_profiler.h", | 551 "mac/mac_startup_profiler.h", |
552 "mac/master_prefs.h", | 552 "mac/master_prefs.h", |
553 "mac/master_prefs.mm", | 553 "mac/master_prefs.mm", |
554 "mac/nsprocessinfo_additions.h", | 554 "mac/nsprocessinfo_additions.h", |
555 "mac/nsprocessinfo_additions.mm", | 555 "mac/nsprocessinfo_additions.mm", |
556 "mac/relauncher.h", | 556 "mac/relauncher.h", |
557 "mac/relauncher.mm", | 557 "mac/relauncher.mm", |
558 "mac/security_wrappers.cc", | 558 "mac/security_wrappers.cc", |
559 "mac/security_wrappers.h", | 559 "mac/security_wrappers.h", |
560 "manifest/manifest_icon_downloader.cc", | |
561 "manifest/manifest_icon_downloader.h", | |
562 "manifest/manifest_icon_selector.cc", | |
563 "manifest/manifest_icon_selector.h", | |
564 "media/cast_remoting_connector.cc", | 560 "media/cast_remoting_connector.cc", |
565 "media/cast_remoting_connector.h", | 561 "media/cast_remoting_connector.h", |
566 "media/cast_remoting_connector_messaging.cc", | 562 "media/cast_remoting_connector_messaging.cc", |
567 "media/cast_remoting_connector_messaging.h", | 563 "media/cast_remoting_connector_messaging.h", |
568 "media/cast_remoting_sender.cc", | 564 "media/cast_remoting_sender.cc", |
569 "media/cast_remoting_sender.h", | 565 "media/cast_remoting_sender.h", |
570 "media/media_access_handler.cc", | 566 "media/media_access_handler.cc", |
571 "media/media_access_handler.h", | 567 "media/media_access_handler.h", |
572 "media/media_device_id_salt.cc", | 568 "media/media_device_id_salt.cc", |
573 "media/media_device_id_salt.h", | 569 "media/media_device_id_salt.h", |
(...skipping 4200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4774 "//components/search_engines", | 4770 "//components/search_engines", |
4775 "//rlz:rlz_lib", | 4771 "//rlz:rlz_lib", |
4776 ] | 4772 ] |
4777 } | 4773 } |
4778 } | 4774 } |
4779 | 4775 |
4780 service_manifest("preferences_forwarder_manifest") { | 4776 service_manifest("preferences_forwarder_manifest") { |
4781 name = "preferences_forwarder" | 4777 name = "preferences_forwarder" |
4782 source = "prefs/forwarder_manifest.json" | 4778 source = "prefs/forwarder_manifest.json" |
4783 } | 4779 } |
OLD | NEW |