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 13 matching lines...) Expand all Loading... |
24 'type': 'static_library', | 24 'type': 'static_library', |
25 'dependencies': [ | 25 'dependencies': [ |
26 'browser', | 26 'browser', |
27 'common', | 27 'common', |
28 'renderer', | 28 'renderer', |
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', | 32 'browser/sync/protocol/sync_proto.gyp:sync_proto', |
33 'theme_resources', | 33 'theme_resources', |
34 'theme_resources_standard', | |
35 '../base/base.gyp:test_support_base', | 34 '../base/base.gyp:test_support_base', |
36 '../content/content.gyp:content_gpu', | 35 '../content/content.gyp:content_gpu', |
37 '../content/content.gyp:test_support_content', | 36 '../content/content.gyp:test_support_content', |
38 '../ipc/ipc.gyp:test_support_ipc', | 37 '../ipc/ipc.gyp:test_support_ipc', |
39 '../media/media.gyp:media_test_support', | 38 '../media/media.gyp:media_test_support', |
40 '../net/net.gyp:net', | 39 '../net/net.gyp:net', |
41 # 'test/base/test_url_request_context_getter.h' brings in this requireme
nt. | 40 # 'test/base/test_url_request_context_getter.h' brings in this requireme
nt. |
42 '../net/net.gyp:net_test_support', | 41 '../net/net.gyp:net_test_support', |
43 '../skia/skia.gyp:skia', | 42 '../skia/skia.gyp:skia', |
44 '../testing/gmock.gyp:gmock', | 43 '../testing/gmock.gyp:gmock', |
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
228 ], | 227 ], |
229 }, | 228 }, |
230 { | 229 { |
231 'target_name': 'test_support_ui', | 230 'target_name': 'test_support_ui', |
232 'type': 'static_library', | 231 'type': 'static_library', |
233 'dependencies': [ | 232 'dependencies': [ |
234 'test_support_common', | 233 'test_support_common', |
235 'chrome_resources', | 234 'chrome_resources', |
236 'chrome_strings', | 235 'chrome_strings', |
237 'theme_resources', | 236 'theme_resources', |
238 'theme_resources_standard', | |
239 '../skia/skia.gyp:skia', | 237 '../skia/skia.gyp:skia', |
240 '../testing/gtest.gyp:gtest', | 238 '../testing/gtest.gyp:gtest', |
241 ], | 239 ], |
242 'export_dependent_settings': [ | 240 'export_dependent_settings': [ |
243 'test_support_common', | 241 'test_support_common', |
244 ], | 242 ], |
245 'include_dirs': [ | 243 'include_dirs': [ |
246 '..', | 244 '..', |
247 ], | 245 ], |
248 'sources': [ | 246 'sources': [ |
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
391 }, | 389 }, |
392 { | 390 { |
393 'target_name': 'automated_ui_tests', | 391 'target_name': 'automated_ui_tests', |
394 'type': 'executable', | 392 'type': 'executable', |
395 'dependencies': [ | 393 'dependencies': [ |
396 'browser', | 394 'browser', |
397 'renderer', | 395 'renderer', |
398 'test_support_common', | 396 'test_support_common', |
399 'test_support_ui', | 397 'test_support_ui', |
400 'theme_resources', | 398 'theme_resources', |
401 'theme_resources_standard', | |
402 '../base/base.gyp:base', | 399 '../base/base.gyp:base', |
403 '../skia/skia.gyp:skia', | 400 '../skia/skia.gyp:skia', |
404 '../third_party/libxml/libxml.gyp:libxml', | 401 '../third_party/libxml/libxml.gyp:libxml', |
405 '../testing/gtest.gyp:gtest', | 402 '../testing/gtest.gyp:gtest', |
406 ], | 403 ], |
407 'include_dirs': [ | 404 'include_dirs': [ |
408 '..', | 405 '..', |
409 ], | 406 ], |
410 'sources': [ | 407 'sources': [ |
411 'test/reliability/automated_ui_test_interactive_test.cc', | 408 'test/reliability/automated_ui_test_interactive_test.cc', |
(...skipping 2331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2743 # b) Run with CHROME_HEADLESS=1 to generate crash dumps. | 2740 # b) Run with CHROME_HEADLESS=1 to generate crash dumps. |
2744 # c) Strip the binary if it's a debug build. (binary may be over 2GB) | 2741 # c) Strip the binary if it's a debug build. (binary may be over 2GB) |
2745 'target_name': 'reliability_tests', | 2742 'target_name': 'reliability_tests', |
2746 'type': 'executable', | 2743 'type': 'executable', |
2747 'dependencies': [ | 2744 'dependencies': [ |
2748 'browser', | 2745 'browser', |
2749 'chrome', | 2746 'chrome', |
2750 'test_support_common', | 2747 'test_support_common', |
2751 'test_support_ui', | 2748 'test_support_ui', |
2752 'theme_resources', | 2749 'theme_resources', |
2753 'theme_resources_standard', | |
2754 '../skia/skia.gyp:skia', | 2750 '../skia/skia.gyp:skia', |
2755 '../testing/gtest.gyp:gtest', | 2751 '../testing/gtest.gyp:gtest', |
2756 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 2752 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
2757 ], | 2753 ], |
2758 'include_dirs': [ | 2754 'include_dirs': [ |
2759 '..', | 2755 '..', |
2760 ], | 2756 ], |
2761 'sources': [ | 2757 'sources': [ |
2762 'test/reliability/page_load_test.cc', | 2758 'test/reliability/page_load_test.cc', |
2763 ], | 2759 ], |
(...skipping 850 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3614 'type': 'loadable_module', | 3610 'type': 'loadable_module', |
3615 'product_prefix': '_', | 3611 'product_prefix': '_', |
3616 'dependencies': [ | 3612 'dependencies': [ |
3617 'chrome', | 3613 'chrome', |
3618 'debugger', | 3614 'debugger', |
3619 'syncapi_core', | 3615 'syncapi_core', |
3620 'test_support_common', | 3616 'test_support_common', |
3621 'chrome_resources', | 3617 'chrome_resources', |
3622 'chrome_strings', | 3618 'chrome_strings', |
3623 'theme_resources', | 3619 'theme_resources', |
3624 'theme_resources_standard', | |
3625 '../skia/skia.gyp:skia', | 3620 '../skia/skia.gyp:skia', |
3626 '../testing/gtest.gyp:gtest', | 3621 '../testing/gtest.gyp:gtest', |
3627 ], | 3622 ], |
3628 'export_dependent_settings': [ | 3623 'export_dependent_settings': [ |
3629 'test_support_common', | 3624 'test_support_common', |
3630 ], | 3625 ], |
3631 'include_dirs': [ | 3626 'include_dirs': [ |
3632 '..', | 3627 '..', |
3633 ], | 3628 ], |
3634 'cflags': [ | 3629 'cflags': [ |
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3900 # Use outputs of this action as inputs for the main target build. | 3895 # Use outputs of this action as inputs for the main target build. |
3901 # Seems as a misnomer but makes this happy on Linux (scons). | 3896 # Seems as a misnomer but makes this happy on Linux (scons). |
3902 'process_outputs_as_sources': 1, | 3897 'process_outputs_as_sources': 1, |
3903 }, | 3898 }, |
3904 ], # 'actions' | 3899 ], # 'actions' |
3905 }, | 3900 }, |
3906 ] | 3901 ] |
3907 }], # 'coverage!=0' | 3902 }], # 'coverage!=0' |
3908 ], # 'conditions' | 3903 ], # 'conditions' |
3909 } | 3904 } |
OLD | NEW |