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 1177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1188 ['include', '^browser/user_metrics\\.cc$'], | 1188 ['include', '^browser/user_metrics\\.cc$'], |
1189 ['include', '^browser/web_contents/navigation_entry_impl\\.cc$'], | 1189 ['include', '^browser/web_contents/navigation_entry_impl\\.cc$'], |
1190 ], | 1190 ], |
1191 }, { # OS!="ios" | 1191 }, { # OS!="ios" |
1192 'dependencies': [ | 1192 'dependencies': [ |
1193 'browser/devtools/devtools_resources.gyp:devtools_resources', | 1193 'browser/devtools/devtools_resources.gyp:devtools_resources', |
1194 '../cc/cc.gyp:cc', | 1194 '../cc/cc.gyp:cc', |
1195 '../net/net.gyp:http_server', | 1195 '../net/net.gyp:http_server', |
1196 '../printing/printing.gyp:printing', | 1196 '../printing/printing.gyp:printing', |
1197 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 1197 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
1198 '../third_party/WebKit/public/blink.gyp:blink', | |
1199 '../ui/surface/surface.gyp:surface', | 1198 '../ui/surface/surface.gyp:surface', |
1200 '../webkit/common/webkit_common.gyp:webkit_common', | 1199 '../webkit/common/webkit_common.gyp:webkit_common', |
1201 '../webkit/storage_browser.gyp:webkit_storage_browser', | 1200 '../webkit/storage_browser.gyp:webkit_storage_browser', |
1202 '../webkit/storage_common.gyp:webkit_storage_common', | 1201 '../webkit/storage_common.gyp:webkit_storage_common', |
1203 '../webkit/webkit_resources.gyp:webkit_resources', | 1202 '../webkit/webkit_resources.gyp:webkit_resources', |
1204 '../webkit/webkit_resources.gyp:webkit_strings', | 1203 '../webkit/webkit_resources.gyp:webkit_strings', |
1205 ], | 1204 ], |
1206 }], | 1205 }], |
| 1206 ['OS!="ios" and chrome_multiple_dll!=1', { |
| 1207 'dependencies': [ |
| 1208 '../third_party/WebKit/public/blink.gyp:blink', |
| 1209 ], |
| 1210 }], |
1207 ['OS!="mac" and OS!="ios"', { | 1211 ['OS!="mac" and OS!="ios"', { |
1208 'dependencies': [ | 1212 'dependencies': [ |
1209 '../sandbox/sandbox.gyp:sandbox', | 1213 '../sandbox/sandbox.gyp:sandbox', |
1210 ], | 1214 ], |
1211 }], | 1215 }], |
1212 ['OS!="android" and OS!="ios"', { | 1216 ['OS!="android" and OS!="ios"', { |
1213 'dependencies': [ | 1217 'dependencies': [ |
1214 'browser/tracing/tracing_resources.gyp:tracing_resources', | 1218 'browser/tracing/tracing_resources.gyp:tracing_resources', |
1215 '../third_party/libyuv/libyuv.gyp:libyuv', | 1219 '../third_party/libyuv/libyuv.gyp:libyuv', |
1216 ], | 1220 ], |
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1474 '../third_party/speex/speex.gyp:libspeex', | 1478 '../third_party/speex/speex.gyp:libspeex', |
1475 ], | 1479 ], |
1476 }], | 1480 }], |
1477 ['linux_use_libgps==1', { | 1481 ['linux_use_libgps==1', { |
1478 'dependencies': [ | 1482 'dependencies': [ |
1479 '../build/linux/system.gyp:libgps', | 1483 '../build/linux/system.gyp:libgps', |
1480 ], | 1484 ], |
1481 }], | 1485 }], |
1482 ], | 1486 ], |
1483 } | 1487 } |
OLD | NEW |