OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'variables' : { | 6 'variables' : { |
7 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
8 'app/chrome_command_ids.h', | 8 'app/chrome_command_ids.h', |
9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
(...skipping 18 matching lines...) Expand all Loading... |
29 'chrome_resources', | 29 'chrome_resources', |
30 'chrome_strings', | 30 'chrome_strings', |
31 'app/policy/cloud_policy_codegen.gyp:policy', | 31 'app/policy/cloud_policy_codegen.gyp:policy', |
32 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', | 32 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', |
33 'theme_resources', | 33 'theme_resources', |
34 'theme_resources_standard', | 34 'theme_resources_standard', |
35 '../base/base.gyp:test_support_base', | 35 '../base/base.gyp:test_support_base', |
36 '../content/content.gyp:content_gpu', | 36 '../content/content.gyp:content_gpu', |
37 '../ipc/ipc.gyp:test_support_ipc', | 37 '../ipc/ipc.gyp:test_support_ipc', |
38 '../media/media.gyp:media_test_support', | 38 '../media/media.gyp:media_test_support', |
| 39 '../net/net.gyp:net', |
39 # 'test/test_url_request_context_getter.h' brings in this requirement. | 40 # 'test/test_url_request_context_getter.h' brings in this requirement. |
40 '../net/net.gyp:net_test_support', | 41 '../net/net.gyp:net_test_support', |
41 '../skia/skia.gyp:skia', | 42 '../skia/skia.gyp:skia', |
42 '../testing/gmock.gyp:gmock', | 43 '../testing/gmock.gyp:gmock', |
43 '../testing/gtest.gyp:gtest', | 44 '../testing/gtest.gyp:gtest', |
44 ], | 45 ], |
45 'export_dependent_settings': [ | 46 'export_dependent_settings': [ |
46 'renderer', | 47 'renderer', |
47 'app/policy/cloud_policy_codegen.gyp:policy', | 48 'app/policy/cloud_policy_codegen.gyp:policy', |
48 '../base/base.gyp:test_support_base', | 49 '../base/base.gyp:test_support_base', |
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
444 'dependencies': [ | 445 'dependencies': [ |
445 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', | 446 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', |
446 'chrome', | 447 'chrome', |
447 'chrome_resources', | 448 'chrome_resources', |
448 'chrome_strings', | 449 'chrome_strings', |
449 'debugger', | 450 'debugger', |
450 'syncapi_core', | 451 'syncapi_core', |
451 'test_support_common', | 452 'test_support_common', |
452 'test_support_ui', | 453 'test_support_ui', |
453 '../third_party/hunspell/hunspell.gyp:hunspell', | 454 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 455 '../net/net.gyp:net', |
454 '../net/net.gyp:net_resources', | 456 '../net/net.gyp:net_resources', |
455 '../net/net.gyp:net_test_support', | 457 '../net/net.gyp:net_test_support', |
456 '../skia/skia.gyp:skia', | 458 '../skia/skia.gyp:skia', |
457 '../third_party/icu/icu.gyp:icui18n', | 459 '../third_party/icu/icu.gyp:icui18n', |
458 '../third_party/libpng/libpng.gyp:libpng', | 460 '../third_party/libpng/libpng.gyp:libpng', |
459 '../third_party/zlib/zlib.gyp:zlib', | 461 '../third_party/zlib/zlib.gyp:zlib', |
460 '../testing/gtest.gyp:gtest', | 462 '../testing/gtest.gyp:gtest', |
461 '../third_party/npapi/npapi.gyp:npapi', | 463 '../third_party/npapi/npapi.gyp:npapi', |
462 # run time dependency | 464 # run time dependency |
463 '../webkit/support/webkit_support.gyp:webkit_resources', | 465 '../webkit/support/webkit_support.gyp:webkit_resources', |
(...skipping 728 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1192 'type': 'executable', | 1194 'type': 'executable', |
1193 'msvs_guid': 'ECFC2BEC-9FC0-4AD9-9649-5F26793F65FC', | 1195 'msvs_guid': 'ECFC2BEC-9FC0-4AD9-9649-5F26793F65FC', |
1194 'dependencies': [ | 1196 'dependencies': [ |
1195 # unit tests should only depend on | 1197 # unit tests should only depend on |
1196 # 1) everything that the chrome binaries depend on: | 1198 # 1) everything that the chrome binaries depend on: |
1197 '<@(chromium_dependencies)', | 1199 '<@(chromium_dependencies)', |
1198 # 2) test-specific support libraries: | 1200 # 2) test-specific support libraries: |
1199 '../gpu/gpu.gyp:gpu_unittest_utils', | 1201 '../gpu/gpu.gyp:gpu_unittest_utils', |
1200 '../jingle/jingle.gyp:jingle_glue_test_util', | 1202 '../jingle/jingle.gyp:jingle_glue_test_util', |
1201 '../media/media.gyp:media_test_support', | 1203 '../media/media.gyp:media_test_support', |
| 1204 '../net/net.gyp:net', |
1202 '../net/net.gyp:net_test_support', | 1205 '../net/net.gyp:net_test_support', |
1203 '../testing/gmock.gyp:gmock', | 1206 '../testing/gmock.gyp:gmock', |
1204 '../testing/gtest.gyp:gtest', | 1207 '../testing/gtest.gyp:gtest', |
1205 'test_support_common', | 1208 'test_support_common', |
1206 'test_support_sync', | 1209 'test_support_sync', |
1207 'test_support_syncapi', | 1210 'test_support_syncapi', |
1208 'test_support_unit', | 1211 'test_support_unit', |
1209 # 3) anything tests directly depend on | 1212 # 3) anything tests directly depend on |
1210 '../app/app.gyp:app_resources', | 1213 '../app/app.gyp:app_resources', |
1211 '../skia/skia.gyp:skia', | 1214 '../skia/skia.gyp:skia', |
(...skipping 1032 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2244 'chrome', | 2247 'chrome', |
2245 'chrome_resources', | 2248 'chrome_resources', |
2246 'chrome_strings', | 2249 'chrome_strings', |
2247 'profile_import', | 2250 'profile_import', |
2248 'renderer', | 2251 'renderer', |
2249 'test_support_common', | 2252 'test_support_common', |
2250 '../app/app.gyp:app_base', | 2253 '../app/app.gyp:app_base', |
2251 '../base/base.gyp:base', | 2254 '../base/base.gyp:base', |
2252 '../base/base.gyp:base_i18n', | 2255 '../base/base.gyp:base_i18n', |
2253 '../base/base.gyp:test_support_base', | 2256 '../base/base.gyp:test_support_base', |
| 2257 '../net/net.gyp:net', |
2254 '../net/net.gyp:net_test_support', | 2258 '../net/net.gyp:net_test_support', |
2255 '../skia/skia.gyp:skia', | 2259 '../skia/skia.gyp:skia', |
2256 '../testing/gmock.gyp:gmock', | 2260 '../testing/gmock.gyp:gmock', |
2257 '../testing/gtest.gyp:gtest', | 2261 '../testing/gtest.gyp:gtest', |
2258 '../third_party/cld/cld.gyp:cld', | 2262 '../third_party/cld/cld.gyp:cld', |
2259 '../third_party/icu/icu.gyp:icui18n', | 2263 '../third_party/icu/icu.gyp:icui18n', |
2260 '../third_party/icu/icu.gyp:icuuc', | 2264 '../third_party/icu/icu.gyp:icuuc', |
2261 '../v8/tools/gyp/v8.gyp:v8', | 2265 '../v8/tools/gyp/v8.gyp:v8', |
2262 # Runtime dependencies | 2266 # Runtime dependencies |
2263 '../third_party/mesa/mesa.gyp:osmesa', | 2267 '../third_party/mesa/mesa.gyp:osmesa', |
(...skipping 923 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3187 'defines' : [ | 3191 'defines' : [ |
3188 'SYNC_ENGINE_VERSION_STRING="Unknown"', | 3192 'SYNC_ENGINE_VERSION_STRING="Unknown"', |
3189 '_CRT_SECURE_NO_WARNINGS', | 3193 '_CRT_SECURE_NO_WARNINGS', |
3190 '_USE_32BIT_TIME_T', | 3194 '_USE_32BIT_TIME_T', |
3191 ], | 3195 ], |
3192 'dependencies': [ | 3196 'dependencies': [ |
3193 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', | 3197 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', |
3194 'common', | 3198 'common', |
3195 'debugger', | 3199 'debugger', |
3196 '../jingle/jingle.gyp:notifier_test_util', | 3200 '../jingle/jingle.gyp:notifier_test_util', |
| 3201 '../net/net.gyp:net', |
3197 '../skia/skia.gyp:skia', | 3202 '../skia/skia.gyp:skia', |
3198 '../testing/gmock.gyp:gmock', | 3203 '../testing/gmock.gyp:gmock', |
3199 '../testing/gtest.gyp:gtest', | 3204 '../testing/gtest.gyp:gtest', |
3200 '../third_party/bzip2/bzip2.gyp:bzip2', | 3205 '../third_party/bzip2/bzip2.gyp:bzip2', |
3201 '../third_party/libjingle/libjingle.gyp:libjingle', | 3206 '../third_party/libjingle/libjingle.gyp:libjingle', |
3202 'profile_import', | 3207 'profile_import', |
3203 'syncapi_core', | 3208 'syncapi_core', |
3204 'sync_notifier', | 3209 'sync_notifier', |
3205 'test_support_common', | 3210 'test_support_common', |
3206 'test_support_sync', | 3211 'test_support_sync', |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3273 'dependencies': [ | 3278 'dependencies': [ |
3274 'browser', | 3279 'browser', |
3275 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', | 3280 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', |
3276 'chrome', | 3281 'chrome', |
3277 'chrome_resources', | 3282 'chrome_resources', |
3278 'common', | 3283 'common', |
3279 'profile_import', | 3284 'profile_import', |
3280 'renderer', | 3285 'renderer', |
3281 'chrome_strings', | 3286 'chrome_strings', |
3282 'test_support_common', | 3287 'test_support_common', |
| 3288 '../net/net.gyp:net', |
3283 '../net/net.gyp:net_test_support', | 3289 '../net/net.gyp:net_test_support', |
3284 '../printing/printing.gyp:printing', | 3290 '../printing/printing.gyp:printing', |
3285 '../skia/skia.gyp:skia', | 3291 '../skia/skia.gyp:skia', |
3286 '../testing/gmock.gyp:gmock', | 3292 '../testing/gmock.gyp:gmock', |
3287 '../testing/gtest.gyp:gtest', | 3293 '../testing/gtest.gyp:gtest', |
3288 '../third_party/icu/icu.gyp:icui18n', | 3294 '../third_party/icu/icu.gyp:icui18n', |
3289 '../third_party/icu/icu.gyp:icuuc', | 3295 '../third_party/icu/icu.gyp:icuuc', |
3290 '../third_party/npapi/npapi.gyp:npapi', | 3296 '../third_party/npapi/npapi.gyp:npapi', |
3291 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 3297 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
3292 ], | 3298 ], |
(...skipping 792 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4085 ] | 4091 ] |
4086 }], # 'coverage!=0' | 4092 }], # 'coverage!=0' |
4087 ], # 'conditions' | 4093 ], # 'conditions' |
4088 } | 4094 } |
4089 | 4095 |
4090 # Local Variables: | 4096 # Local Variables: |
4091 # tab-width:2 | 4097 # tab-width:2 |
4092 # indent-tabs-mode:nil | 4098 # indent-tabs-mode:nil |
4093 # End: | 4099 # End: |
4094 # vim: set expandtab tabstop=2 shiftwidth=2: | 4100 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |