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

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: re-upload 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
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 '../third_party/re2/re2.gyp:re2', 7 '../third_party/re2/re2.gyp:re2',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 1465 matching lines...) Expand 10 before | Expand all | Expand 10 after
1476 '../build/linux/system.gyp:fontconfig', 1476 '../build/linux/system.gyp:fontconfig',
1477 '../build/linux/system.gyp:gtk', 1477 '../build/linux/system.gyp:gtk',
1478 # For XShm* in backing_store_x.cc 1478 # For XShm* in backing_store_x.cc
1479 '../build/linux/system.gyp:x11', 1479 '../build/linux/system.gyp:x11',
1480 ], 1480 ],
1481 }], 1481 }],
1482 ['OS=="linux"', { 1482 ['OS=="linux"', {
1483 'dependencies': [ 1483 'dependencies': [
1484 '../sandbox/sandbox.gyp:libc_urandom_override', 1484 '../sandbox/sandbox.gyp:libc_urandom_override',
1485 ], 1485 ],
1486 'link_settings': {
1487 'libraries': [
1488 '-ldrm',
1489 '-ldrm_intel',
1490 ],
1491 },
1486 }], 1492 }],
1487 ['use_udev == 1', { 1493 ['use_udev == 1', {
1488 'dependencies': [ 1494 'dependencies': [
1489 '../build/linux/system.gyp:udev', 1495 '../build/linux/system.gyp:udev',
1490 ], 1496 ],
1491 }, { 1497 }, {
1492 'sources!': [ 1498 'sources!': [
1493 'browser/device_monitor_udev.cc', 1499 'browser/device_monitor_udev.cc',
1494 'browser/device_monitor_udev.h', 1500 'browser/device_monitor_udev.h',
1495 'browser/gamepad/gamepad_platform_data_fetcher_linux.cc', 1501 'browser/gamepad/gamepad_platform_data_fetcher_linux.cc',
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
1671 '../build/linux/system.gyp:dbus', 1677 '../build/linux/system.gyp:dbus',
1672 '../dbus/dbus.gyp:dbus', 1678 '../dbus/dbus.gyp:dbus',
1673 ], 1679 ],
1674 }, { # OS != "linux" or use_dbus==0 1680 }, { # OS != "linux" or use_dbus==0
1675 'sources!': [ 1681 'sources!': [
1676 'browser/geolocation/wifi_data_provider_linux.cc', 1682 'browser/geolocation/wifi_data_provider_linux.cc',
1677 ], 1683 ],
1678 }], 1684 }],
1679 ], 1685 ],
1680 } 1686 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698