| 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 'variables': { | 5 'variables': { |
| 6 'chromium_code': 1, | 6 'chromium_code': 1, |
| 7 | 7 |
| 8 # Define the common dependencies that contain all the actual | 8 # Define the common dependencies that contain all the actual |
| 9 # Chromium functionality. This list gets pulled in below by | 9 # Chromium functionality. This list gets pulled in below by |
| 10 # the link of the actual chrome (or chromium) executable on | 10 # the link of the actual chrome (or chromium) executable on |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 }, | 185 }, |
| 186 { | 186 { |
| 187 'target_name': 'debugger', | 187 'target_name': 'debugger', |
| 188 'type': 'static_library', | 188 'type': 'static_library', |
| 189 'variables': { 'enable_wexit_time_destructors': 1, }, | 189 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 190 'dependencies': [ | 190 'dependencies': [ |
| 191 'chrome_resources.gyp:chrome_extra_resources', | 191 'chrome_resources.gyp:chrome_extra_resources', |
| 192 'chrome_resources.gyp:chrome_resources', | 192 'chrome_resources.gyp:chrome_resources', |
| 193 'chrome_resources.gyp:chrome_strings', | 193 'chrome_resources.gyp:chrome_strings', |
| 194 'chrome_resources.gyp:theme_resources', | 194 'chrome_resources.gyp:theme_resources', |
| 195 'common/extensions/api/api.gyp:api', |
| 195 '../base/base.gyp:base', | 196 '../base/base.gyp:base', |
| 196 '../content/content.gyp:content_browser', | 197 '../content/content.gyp:content_browser', |
| 197 '../net/net.gyp:http_server', | 198 '../net/net.gyp:http_server', |
| 198 '../net/net.gyp:net', | 199 '../net/net.gyp:net', |
| 199 '../skia/skia.gyp:skia', | 200 '../skia/skia.gyp:skia', |
| 200 '../third_party/icu/icu.gyp:icui18n', | 201 '../third_party/icu/icu.gyp:icui18n', |
| 201 '../third_party/icu/icu.gyp:icuuc', | 202 '../third_party/icu/icu.gyp:icuuc', |
| 202 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 203 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 203 ], | 204 ], |
| 204 'include_dirs': [ | 205 'include_dirs': [ |
| (...skipping 881 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1086 '../build/java.gypi', | 1087 '../build/java.gypi', |
| 1087 ], | 1088 ], |
| 1088 }, | 1089 }, |
| 1089 ], # 'targets' | 1090 ], # 'targets' |
| 1090 'includes': [ | 1091 'includes': [ |
| 1091 'chrome_android.gypi', | 1092 'chrome_android.gypi', |
| 1092 ]}, # 'includes' | 1093 ]}, # 'includes' |
| 1093 ], # OS=="android" | 1094 ], # OS=="android" |
| 1094 ], # 'conditions' | 1095 ], # 'conditions' |
| 1095 } | 1096 } |
| OLD | NEW |