| 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 960 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 971 ['include', '^browser/web_contents/navigation_entry_impl\\.cc$'], | 971 ['include', '^browser/web_contents/navigation_entry_impl\\.cc$'], |
| 972 ], | 972 ], |
| 973 }, { # OS!="ios" | 973 }, { # OS!="ios" |
| 974 'dependencies': [ | 974 'dependencies': [ |
| 975 'browser/devtools/devtools_resources.gyp:devtools_resources', | 975 'browser/devtools/devtools_resources.gyp:devtools_resources', |
| 976 '../cc/cc.gyp:cc', | 976 '../cc/cc.gyp:cc', |
| 977 '../net/net.gyp:http_server', | 977 '../net/net.gyp:http_server', |
| 978 '../printing/printing.gyp:printing', | 978 '../printing/printing.gyp:printing', |
| 979 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', | 979 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 980 '../ui/surface/surface.gyp:surface', | 980 '../ui/surface/surface.gyp:surface', |
| 981 '../webkit/support/webkit_support.gyp:glue', |
| 981 '../webkit/support/webkit_support.gyp:webkit_resources', | 982 '../webkit/support/webkit_support.gyp:webkit_resources', |
| 982 '../webkit/support/webkit_support.gyp:webkit_storage', | 983 '../webkit/support/webkit_support.gyp:webkit_storage', |
| 983 '../webkit/support/webkit_support.gyp:webkit_strings', | 984 '../webkit/support/webkit_support.gyp:webkit_strings', |
| 984 ], | 985 ], |
| 985 }], | 986 }], |
| 986 ['OS!="mac" and OS!="ios"', { | 987 ['OS!="mac" and OS!="ios"', { |
| 987 'dependencies': [ | 988 'dependencies': [ |
| 988 '../sandbox/sandbox.gyp:sandbox', | 989 '../sandbox/sandbox.gyp:sandbox', |
| 989 ], | 990 ], |
| 990 }], | 991 }], |
| (...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1204 ['exclude', '^browser/speech/'], | 1205 ['exclude', '^browser/speech/'], |
| 1205 ], | 1206 ], |
| 1206 }], | 1207 }], |
| 1207 ['linux_use_libgps==1', { | 1208 ['linux_use_libgps==1', { |
| 1208 'dependencies': [ | 1209 'dependencies': [ |
| 1209 '../build/linux/system.gyp:libgps', | 1210 '../build/linux/system.gyp:libgps', |
| 1210 ], | 1211 ], |
| 1211 }], | 1212 }], |
| 1212 ], | 1213 ], |
| 1213 } | 1214 } |
| OLD | NEW |