| 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 1069 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1080 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.cc$$'], | 1080 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.cc$$'], |
| 1081 ['include', '^browser/user_metrics\\.cc$'], | 1081 ['include', '^browser/user_metrics\\.cc$'], |
| 1082 ['include', '^browser/web_contents/navigation_entry_impl\\.cc$'], | 1082 ['include', '^browser/web_contents/navigation_entry_impl\\.cc$'], |
| 1083 ], | 1083 ], |
| 1084 }, { # OS!="ios" | 1084 }, { # OS!="ios" |
| 1085 'dependencies': [ | 1085 'dependencies': [ |
| 1086 'browser/devtools/devtools_resources.gyp:devtools_resources', | 1086 'browser/devtools/devtools_resources.gyp:devtools_resources', |
| 1087 '../cc/cc.gyp:cc', | 1087 '../cc/cc.gyp:cc', |
| 1088 '../net/net.gyp:http_server', | 1088 '../net/net.gyp:http_server', |
| 1089 '../printing/printing.gyp:printing', | 1089 '../printing/printing.gyp:printing', |
| 1090 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', | 1090 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 1091 '../ui/surface/surface.gyp:surface', | 1091 '../ui/surface/surface.gyp:surface', |
| 1092 '../webkit/support/webkit_support.gyp:webkit_resources', | 1092 '../webkit/support/webkit_support.gyp:webkit_resources', |
| 1093 '../webkit/support/webkit_support.gyp:webkit_storage', | 1093 '../webkit/support/webkit_support.gyp:webkit_storage', |
| 1094 '../webkit/support/webkit_support.gyp:webkit_strings', | 1094 '../webkit/support/webkit_support.gyp:webkit_strings', |
| 1095 ], | 1095 ], |
| 1096 }], | 1096 }], |
| 1097 ['OS!="mac" and OS!="ios"', { | 1097 ['OS!="mac" and OS!="ios"', { |
| 1098 'dependencies': [ | 1098 'dependencies': [ |
| 1099 '../sandbox/sandbox.gyp:sandbox', | 1099 '../sandbox/sandbox.gyp:sandbox', |
| 1100 ], | 1100 ], |
| (...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1345 '../third_party/speex/speex.gyp:libspeex', | 1345 '../third_party/speex/speex.gyp:libspeex', |
| 1346 ], | 1346 ], |
| 1347 }], | 1347 }], |
| 1348 ['linux_use_libgps==1', { | 1348 ['linux_use_libgps==1', { |
| 1349 'dependencies': [ | 1349 'dependencies': [ |
| 1350 '../build/linux/system.gyp:libgps', | 1350 '../build/linux/system.gyp:libgps', |
| 1351 ], | 1351 ], |
| 1352 }], | 1352 }], |
| 1353 ], | 1353 ], |
| 1354 } | 1354 } |
| OLD | NEW |