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

Side by Side Diff: content/content_browser.gypi

Issue 22751007: Linux: use sandbox binary alongside chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « content/browser/browser_main_loop.cc ('k') | no next file » | 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 'browser/speech/proto/speech_proto.gyp:speech_proto', 7 'browser/speech/proto/speech_proto.gyp:speech_proto',
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 1333 matching lines...) Expand 10 before | Expand all | Expand 10 after
1344 # For XShm* in backing_store_x.cc 1344 # For XShm* in backing_store_x.cc
1345 '../build/linux/system.gyp:x11', 1345 '../build/linux/system.gyp:x11',
1346 '../dbus/dbus.gyp:dbus', 1346 '../dbus/dbus.gyp:dbus',
1347 ], 1347 ],
1348 }], 1348 }],
1349 ['OS=="linux"', { 1349 ['OS=="linux"', {
1350 'dependencies': [ 1350 'dependencies': [
1351 '../build/linux/system.gyp:udev', 1351 '../build/linux/system.gyp:udev',
1352 '../sandbox/sandbox.gyp:libc_urandom_override', 1352 '../sandbox/sandbox.gyp:libc_urandom_override',
1353 ], 1353 ],
1354 # Set LINUX_SANDBOX_PATH for Linux, including Chrome OS
1355 'conditions': [
1356 ['linux_sandbox_path != ""', {
1357 'defines': [
1358 'LINUX_SANDBOX_PATH="<(linux_sandbox_path)"',
1359 ],
1360 }],
1361 ],
1362 }], 1354 }],
1363 ['OS=="linux" and use_aura==1', { 1355 ['OS=="linux" and use_aura==1', {
1364 'dependencies': [ 1356 'dependencies': [
1365 '../build/linux/system.gyp:dbus', 1357 '../build/linux/system.gyp:dbus',
1366 '../build/linux/system.gyp:fontconfig', 1358 '../build/linux/system.gyp:fontconfig',
1367 '../dbus/dbus.gyp:dbus', 1359 '../dbus/dbus.gyp:dbus',
1368 ], 1360 ],
1369 }], 1361 }],
1370 ['use_x11==1', { 1362 ['use_x11==1', {
1371 'dependencies': [ 1363 'dependencies': [
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
1521 '../third_party/speex/speex.gyp:libspeex', 1513 '../third_party/speex/speex.gyp:libspeex',
1522 ], 1514 ],
1523 }], 1515 }],
1524 ['linux_use_libgps==1', { 1516 ['linux_use_libgps==1', {
1525 'dependencies': [ 1517 'dependencies': [
1526 '../build/linux/system.gyp:libgps', 1518 '../build/linux/system.gyp:libgps',
1527 ], 1519 ],
1528 }], 1520 }],
1529 ], 1521 ],
1530 } 1522 }
OLDNEW
« no previous file with comments | « content/browser/browser_main_loop.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698