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

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

Issue 2453623003: Decouple MediaSession messages from WebContents (full patch) (Closed)
Patch Set: nit Created 4 years, 1 month 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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 "interstitial_page_delegate.cc", 129 "interstitial_page_delegate.cc",
130 "interstitial_page_delegate.h", 130 "interstitial_page_delegate.h",
131 "invalidate_type.h", 131 "invalidate_type.h",
132 "javascript_dialog_manager.cc", 132 "javascript_dialog_manager.cc",
133 "javascript_dialog_manager.h", 133 "javascript_dialog_manager.h",
134 "load_notification_details.h", 134 "load_notification_details.h",
135 "local_storage_usage_info.h", 135 "local_storage_usage_info.h",
136 "media_capture_devices.h", 136 "media_capture_devices.h",
137 "media_device_id.cc", 137 "media_device_id.cc",
138 "media_device_id.h", 138 "media_device_id.h",
139 "media_session.h",
140 "media_session_observer.cc",
141 "media_session_observer.h",
139 "memory_coordinator_delegate.h", 142 "memory_coordinator_delegate.h",
140 "memory_pressure_controller.cc", 143 "memory_pressure_controller.cc",
141 "memory_pressure_controller.h", 144 "memory_pressure_controller.h",
142 "message_port_delegate.h", 145 "message_port_delegate.h",
143 "message_port_provider.h", 146 "message_port_provider.h",
144 "native_web_keyboard_event.h", 147 "native_web_keyboard_event.h",
145 "navigation_controller.cc", 148 "navigation_controller.cc",
146 "navigation_controller.h", 149 "navigation_controller.h",
147 "navigation_data.h", 150 "navigation_data.h",
148 "navigation_details.cc", 151 "navigation_details.cc",
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 324
322 if (is_android) { 325 if (is_android) {
323 deps += [ "//ui/android" ] 326 deps += [ "//ui/android" ]
324 } 327 }
325 328
326 if (use_aura) { 329 if (use_aura) {
327 sources -= [ "context_factory.h" ] 330 sources -= [ "context_factory.h" ]
328 deps += [ "//ui/aura" ] 331 deps += [ "//ui/aura" ]
329 } 332 }
330 } 333 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698