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

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: fix mac compile 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
« no previous file with comments | « ash/ash.gyp ('k') | ui/compositor/compositor.gyp » ('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 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 906 matching lines...) Expand 10 before | Expand all | Expand 10 after
917 '../sync/sync.gyp:sync', 917 '../sync/sync.gyp:sync',
918 '../sync/sync.gyp:test_support_sync_api', 918 '../sync/sync.gyp:test_support_sync_api',
919 '../testing/gmock.gyp:gmock', 919 '../testing/gmock.gyp:gmock',
920 '../testing/gtest.gyp:gtest', 920 '../testing/gtest.gyp:gtest',
921 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 921 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
922 '../third_party/icu/icu.gyp:icui18n', 922 '../third_party/icu/icu.gyp:icui18n',
923 '../third_party/icu/icu.gyp:icuuc', 923 '../third_party/icu/icu.gyp:icuuc',
924 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 924 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
925 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', 925 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing',
926 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', 926 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
927 '../ui/compositor/compositor.gyp:compositor_test_support',
927 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', 928 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support',
928 '../ui/ui.gyp:webui_test_support', 929 '../ui/ui.gyp:webui_test_support',
929 '../v8/tools/gyp/v8.gyp:v8', 930 '../v8/tools/gyp/v8.gyp:v8',
930 # Runtime dependencies 931 # Runtime dependencies
931 '../ppapi/ppapi_internal.gyp:ppapi_tests', 932 '../ppapi/ppapi_internal.gyp:ppapi_tests',
932 '../third_party/mesa/mesa.gyp:osmesa', 933 '../third_party/mesa/mesa.gyp:osmesa',
933 ], 934 ],
934 'include_dirs': [ 935 'include_dirs': [
935 '..', 936 '..',
936 '<(SHARED_INTERMEDIATE_DIR)', 937 '<(SHARED_INTERMEDIATE_DIR)',
937 ], 938 ],
938 'defines': [ 939 'defines': [
939 'HAS_OUT_OF_PROC_TEST_RUNNER', 940 'HAS_OUT_OF_PROC_TEST_RUNNER',
940 ], 941 ],
941 'variables': { 942 'variables': {
942 'win_use_external_manifest': 1, 943 'win_use_external_manifest': 1,
943 }, 944 },
944 'sources': [ 945 'sources': [
945 '../apps/app_restore_service_browsertest.cc', 946 '../apps/app_restore_service_browsertest.cc',
946 '../apps/app_shim/app_shim_host_manager_browsertest_mac.mm', 947 '../apps/app_shim/app_shim_host_manager_browsertest_mac.mm',
947 '../apps/app_shim/test/app_shim_host_manager_test_api_mac.cc', 948 '../apps/app_shim/test/app_shim_host_manager_test_api_mac.cc',
948 '../apps/app_shim/test/app_shim_host_manager_test_api_mac.h', 949 '../apps/app_shim/test/app_shim_host_manager_test_api_mac.h',
949 '../apps/load_and_launch_browsertest.cc', 950 '../apps/load_and_launch_browsertest.cc',
950 # TODO(blundell): Bring up a components_browsertests target and move 951 # TODO(blundell): Bring up a components_browsertests target and move
951 # this test to be in that target. crbug.com/283846 952 # this test to be in that target. crbug.com/283846
952 '../components/autofill/content/renderer/password_form_conversion_utils_ browsertest.cc', 953 '../components/autofill/content/renderer/password_form_conversion_utils_ browsertest.cc',
953 '../components/autofill/content/renderer/test_password_autofill_agent.h' , 954 '../components/autofill/content/renderer/test_password_autofill_agent.h' ,
954 '../components/autofill/content/renderer/test_password_autofill_agent.cc ', 955 '../components/autofill/content/renderer/test_password_autofill_agent.cc ',
955 '../ui/compositor/test/layer_animator_test_controller.cc',
956 '../ui/compositor/test/layer_animator_test_controller.h',
957 '../ui/views/test/test_views_delegate.cc',
958 '../ui/views/test/test_views_delegate.h',
959 'app/chrome_command_ids.h', 956 'app/chrome_command_ids.h',
960 'app/chrome_dll.rc', 957 'app/chrome_dll.rc',
961 'app/chrome_dll_resource.h', 958 'app/chrome_dll_resource.h',
962 'app/chrome_version.rc.version', 959 'app/chrome_version.rc.version',
963 'browser/accessibility/accessibility_extension_apitest.cc', 960 'browser/accessibility/accessibility_extension_apitest.cc',
964 'browser/accessibility/browser_accessibility_state_browsertest.cc', 961 'browser/accessibility/browser_accessibility_state_browsertest.cc',
965 'browser/app_controller_mac_browsertest.mm', 962 'browser/app_controller_mac_browsertest.mm',
966 'browser/apps/ad_view_browsertest.cc', 963 'browser/apps/ad_view_browsertest.cc',
967 'browser/apps/app_browsertest.cc', 964 'browser/apps/app_browsertest.cc',
968 'browser/apps/app_browsertest_util.cc', 965 'browser/apps/app_browsertest_util.cc',
(...skipping 2213 matching lines...) Expand 10 before | Expand all | Expand 10 after
3182 'utility', 3179 'utility',
3183 ], 3180 ],
3184 'sources': [ 3181 'sources': [
3185 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3182 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3186 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3183 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3187 ], 3184 ],
3188 }] 3185 }]
3189 }], 3186 }],
3190 ], # 'conditions' 3187 ], # 'conditions'
3191 } 3188 }
OLDNEW
« no previous file with comments | « ash/ash.gyp ('k') | ui/compositor/compositor.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698