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

Side by Side Diff: content/content_browser.gypi

Issue 2158913006: Move BroadcastChannel browser code from components/ to content/browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « content/browser/storage_partition_impl.cc ('k') | third_party/WebKit/Source/modules/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/cc.gyp:cc_surfaces', 9 '../cc/cc.gyp:cc_surfaces',
10 '../components/components.gyp:display_compositor', 10 '../components/components.gyp:display_compositor',
11 '../components/components.gyp:memory_coordinator_browser', 11 '../components/components.gyp:memory_coordinator_browser',
12 '../components/leveldb/leveldb.gyp:leveldb_lib', 12 '../components/leveldb/leveldb.gyp:leveldb_lib',
13 '../components/link_header_util/link_header_util.gyp:link_header_util', 13 '../components/link_header_util/link_header_util.gyp:link_header_util',
14 '../components/mime_util/mime_util.gyp:mime_util', 14 '../components/mime_util/mime_util.gyp:mime_util',
15 '../components/scheduler/scheduler.gyp:scheduler_common', 15 '../components/scheduler/scheduler.gyp:scheduler_common',
16 '../components/url_formatter/url_formatter.gyp:url_formatter', 16 '../components/url_formatter/url_formatter.gyp:url_formatter',
17 '../components/components.gyp:webmessaging',
18 '../crypto/crypto.gyp:crypto', 17 '../crypto/crypto.gyp:crypto',
19 '../device/battery/battery.gyp:device_battery', 18 '../device/battery/battery.gyp:device_battery',
20 '../device/battery/battery.gyp:device_battery_mojo_bindings', 19 '../device/battery/battery.gyp:device_battery_mojo_bindings',
21 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 20 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
22 '../device/gamepad/gamepad.gyp:device_gamepad', 21 '../device/gamepad/gamepad.gyp:device_gamepad',
23 '../device/usb/usb.gyp:device_usb', 22 '../device/usb/usb.gyp:device_usb',
24 '../device/power_save_blocker/power_save_blocker.gyp:device_power_save_block er', 23 '../device/power_save_blocker/power_save_blocker.gyp:device_power_save_block er',
25 '../device/vibration/vibration.gyp:device_vibration', 24 '../device/vibration/vibration.gyp:device_vibration',
26 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', 25 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
27 '../gin/gin.gyp:gin', 26 '../gin/gin.gyp:gin',
(...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 'browser/bluetooth/bluetooth_device_chooser_controller.h', 496 'browser/bluetooth/bluetooth_device_chooser_controller.h',
498 'browser/bluetooth/bluetooth_metrics.cc', 497 'browser/bluetooth/bluetooth_metrics.cc',
499 'browser/bluetooth/bluetooth_metrics.h', 498 'browser/bluetooth/bluetooth_metrics.h',
500 'browser/bluetooth/cache_query_result.h', 499 'browser/bluetooth/cache_query_result.h',
501 'browser/bluetooth/frame_connected_bluetooth_devices.cc', 500 'browser/bluetooth/frame_connected_bluetooth_devices.cc',
502 'browser/bluetooth/frame_connected_bluetooth_devices.h', 501 'browser/bluetooth/frame_connected_bluetooth_devices.h',
503 'browser/bluetooth/web_bluetooth_service_impl.cc', 502 'browser/bluetooth/web_bluetooth_service_impl.cc',
504 'browser/bluetooth/web_bluetooth_service_impl.h', 503 'browser/bluetooth/web_bluetooth_service_impl.h',
505 'browser/bootstrap_sandbox_manager_mac.cc', 504 'browser/bootstrap_sandbox_manager_mac.cc',
506 'browser/bootstrap_sandbox_manager_mac.h', 505 'browser/bootstrap_sandbox_manager_mac.h',
506 'browser/broadcast_channel/broadcast_channel_provider.cc',
507 'browser/broadcast_channel/broadcast_channel_provider.h',
507 'browser/browser_child_process_host_impl.cc', 508 'browser/browser_child_process_host_impl.cc',
508 'browser/browser_child_process_host_impl.h', 509 'browser/browser_child_process_host_impl.h',
509 'browser/browser_context.cc', 510 'browser/browser_context.cc',
510 'browser/browser_ipc_logging.cc', 511 'browser/browser_ipc_logging.cc',
511 'browser/browser_main.cc', 512 'browser/browser_main.cc',
512 'browser/browser_main.h', 513 'browser/browser_main.h',
513 'browser/browser_main_loop.cc', 514 'browser/browser_main_loop.cc',
514 'browser/browser_main_loop.h', 515 'browser/browser_main_loop.h',
515 'browser/browser_main_runner.cc', 516 'browser/browser_main_runner.cc',
516 'browser/browser_plugin/browser_plugin_embedder.cc', 517 'browser/browser_plugin/browser_plugin_embedder.cc',
(...skipping 1650 matching lines...) Expand 10 before | Expand all | Expand 10 after
2167 ], 2168 ],
2168 }], 2169 }],
2169 ['OS != "mac" and OS != "android"', { 2170 ['OS != "mac" and OS != "android"', {
2170 'sources!': [ 2171 'sources!': [
2171 'browser/gpu/gpu_surface_tracker.cc', 2172 'browser/gpu/gpu_surface_tracker.cc',
2172 'browser/gpu/gpu_surface_tracker.h', 2173 'browser/gpu/gpu_surface_tracker.h',
2173 ], 2174 ],
2174 }], 2175 }],
2175 ], 2176 ],
2176 } 2177 }
OLDNEW
« no previous file with comments | « content/browser/storage_partition_impl.cc ('k') | third_party/WebKit/Source/modules/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698