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

Side by Side Diff: content/public/browser/BUILD.gn

Issue 2933743002: Move chrome/browser/manifest to content/browser. (Closed)
Patch Set: rebased 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/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 # See //content/BUILD.gn for how this works. 7 # See //content/BUILD.gn for how this works.
8 group("browser") { 8 group("browser") {
9 if (is_component_build) { 9 if (is_component_build) {
10 public_deps = [ 10 public_deps = [
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 "indexed_db_info.h", 132 "indexed_db_info.h",
133 "interstitial_page.h", 133 "interstitial_page.h",
134 "interstitial_page_delegate.cc", 134 "interstitial_page_delegate.cc",
135 "interstitial_page_delegate.h", 135 "interstitial_page_delegate.h",
136 "invalidate_type.h", 136 "invalidate_type.h",
137 "javascript_dialog_manager.cc", 137 "javascript_dialog_manager.cc",
138 "javascript_dialog_manager.h", 138 "javascript_dialog_manager.h",
139 "keyboard_event_processing_result.h", 139 "keyboard_event_processing_result.h",
140 "load_notification_details.h", 140 "load_notification_details.h",
141 "local_storage_usage_info.h", 141 "local_storage_usage_info.h",
142 "manifest_icon_downloader.h",
143 "manifest_icon_selector.h",
142 "media_capture_devices.h", 144 "media_capture_devices.h",
143 "media_device_id.cc", 145 "media_device_id.cc",
144 "media_device_id.h", 146 "media_device_id.h",
145 "media_request_state.h", 147 "media_request_state.h",
146 "media_session.h", 148 "media_session.h",
147 "media_session_observer.cc", 149 "media_session_observer.cc",
148 "media_session_observer.h", 150 "media_session_observer.h",
149 "memory_coordinator.h", 151 "memory_coordinator.h",
150 "memory_coordinator_delegate.h", 152 "memory_coordinator_delegate.h",
151 "message_port_provider.h", 153 "message_port_provider.h",
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 ] 349 ]
348 } 350 }
349 351
350 if (is_chromeos) { 352 if (is_chromeos) {
351 sources += [ 353 sources += [
352 "arc_tracing_agent.cc", 354 "arc_tracing_agent.cc",
353 "arc_tracing_agent.h", 355 "arc_tracing_agent.h",
354 ] 356 ]
355 } 357 }
356 } 358 }
OLDNEW
« no previous file with comments | « content/browser/manifest/manifest_icon_selector_unittest.cc ('k') | content/public/browser/manifest_icon_downloader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698