| 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 1159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1170 ], | 1170 ], |
| 1171 }, { # OS!="ios" | 1171 }, { # OS!="ios" |
| 1172 'dependencies': [ | 1172 'dependencies': [ |
| 1173 'browser/devtools/devtools_resources.gyp:devtools_resources', | 1173 'browser/devtools/devtools_resources.gyp:devtools_resources', |
| 1174 '../cc/cc.gyp:cc', | 1174 '../cc/cc.gyp:cc', |
| 1175 '../net/net.gyp:http_server', | 1175 '../net/net.gyp:http_server', |
| 1176 '../printing/printing.gyp:printing', | 1176 '../printing/printing.gyp:printing', |
| 1177 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 1177 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 1178 '../third_party/WebKit/public/blink.gyp:blink', | 1178 '../third_party/WebKit/public/blink.gyp:blink', |
| 1179 '../ui/surface/surface.gyp:surface', | 1179 '../ui/surface/surface.gyp:surface', |
| 1180 '../webkit/support/webkit_support.gyp:webkit_common', | |
| 1181 '../webkit/support/webkit_support.gyp:webkit_resources', | |
| 1182 '../webkit/support/webkit_support.gyp:webkit_strings', | |
| 1183 '../webkit/storage_browser.gyp:webkit_storage_browser', | 1180 '../webkit/storage_browser.gyp:webkit_storage_browser', |
| 1184 '../webkit/storage_common.gyp:webkit_storage_common', | 1181 '../webkit/storage_common.gyp:webkit_storage_common', |
| 1182 '../webkit/support/webkit_support.gyp:webkit_common', |
| 1183 '../webkit/webkit_resources.gyp:webkit_temp_resources', |
| 1184 '../webkit/webkit_resources.gyp:webkit_temp_strings', |
| 1185 ], | 1185 ], |
| 1186 }], | 1186 }], |
| 1187 ['OS!="mac" and OS!="ios"', { | 1187 ['OS!="mac" and OS!="ios"', { |
| 1188 'dependencies': [ | 1188 'dependencies': [ |
| 1189 '../sandbox/sandbox.gyp:sandbox', | 1189 '../sandbox/sandbox.gyp:sandbox', |
| 1190 ], | 1190 ], |
| 1191 }], | 1191 }], |
| 1192 ['OS!="android" and OS!="ios"', { | 1192 ['OS!="android" and OS!="ios"', { |
| 1193 'dependencies': [ | 1193 'dependencies': [ |
| 1194 '../third_party/libyuv/libyuv.gyp:libyuv', | 1194 '../third_party/libyuv/libyuv.gyp:libyuv', |
| (...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1450 '../third_party/speex/speex.gyp:libspeex', | 1450 '../third_party/speex/speex.gyp:libspeex', |
| 1451 ], | 1451 ], |
| 1452 }], | 1452 }], |
| 1453 ['linux_use_libgps==1', { | 1453 ['linux_use_libgps==1', { |
| 1454 'dependencies': [ | 1454 'dependencies': [ |
| 1455 '../build/linux/system.gyp:libgps', | 1455 '../build/linux/system.gyp:libgps', |
| 1456 ], | 1456 ], |
| 1457 }], | 1457 }], |
| 1458 ], | 1458 ], |
| 1459 } | 1459 } |
| OLD | NEW |