| 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', |
| 11 '../net/net.gyp:net', | 11 '../net/net.gyp:net', |
| 12 '../skia/skia.gyp:skia', | 12 '../skia/skia.gyp:skia', |
| 13 '../sql/sql.gyp:sql', | 13 '../sql/sql.gyp:sql', |
| 14 '../third_party/re2/re2.gyp:re2', | 14 '../third_party/re2/re2.gyp:re2', |
| 15 '../third_party/zlib/zlib.gyp:zip', |
| 15 '../third_party/zlib/zlib.gyp:zlib', | 16 '../third_party/zlib/zlib.gyp:zlib', |
| 16 '../ui/snapshot/snapshot.gyp:snapshot', | 17 '../ui/snapshot/snapshot.gyp:snapshot', |
| 17 '../ui/ui.gyp:ui', | 18 '../ui/ui.gyp:ui', |
| 18 '../ui/ui.gyp:ui_resources', | 19 '../ui/ui.gyp:ui_resources', |
| 19 ], | 20 ], |
| 20 'include_dirs': [ | 21 'include_dirs': [ |
| 21 '..', | 22 '..', |
| 22 '<(INTERMEDIATE_DIR)', | 23 '<(INTERMEDIATE_DIR)', |
| 23 ], | 24 ], |
| 24 'sources': [ | 25 'sources': [ |
| (...skipping 1319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1344 '../third_party/speex/speex.gyp:libspeex', | 1345 '../third_party/speex/speex.gyp:libspeex', |
| 1345 ], | 1346 ], |
| 1346 }], | 1347 }], |
| 1347 ['linux_use_libgps==1', { | 1348 ['linux_use_libgps==1', { |
| 1348 'dependencies': [ | 1349 'dependencies': [ |
| 1349 '../build/linux/system.gyp:libgps', | 1350 '../build/linux/system.gyp:libgps', |
| 1350 ], | 1351 ], |
| 1351 }], | 1352 }], |
| 1352 ], | 1353 ], |
| 1353 } | 1354 } |
| OLD | NEW |