| 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 1291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1302 # For XShm* in backing_store_x.cc | 1302 # For XShm* in backing_store_x.cc |
| 1303 '../build/linux/system.gyp:x11', | 1303 '../build/linux/system.gyp:x11', |
| 1304 '../dbus/dbus.gyp:dbus', | 1304 '../dbus/dbus.gyp:dbus', |
| 1305 ], | 1305 ], |
| 1306 }], | 1306 }], |
| 1307 ['OS=="linux"', { | 1307 ['OS=="linux"', { |
| 1308 'dependencies': [ | 1308 'dependencies': [ |
| 1309 '../build/linux/system.gyp:udev', | 1309 '../build/linux/system.gyp:udev', |
| 1310 '../sandbox/sandbox.gyp:libc_urandom_override', | 1310 '../sandbox/sandbox.gyp:libc_urandom_override', |
| 1311 ], | 1311 ], |
| 1312 # Set LINUX_SANDBOX_PATH for Linux, including Chrome OS | |
| 1313 'conditions': [ | |
| 1314 ['linux_sandbox_path != ""', { | |
| 1315 'defines': [ | |
| 1316 'LINUX_SANDBOX_PATH="<(linux_sandbox_path)"', | |
| 1317 ], | |
| 1318 }], | |
| 1319 ], | |
| 1320 }], | 1312 }], |
| 1321 ['OS=="linux" and use_aura==1', { | 1313 ['OS=="linux" and use_aura==1', { |
| 1322 'dependencies': [ | 1314 'dependencies': [ |
| 1323 '../build/linux/system.gyp:dbus', | 1315 '../build/linux/system.gyp:dbus', |
| 1324 '../build/linux/system.gyp:fontconfig', | 1316 '../build/linux/system.gyp:fontconfig', |
| 1325 '../dbus/dbus.gyp:dbus', | 1317 '../dbus/dbus.gyp:dbus', |
| 1326 ], | 1318 ], |
| 1327 }], | 1319 }], |
| 1328 ['use_x11==1', { | 1320 ['use_x11==1', { |
| 1329 'dependencies': [ | 1321 'dependencies': [ |
| (...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1486 '../third_party/speex/speex.gyp:libspeex', | 1478 '../third_party/speex/speex.gyp:libspeex', |
| 1487 ], | 1479 ], |
| 1488 }], | 1480 }], |
| 1489 ['linux_use_libgps==1', { | 1481 ['linux_use_libgps==1', { |
| 1490 'dependencies': [ | 1482 'dependencies': [ |
| 1491 '../build/linux/system.gyp:libgps', | 1483 '../build/linux/system.gyp:libgps', |
| 1492 ], | 1484 ], |
| 1493 }], | 1485 }], |
| 1494 ], | 1486 ], |
| 1495 } | 1487 } |
| OLD | NEW |