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

Side by Side Diff: content/content_browser.gypi

Issue 1137453002: content: Pass IOSurface references using Mach IPC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update comment Created 5 years, 7 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 (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 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../device/battery/battery.gyp:device_battery', 9 '../device/battery/battery.gyp:device_battery',
10 '../device/battery/battery.gyp:device_battery_mojo_bindings', 10 '../device/battery/battery.gyp:device_battery_mojo_bindings',
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 'browser/background_sync/background_sync_network_observer.h', 439 'browser/background_sync/background_sync_network_observer.h',
440 'browser/bad_message.cc', 440 'browser/bad_message.cc',
441 'browser/bad_message.h', 441 'browser/bad_message.h',
442 'browser/bluetooth/bluetooth_dispatcher_host.cc', 442 'browser/bluetooth/bluetooth_dispatcher_host.cc',
443 'browser/bluetooth/bluetooth_dispatcher_host.h', 443 'browser/bluetooth/bluetooth_dispatcher_host.h',
444 'browser/bootstrap_sandbox_mac.cc', 444 'browser/bootstrap_sandbox_mac.cc',
445 'browser/bootstrap_sandbox_mac.h', 445 'browser/bootstrap_sandbox_mac.h',
446 'browser/browser_child_process_host_impl.cc', 446 'browser/browser_child_process_host_impl.cc',
447 'browser/browser_child_process_host_impl.h', 447 'browser/browser_child_process_host_impl.h',
448 'browser/browser_context.cc', 448 'browser/browser_context.cc',
449 'browser/browser_io_surface_manager_mac.cc',
450 'browser/browser_io_surface_manager_mac.h',
449 'browser/browser_ipc_logging.cc', 451 'browser/browser_ipc_logging.cc',
450 'browser/browser_main.cc', 452 'browser/browser_main.cc',
451 'browser/browser_main.h', 453 'browser/browser_main.h',
452 'browser/browser_main_loop.cc', 454 'browser/browser_main_loop.cc',
453 'browser/browser_main_loop.h', 455 'browser/browser_main_loop.h',
454 'browser/browser_main_runner.cc', 456 'browser/browser_main_runner.cc',
455 'browser/browser_plugin/browser_plugin_embedder.cc', 457 'browser/browser_plugin/browser_plugin_embedder.cc',
456 'browser/browser_plugin/browser_plugin_embedder.h', 458 'browser/browser_plugin/browser_plugin_embedder.h',
457 'browser/browser_plugin/browser_plugin_guest.cc', 459 'browser/browser_plugin/browser_plugin_guest.cc',
458 'browser/browser_plugin/browser_plugin_guest.h', 460 'browser/browser_plugin/browser_plugin_guest.h',
(...skipping 1581 matching lines...) Expand 10 before | Expand all | Expand 10 after
2040 'browser/media/media_web_contents_observer.h', 2042 'browser/media/media_web_contents_observer.h',
2041 ], 2043 ],
2042 }], 2044 }],
2043 ['OS == "linux" and use_openssl==1', { 2045 ['OS == "linux" and use_openssl==1', {
2044 'dependencies': [ 2046 'dependencies': [
2045 '../third_party/boringssl/boringssl.gyp:boringssl', 2047 '../third_party/boringssl/boringssl.gyp:boringssl',
2046 ], 2048 ],
2047 }], 2049 }],
2048 ], 2050 ],
2049 } 2051 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698