| 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 'variables': { | |
| 7 'use_cras%': 0, | |
| 8 }, | |
| 9 'dependencies': [ | 6 'dependencies': [ |
| 10 'browser/speech/proto/speech_proto.gyp:speech_proto', | 7 'browser/speech/proto/speech_proto.gyp:speech_proto', |
| 11 '../base/base.gyp:base_static', | 8 '../base/base.gyp:base_static', |
| 12 '../crypto/crypto.gyp:crypto', | 9 '../crypto/crypto.gyp:crypto', |
| 13 '../google_apis/google_apis.gyp:google_apis', | 10 '../google_apis/google_apis.gyp:google_apis', |
| 14 '../net/net.gyp:net', | 11 '../net/net.gyp:net', |
| 15 '../skia/skia.gyp:skia', | 12 '../skia/skia.gyp:skia', |
| 16 '../sql/sql.gyp:sql', | 13 '../sql/sql.gyp:sql', |
| 17 '../third_party/re2/re2.gyp:re2', | 14 '../third_party/re2/re2.gyp:re2', |
| 18 '../third_party/zlib/zlib.gyp:zip', | 15 '../third_party/zlib/zlib.gyp:zip', |
| (...skipping 1345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1364 '../build/linux/system.gyp:dbus', | 1361 '../build/linux/system.gyp:dbus', |
| 1365 '../build/linux/system.gyp:fontconfig', | 1362 '../build/linux/system.gyp:fontconfig', |
| 1366 '../dbus/dbus.gyp:dbus', | 1363 '../dbus/dbus.gyp:dbus', |
| 1367 ], | 1364 ], |
| 1368 }], | 1365 }], |
| 1369 ['use_x11==1', { | 1366 ['use_x11==1', { |
| 1370 'dependencies': [ | 1367 'dependencies': [ |
| 1371 '../build/linux/system.gyp:x11', | 1368 '../build/linux/system.gyp:x11', |
| 1372 ], | 1369 ], |
| 1373 }], | 1370 }], |
| 1374 ['use_cras==1', { | |
| 1375 'defines': [ | |
| 1376 'USE_CRAS', | |
| 1377 ], | |
| 1378 }], | |
| 1379 ['use_pango==1', { | 1371 ['use_pango==1', { |
| 1380 'dependencies': [ | 1372 'dependencies': [ |
| 1381 '../build/linux/system.gyp:pangocairo', | 1373 '../build/linux/system.gyp:pangocairo', |
| 1382 ], | 1374 ], |
| 1383 }], | 1375 }], |
| 1384 ['OS=="android"', { | 1376 ['OS=="android"', { |
| 1385 'dependencies': [ | 1377 'dependencies': [ |
| 1386 '../media/media.gyp:media', | 1378 '../media/media.gyp:media', |
| 1387 'content.gyp:content_jni_headers', | 1379 'content.gyp:content_jni_headers', |
| 1388 ], | 1380 ], |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1525 '../third_party/speex/speex.gyp:libspeex', | 1517 '../third_party/speex/speex.gyp:libspeex', |
| 1526 ], | 1518 ], |
| 1527 }], | 1519 }], |
| 1528 ['linux_use_libgps==1', { | 1520 ['linux_use_libgps==1', { |
| 1529 'dependencies': [ | 1521 'dependencies': [ |
| 1530 '../build/linux/system.gyp:libgps', | 1522 '../build/linux/system.gyp:libgps', |
| 1531 ], | 1523 ], |
| 1532 }], | 1524 }], |
| 1533 ], | 1525 ], |
| 1534 } | 1526 } |
| OLD | NEW |