Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(284)

Side by Side Diff: chrome/chrome.gyp

Issue 125142: Move automated_ui_test_test to ui_tests from a library so it actually gets ru... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/test/automated_ui_tests/automated_ui_test_base.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'chromium_code': 1, 7 'chromium_code': 1,
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 2917 matching lines...) Expand 10 before | Expand all | Expand 10 after
2928 'chrome_strings', 2928 'chrome_strings',
2929 '../skia/skia.gyp:skia', 2929 '../skia/skia.gyp:skia',
2930 '../testing/gtest.gyp:gtest', 2930 '../testing/gtest.gyp:gtest',
2931 ], 2931 ],
2932 'include_dirs': [ 2932 'include_dirs': [
2933 '..', 2933 '..',
2934 ], 2934 ],
2935 'sources': [ 2935 'sources': [
2936 'test/automated_ui_tests/automated_ui_test_base.cc', 2936 'test/automated_ui_tests/automated_ui_test_base.cc',
2937 'test/automated_ui_tests/automated_ui_test_base.h', 2937 'test/automated_ui_tests/automated_ui_test_base.h',
2938 'test/automated_ui_tests/automated_ui_test_test.cc',
2939 'test/testing_browser_process.h', 2938 'test/testing_browser_process.h',
2940 'test/ui/javascript_test_util.cc', 2939 'test/ui/javascript_test_util.cc',
2941 'test/ui/npapi_test_helper.cc', 2940 'test/ui/npapi_test_helper.cc',
2942 'test/ui/npapi_test_helper.h', 2941 'test/ui/npapi_test_helper.h',
2943 'test/ui/run_all_unittests.cc', 2942 'test/ui/run_all_unittests.cc',
2944 'test/ui/ui_test.cc', 2943 'test/ui/ui_test.cc',
2945 'test/ui/ui_test.h', 2944 'test/ui/ui_test.h',
2946 'test/ui/ui_test_suite.cc', 2945 'test/ui/ui_test_suite.cc',
2947 'test/ui/ui_test_suite.h', 2946 'test/ui/ui_test_suite.h',
2948 ], 2947 ],
2949 'conditions': [ 2948 'conditions': [
2950 ['OS=="linux"', { 2949 ['OS=="linux"', {
2951 'dependencies': [ 2950 'dependencies': [
2952 '../build/linux/system.gyp:gtk', 2951 '../build/linux/system.gyp:gtk',
2953 ], 2952 ],
2954 }], 2953 }],
2955 ['OS!="win"', { 2954 ['OS!="win"', {
2956 'sources!': [ 2955 'sources!': [
2957 'test/automated_ui_tests/automated_ui_test_base.cc',
2958 'test/automated_ui_tests/automated_ui_test_test.cc',
2959 'test/ui/npapi_test_helper.cc', 2956 'test/ui/npapi_test_helper.cc',
2960 ], 2957 ],
2961 }], 2958 }],
2962 ], 2959 ],
2963 }, 2960 },
2964 { 2961 {
2965 'target_name': 'test_support_unit', 2962 'target_name': 'test_support_unit',
2966 'type': '<(library)', 2963 'type': '<(library)',
2967 'dependencies': [ 2964 'dependencies': [
2968 'test_support_common', 2965 'test_support_common',
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
3075 'test/accessibility/browser_impl.cc', 3072 'test/accessibility/browser_impl.cc',
3076 'test/accessibility/browser_impl.h', 3073 'test/accessibility/browser_impl.h',
3077 'test/accessibility/constants.h', 3074 'test/accessibility/constants.h',
3078 'test/accessibility/keyboard_util.cc', 3075 'test/accessibility/keyboard_util.cc',
3079 'test/accessibility/keyboard_util.h', 3076 'test/accessibility/keyboard_util.h',
3080 'test/accessibility/registry_util.cc', 3077 'test/accessibility/registry_util.cc',
3081 'test/accessibility/registry_util.h', 3078 'test/accessibility/registry_util.h',
3082 'test/accessibility/tab_impl.cc', 3079 'test/accessibility/tab_impl.cc',
3083 'test/accessibility/tab_impl.h', 3080 'test/accessibility/tab_impl.h',
3084 'test/automation/automation_proxy_uitest.cc', 3081 'test/automation/automation_proxy_uitest.cc',
3082 'test/automated_ui_tests/automated_ui_test_test.cc',
3085 'test/chrome_process_util_uitest.cc', 3083 'test/chrome_process_util_uitest.cc',
3086 'test/reliability/page_load_test.cc', 3084 'test/reliability/page_load_test.cc',
3087 'test/reliability/page_load_test.h', 3085 'test/reliability/page_load_test.h',
3088 'test/ui/dom_checker_uitest.cc', 3086 'test/ui/dom_checker_uitest.cc',
3089 'test/ui/history_uitest.cc', 3087 'test/ui/history_uitest.cc',
3090 'test/ui/layout_plugin_uitest.cc', 3088 'test/ui/layout_plugin_uitest.cc',
3091 'test/ui/npapi_uitest.cc', 3089 'test/ui/npapi_uitest.cc',
3092 'test/ui/omnibox_uitest.cc', 3090 'test/ui/omnibox_uitest.cc',
3093 'test/ui/sandbox_uitests.cc', 3091 'test/ui/sandbox_uitests.cc',
3094 'test/ui/sunspider_uitest.cc', 3092 'test/ui/sunspider_uitest.cc',
(...skipping 1555 matching lines...) Expand 10 before | Expand all | Expand 10 after
4650 # Use outputs of this action as inputs for the main target build. 4648 # Use outputs of this action as inputs for the main target build.
4651 # Seems as a misnomer but makes this happy on Linux (scons). 4649 # Seems as a misnomer but makes this happy on Linux (scons).
4652 'process_outputs_as_sources': 1, 4650 'process_outputs_as_sources': 1,
4653 }, 4651 },
4654 ], # 'actions' 4652 ], # 'actions'
4655 }, 4653 },
4656 ] 4654 ]
4657 }], 4655 }],
4658 ], # 'conditions' 4656 ], # 'conditions'
4659 } 4657 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/automated_ui_tests/automated_ui_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698