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

Side by Side Diff: content/public/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/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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 "indexed_db_info.h", 133 "indexed_db_info.h",
134 "interstitial_page.h", 134 "interstitial_page.h",
135 "interstitial_page_delegate.cc", 135 "interstitial_page_delegate.cc",
136 "interstitial_page_delegate.h", 136 "interstitial_page_delegate.h",
137 "invalidate_type.h", 137 "invalidate_type.h",
138 "javascript_dialog_manager.cc", 138 "javascript_dialog_manager.cc",
139 "javascript_dialog_manager.h", 139 "javascript_dialog_manager.h",
140 "keyboard_event_processing_result.h", 140 "keyboard_event_processing_result.h",
141 "load_notification_details.h", 141 "load_notification_details.h",
142 "local_storage_usage_info.h", 142 "local_storage_usage_info.h",
143 "manifest_icon_downloader.h",
144 "manifest_icon_selector.h",
143 "media_capture_devices.h", 145 "media_capture_devices.h",
144 "media_device_id.cc", 146 "media_device_id.cc",
145 "media_device_id.h", 147 "media_device_id.h",
146 "media_request_state.h", 148 "media_request_state.h",
147 "media_session.h", 149 "media_session.h",
148 "media_session_observer.cc", 150 "media_session_observer.cc",
149 "media_session_observer.h", 151 "media_session_observer.h",
150 "memory_coordinator.h", 152 "memory_coordinator.h",
151 "memory_coordinator_delegate.h", 153 "memory_coordinator_delegate.h",
152 "message_port_provider.h", 154 "message_port_provider.h",
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 ] 350 ]
349 } 351 }
350 352
351 if (is_chromeos) { 353 if (is_chromeos) {
352 sources += [ 354 sources += [
353 "arc_tracing_agent.cc", 355 "arc_tracing_agent.cc",
354 "arc_tracing_agent.h", 356 "arc_tracing_agent.h",
355 ] 357 ]
356 } 358 }
357 } 359 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698