| 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 1084 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1095 ['include', '^browser/web_contents/navigation_entry_impl\\.cc$'], | 1095 ['include', '^browser/web_contents/navigation_entry_impl\\.cc$'], |
| 1096 ], | 1096 ], |
| 1097 }, { # OS!="ios" | 1097 }, { # OS!="ios" |
| 1098 'dependencies': [ | 1098 'dependencies': [ |
| 1099 'browser/devtools/devtools_resources.gyp:devtools_resources', | 1099 'browser/devtools/devtools_resources.gyp:devtools_resources', |
| 1100 '../cc/cc.gyp:cc', | 1100 '../cc/cc.gyp:cc', |
| 1101 '../net/net.gyp:http_server', | 1101 '../net/net.gyp:http_server', |
| 1102 '../printing/printing.gyp:printing', | 1102 '../printing/printing.gyp:printing', |
| 1103 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 1103 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 1104 '../ui/surface/surface.gyp:surface', | 1104 '../ui/surface/surface.gyp:surface', |
| 1105 '../webkit/support/webkit_support.gyp:webkit_common', |
| 1105 '../webkit/support/webkit_support.gyp:webkit_resources', | 1106 '../webkit/support/webkit_support.gyp:webkit_resources', |
| 1106 '../webkit/support/webkit_support.gyp:webkit_storage', | 1107 '../webkit/support/webkit_support.gyp:webkit_storage', |
| 1107 '../webkit/support/webkit_support.gyp:webkit_strings', | 1108 '../webkit/support/webkit_support.gyp:webkit_strings', |
| 1108 ], | 1109 ], |
| 1109 }], | 1110 }], |
| 1110 ['OS!="mac" and OS!="ios"', { | 1111 ['OS!="mac" and OS!="ios"', { |
| 1111 'dependencies': [ | 1112 'dependencies': [ |
| 1112 '../sandbox/sandbox.gyp:sandbox', | 1113 '../sandbox/sandbox.gyp:sandbox', |
| 1113 ], | 1114 ], |
| 1114 }], | 1115 }], |
| (...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1359 '../third_party/speex/speex.gyp:libspeex', | 1360 '../third_party/speex/speex.gyp:libspeex', |
| 1360 ], | 1361 ], |
| 1361 }], | 1362 }], |
| 1362 ['linux_use_libgps==1', { | 1363 ['linux_use_libgps==1', { |
| 1363 'dependencies': [ | 1364 'dependencies': [ |
| 1364 '../build/linux/system.gyp:libgps', | 1365 '../build/linux/system.gyp:libgps', |
| 1365 ], | 1366 ], |
| 1366 }], | 1367 }], |
| 1367 ], | 1368 ], |
| 1368 } | 1369 } |
| OLD | NEW |