Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(62)

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2933743002: Move chrome/browser/manifest to content/browser. (Closed)
Patch Set: Move chrome/browser/manifest to content/browser. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/installable/installable_manager.cc » ('j') | content/browser/manifest/manifest_icon_downloader.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698