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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 147033003: Move some non-unittest files to compositor_test_support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'chromedriver_unittest_sources': [ 6 'chromedriver_unittest_sources': [
7 'test/chromedriver/capabilities_unittest.cc', 7 'test/chromedriver/capabilities_unittest.cc',
8 'test/chromedriver/chrome/chrome_finder_unittest.cc', 8 'test/chromedriver/chrome/chrome_finder_unittest.cc',
9 'test/chromedriver/chrome/console_logger_unittest.cc', 9 'test/chromedriver/chrome/console_logger_unittest.cc',
10 'test/chromedriver/chrome/device_manager_unittest.cc', 10 'test/chromedriver/chrome/device_manager_unittest.cc',
(...skipping 901 matching lines...) Expand 10 before | Expand all | Expand 10 after
912 '../sync/sync.gyp:sync', 912 '../sync/sync.gyp:sync',
913 '../sync/sync.gyp:test_support_sync_api', 913 '../sync/sync.gyp:test_support_sync_api',
914 '../testing/gmock.gyp:gmock', 914 '../testing/gmock.gyp:gmock',
915 '../testing/gtest.gyp:gtest', 915 '../testing/gtest.gyp:gtest',
916 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 916 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
917 '../third_party/icu/icu.gyp:icui18n', 917 '../third_party/icu/icu.gyp:icui18n',
918 '../third_party/icu/icu.gyp:icuuc', 918 '../third_party/icu/icu.gyp:icuuc',
919 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 919 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
920 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', 920 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing',
921 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', 921 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
922 '../ui/compositor/compositor.gyp:compositor_test_support',
922 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', 923 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support',
923 '../ui/ui.gyp:webui_test_support', 924 '../ui/ui.gyp:webui_test_support',
924 '../v8/tools/gyp/v8.gyp:v8', 925 '../v8/tools/gyp/v8.gyp:v8',
925 # Runtime dependencies 926 # Runtime dependencies
926 '../ppapi/ppapi_internal.gyp:ppapi_tests', 927 '../ppapi/ppapi_internal.gyp:ppapi_tests',
927 '../third_party/mesa/mesa.gyp:osmesa', 928 '../third_party/mesa/mesa.gyp:osmesa',
928 ], 929 ],
929 'include_dirs': [ 930 'include_dirs': [
930 '..', 931 '..',
931 '<(SHARED_INTERMEDIATE_DIR)', 932 '<(SHARED_INTERMEDIATE_DIR)',
932 ], 933 ],
933 'defines': [ 934 'defines': [
934 'HAS_OUT_OF_PROC_TEST_RUNNER', 935 'HAS_OUT_OF_PROC_TEST_RUNNER',
935 ], 936 ],
936 'variables': { 937 'variables': {
937 'win_use_external_manifest': 1, 938 'win_use_external_manifest': 1,
938 }, 939 },
939 'sources': [ 940 'sources': [
940 '../apps/app_restore_service_browsertest.cc', 941 '../apps/app_restore_service_browsertest.cc',
941 '../apps/app_shim/app_shim_host_manager_browsertest_mac.mm', 942 '../apps/app_shim/app_shim_host_manager_browsertest_mac.mm',
942 '../apps/app_shim/test/app_shim_host_manager_test_api_mac.cc', 943 '../apps/app_shim/test/app_shim_host_manager_test_api_mac.cc',
943 '../apps/app_shim/test/app_shim_host_manager_test_api_mac.h', 944 '../apps/app_shim/test/app_shim_host_manager_test_api_mac.h',
944 '../apps/load_and_launch_browsertest.cc', 945 '../apps/load_and_launch_browsertest.cc',
945 # TODO(blundell): Bring up a components_browsertests target and move 946 # TODO(blundell): Bring up a components_browsertests target and move
946 # this test to be in that target. crbug.com/283846 947 # this test to be in that target. crbug.com/283846
947 '../components/autofill/content/renderer/password_form_conversion_utils_ browsertest.cc', 948 '../components/autofill/content/renderer/password_form_conversion_utils_ browsertest.cc',
948 '../components/autofill/content/renderer/test_password_autofill_agent.h' , 949 '../components/autofill/content/renderer/test_password_autofill_agent.h' ,
949 '../components/autofill/content/renderer/test_password_autofill_agent.cc ', 950 '../components/autofill/content/renderer/test_password_autofill_agent.cc ',
950 '../ui/compositor/test/layer_animator_test_controller.cc',
951 '../ui/compositor/test/layer_animator_test_controller.h',
952 '../ui/views/test/test_views_delegate.cc',
953 '../ui/views/test/test_views_delegate.h',
954 'app/chrome_command_ids.h', 951 'app/chrome_command_ids.h',
955 'app/chrome_dll.rc', 952 'app/chrome_dll.rc',
956 'app/chrome_dll_resource.h', 953 'app/chrome_dll_resource.h',
957 'app/chrome_version.rc.version', 954 'app/chrome_version.rc.version',
958 'browser/accessibility/accessibility_extension_apitest.cc', 955 'browser/accessibility/accessibility_extension_apitest.cc',
959 'browser/accessibility/browser_accessibility_state_browsertest.cc', 956 'browser/accessibility/browser_accessibility_state_browsertest.cc',
960 'browser/app_controller_mac_browsertest.mm', 957 'browser/app_controller_mac_browsertest.mm',
961 'browser/apps/ad_view_browsertest.cc', 958 'browser/apps/ad_view_browsertest.cc',
962 'browser/apps/app_browsertest.cc', 959 'browser/apps/app_browsertest.cc',
963 'browser/apps/app_browsertest_util.cc', 960 'browser/apps/app_browsertest_util.cc',
(...skipping 2214 matching lines...) Expand 10 before | Expand all | Expand 10 after
3178 'utility', 3175 'utility',
3179 ], 3176 ],
3180 'sources': [ 3177 'sources': [
3181 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3178 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3182 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3179 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3183 ], 3180 ],
3184 }] 3181 }]
3185 }], 3182 }],
3186 ], # 'conditions' 3183 ], # 'conditions'
3187 } 3184 }
OLDNEW
« no previous file with comments | « ash/ash.gyp ('k') | ui/compositor/compositor.gyp » ('j') | ui/compositor/compositor.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698