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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
130 }, | 130 }, |
131 { | 131 { |
132 'target_name': 'debugger', | 132 'target_name': 'debugger', |
133 'type': 'static_library', | 133 'type': 'static_library', |
134 'variables': { 'enable_wexit_time_destructors': 1, }, | 134 'variables': { 'enable_wexit_time_destructors': 1, }, |
135 'dependencies': [ | 135 'dependencies': [ |
136 'chrome_resources.gyp:chrome_extra_resources', | 136 'chrome_resources.gyp:chrome_extra_resources', |
137 'chrome_resources.gyp:chrome_resources', | 137 'chrome_resources.gyp:chrome_resources', |
138 'chrome_resources.gyp:chrome_strings', | 138 'chrome_resources.gyp:chrome_strings', |
139 'chrome_resources.gyp:theme_resources', | 139 'chrome_resources.gyp:theme_resources', |
140 'common/extensions/api/api.gyp:api', | 140 'common/extensions/api/api.gyp:chrome_api', |
141 '../base/base.gyp:base', | 141 '../base/base.gyp:base', |
142 '../content/content.gyp:content_browser', | 142 '../content/content.gyp:content_browser', |
143 '../net/net.gyp:http_server', | 143 '../net/net.gyp:http_server', |
144 '../net/net.gyp:net', | 144 '../net/net.gyp:net', |
145 '../skia/skia.gyp:skia', | 145 '../skia/skia.gyp:skia', |
146 '../third_party/icu/icu.gyp:icui18n', | 146 '../third_party/icu/icu.gyp:icui18n', |
147 '../third_party/icu/icu.gyp:icuuc', | 147 '../third_party/icu/icu.gyp:icuuc', |
148 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 148 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
149 '../third_party/libusb/libusb.gyp:libusb', | 149 '../third_party/libusb/libusb.gyp:libusb', |
150 ], | 150 ], |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
237 'include_dirs': [ | 237 'include_dirs': [ |
238 '..', | 238 '..', |
239 '<(grit_out_dir)', | 239 '<(grit_out_dir)', |
240 ], | 240 ], |
241 }, | 241 }, |
242 { | 242 { |
243 'target_name': 'utility', | 243 'target_name': 'utility', |
244 'type': 'static_library', | 244 'type': 'static_library', |
245 'variables': { 'enable_wexit_time_destructors': 1, }, | 245 'variables': { 'enable_wexit_time_destructors': 1, }, |
246 'dependencies': [ | 246 'dependencies': [ |
247 'common/extensions/api/api.gyp:api', | 247 'common/extensions/api/api.gyp:chrome_api', |
248 '../base/base.gyp:base', | 248 '../base/base.gyp:base', |
249 '../content/content.gyp:content_utility', | 249 '../content/content.gyp:content_utility', |
250 '../media/media.gyp:media', | 250 '../media/media.gyp:media', |
251 '../skia/skia.gyp:skia', | 251 '../skia/skia.gyp:skia', |
252 '../third_party/libxml/libxml.gyp:libxml', | 252 '../third_party/libxml/libxml.gyp:libxml', |
253 'common', | 253 'common', |
254 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', | 254 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', |
255 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', | 255 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', |
256 ], | 256 ], |
257 'sources': [ | 257 'sources': [ |
(...skipping 854 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1112 'sources': [ | 1112 'sources': [ |
1113 'service/cloud_print/print_system_dummy.cc', | 1113 'service/cloud_print/print_system_dummy.cc', |
1114 ], | 1114 ], |
1115 }], | 1115 }], |
1116 ], | 1116 ], |
1117 }, | 1117 }, |
1118 ], | 1118 ], |
1119 }], | 1119 }], |
1120 ], # 'conditions' | 1120 ], # 'conditions' |
1121 } | 1121 } |
OLD | NEW |