| OLD | NEW |
| 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 1299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1310 # For XShm* in backing_store_x.cc | 1310 # For XShm* in backing_store_x.cc |
| 1311 '../build/linux/system.gyp:x11', | 1311 '../build/linux/system.gyp:x11', |
| 1312 '../dbus/dbus.gyp:dbus', | 1312 '../dbus/dbus.gyp:dbus', |
| 1313 ], | 1313 ], |
| 1314 }], | 1314 }], |
| 1315 ['OS=="linux"', { | 1315 ['OS=="linux"', { |
| 1316 'dependencies': [ | 1316 'dependencies': [ |
| 1317 '../build/linux/system.gyp:udev', | 1317 '../build/linux/system.gyp:udev', |
| 1318 '../sandbox/sandbox.gyp:libc_urandom_override', | 1318 '../sandbox/sandbox.gyp:libc_urandom_override', |
| 1319 ], | 1319 ], |
| 1320 # Set LINUX_SANDBOX_PATH for Linux, including Chrome OS | |
| 1321 'conditions': [ | |
| 1322 ['linux_sandbox_path != ""', { | |
| 1323 'defines': [ | |
| 1324 'LINUX_SANDBOX_PATH="<(linux_sandbox_path)"', | |
| 1325 ], | |
| 1326 }], | |
| 1327 ], | |
| 1328 }], | 1320 }], |
| 1329 ['OS=="linux" and use_aura==1', { | 1321 ['OS=="linux" and use_aura==1', { |
| 1330 'dependencies': [ | 1322 'dependencies': [ |
| 1331 '../build/linux/system.gyp:dbus', | 1323 '../build/linux/system.gyp:dbus', |
| 1332 '../build/linux/system.gyp:fontconfig', | 1324 '../build/linux/system.gyp:fontconfig', |
| 1333 '../dbus/dbus.gyp:dbus', | 1325 '../dbus/dbus.gyp:dbus', |
| 1334 ], | 1326 ], |
| 1335 }], | 1327 }], |
| 1336 ['use_x11==1', { | 1328 ['use_x11==1', { |
| 1337 'dependencies': [ | 1329 'dependencies': [ |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1491 '../third_party/speex/speex.gyp:libspeex', | 1483 '../third_party/speex/speex.gyp:libspeex', |
| 1492 ], | 1484 ], |
| 1493 }], | 1485 }], |
| 1494 ['linux_use_libgps==1', { | 1486 ['linux_use_libgps==1', { |
| 1495 'dependencies': [ | 1487 'dependencies': [ |
| 1496 '../build/linux/system.gyp:libgps', | 1488 '../build/linux/system.gyp:libgps', |
| 1497 ], | 1489 ], |
| 1498 }], | 1490 }], |
| 1499 ], | 1491 ], |
| 1500 } | 1492 } |
| OLD | NEW |