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

Side by Side Diff: content/content_browser.gypi

Issue 186123006: zero copy - NOT FOR REVIEW Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: minus ui-map-image and ui-impl-side setting, plus tiled mode Created 6 years, 9 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/common/gpu/client/gpu_memory_buffer_impl_foobar.cc ('k') | content/content_common.gypi » ('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 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../google_apis/google_apis.gyp:google_apis', 9 '../google_apis/google_apis.gyp:google_apis',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 1493 matching lines...) Expand 10 before | Expand all | Expand 10 after
1504 # For FcLangSetAdd call in render_sandbox_host_linux.cc 1504 # For FcLangSetAdd call in render_sandbox_host_linux.cc
1505 '../build/linux/system.gyp:fontconfig', 1505 '../build/linux/system.gyp:fontconfig',
1506 '../build/linux/system.gyp:gtk', 1506 '../build/linux/system.gyp:gtk',
1507 # For XShm* in backing_store_x.cc 1507 # For XShm* in backing_store_x.cc
1508 '../build/linux/system.gyp:x11', 1508 '../build/linux/system.gyp:x11',
1509 ], 1509 ],
1510 }], 1510 }],
1511 ['OS=="linux"', { 1511 ['OS=="linux"', {
1512 'dependencies': [ 1512 'dependencies': [
1513 '../sandbox/sandbox.gyp:libc_urandom_override', 1513 '../sandbox/sandbox.gyp:libc_urandom_override',
1514 '<(DEPTH)/build/linux/system.gyp:dridrm',
1514 ], 1515 ],
1516 'link_settings': {
1517 'libraries': [
1518 '-ldrm_intel',
1519 ],
1520 },
1515 }], 1521 }],
1516 ['use_udev == 1', { 1522 ['use_udev == 1', {
1517 'dependencies': [ 1523 'dependencies': [
1518 '../build/linux/system.gyp:udev', 1524 '../build/linux/system.gyp:udev',
1519 ], 1525 ],
1520 }, { 1526 }, {
1521 'sources!': [ 1527 'sources!': [
1522 'browser/device_monitor_udev.cc', 1528 'browser/device_monitor_udev.cc',
1523 'browser/device_monitor_udev.h', 1529 'browser/device_monitor_udev.h',
1524 'browser/gamepad/gamepad_platform_data_fetcher_linux.cc', 1530 'browser/gamepad/gamepad_platform_data_fetcher_linux.cc',
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
1700 '../build/linux/system.gyp:dbus', 1706 '../build/linux/system.gyp:dbus',
1701 '../dbus/dbus.gyp:dbus', 1707 '../dbus/dbus.gyp:dbus',
1702 ], 1708 ],
1703 }, { # OS != "linux" or use_dbus==0 1709 }, { # OS != "linux" or use_dbus==0
1704 'sources!': [ 1710 'sources!': [
1705 'browser/geolocation/wifi_data_provider_linux.cc', 1711 'browser/geolocation/wifi_data_provider_linux.cc',
1706 ], 1712 ],
1707 }], 1713 }],
1708 ], 1714 ],
1709 } 1715 }
OLDNEW
« no previous file with comments | « content/common/gpu/client/gpu_memory_buffer_impl_foobar.cc ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698