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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 11971025: [sync] Divorce python sync test server chromiumsync.py from testserver.py (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 11 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 | « chrome/browser/sync/test/integration/sync_test.h ('k') | chrome/test/functional/PYAUTO_TESTS » ('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) 2012 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 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
11 'common/pref_names.h', 11 'common/pref_names.h',
(...skipping 1965 matching lines...) Expand 10 before | Expand all | Expand 10 after
1977 'chrome', 1977 'chrome',
1978 'chrome_resources.gyp:chrome_resources', 1978 'chrome_resources.gyp:chrome_resources',
1979 'chrome_resources.gyp:chrome_strings', 1979 'chrome_resources.gyp:chrome_strings',
1980 'chrome_resources.gyp:packed_extra_resources', 1980 'chrome_resources.gyp:packed_extra_resources',
1981 'chrome_resources.gyp:packed_resources', 1981 'chrome_resources.gyp:packed_resources',
1982 'common', 1982 'common',
1983 'common/extensions/api/api.gyp:api', 1983 'common/extensions/api/api.gyp:api',
1984 'renderer', 1984 'renderer',
1985 'test_support_common', 1985 'test_support_common',
1986 '../net/net.gyp:net', 1986 '../net/net.gyp:net',
1987 '../net/net.gyp:net_test_support',
1988 '../printing/printing.gyp:printing', 1987 '../printing/printing.gyp:printing',
1989 '../skia/skia.gyp:skia', 1988 '../skia/skia.gyp:skia',
1990 '../sync/sync.gyp:sync_notifier', 1989 '../sync/sync.gyp:sync_notifier',
1990 '../sync/sync.gyp:test_support_sync_testserver',
1991 '../testing/gmock.gyp:gmock', 1991 '../testing/gmock.gyp:gmock',
1992 '../testing/gtest.gyp:gtest', 1992 '../testing/gtest.gyp:gtest',
1993 '../third_party/icu/icu.gyp:icui18n', 1993 '../third_party/icu/icu.gyp:icui18n',
1994 '../third_party/icu/icu.gyp:icuuc', 1994 '../third_party/icu/icu.gyp:icuuc',
1995 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1995 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1996 '../third_party/npapi/npapi.gyp:npapi', 1996 '../third_party/npapi/npapi.gyp:npapi',
1997 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', 1997 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
1998 ], 1998 ],
1999 'include_dirs': [ 1999 'include_dirs': [
2000 '..', 2000 '..',
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
2142 'target_name': 'sync_performance_tests', 2142 'target_name': 'sync_performance_tests',
2143 'type': 'executable', 2143 'type': 'executable',
2144 'dependencies': [ 2144 'dependencies': [
2145 '../sync/protocol/sync_proto.gyp:sync_proto', 2145 '../sync/protocol/sync_proto.gyp:sync_proto',
2146 'browser', 2146 'browser',
2147 'chrome', 2147 'chrome',
2148 'common/extensions/api/api.gyp:api', 2148 'common/extensions/api/api.gyp:api',
2149 'test_support_common', 2149 'test_support_common',
2150 '../skia/skia.gyp:skia', 2150 '../skia/skia.gyp:skia',
2151 '../sync/sync.gyp:sync_notifier', 2151 '../sync/sync.gyp:sync_notifier',
2152 '../sync/sync.gyp:test_support_sync_testserver',
2152 '../testing/gmock.gyp:gmock', 2153 '../testing/gmock.gyp:gmock',
2153 '../testing/gtest.gyp:gtest', 2154 '../testing/gtest.gyp:gtest',
2154 ], 2155 ],
2155 'include_dirs': [ 2156 'include_dirs': [
2156 '..', 2157 '..',
2157 '<(INTERMEDIATE_DIR)', 2158 '<(INTERMEDIATE_DIR)',
2158 '<(protoc_out_dir)', 2159 '<(protoc_out_dir)',
2159 ], 2160 ],
2160 'defines': [ 2161 'defines': [
2161 'HAS_OUT_OF_PROC_TEST_RUNNER', 2162 'HAS_OUT_OF_PROC_TEST_RUNNER',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
2201 'dependencies': [ 2202 'dependencies': [
2202 '../build/linux/system.gyp:gtk', 2203 '../build/linux/system.gyp:gtk',
2203 ], 2204 ],
2204 }], 2205 }],
2205 ['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)' , { 2206 ['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)' , {
2206 'dependencies': [ 2207 'dependencies': [
2207 '../build/linux/system.gyp:ssl', 2208 '../build/linux/system.gyp:ssl',
2208 ], 2209 ],
2209 }], 2210 }],
2210 ['OS=="mac"', { 2211 ['OS=="mac"', {
2211 # The sync_integration_tests do not run on mac without this flag. 2212 # The sync_performance_tests do not run on mac without this flag.
2212 # Search for comments about "xcode_settings" elsewhere in this file. 2213 # Search for comments about "xcode_settings" elsewhere in this file.
2213 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, 2214 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
2214 }], 2215 }],
2215 ['OS=="win"', { 2216 ['OS=="win"', {
2216 'sources': [ 2217 'sources': [
2217 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', 2218 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc',
2218 '<(SHARED_INTERMEDIATE_DIR)/chrome/chrome_unscaled_resources.rc', 2219 '<(SHARED_INTERMEDIATE_DIR)/chrome/chrome_unscaled_resources.rc',
2219 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', 2220 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc',
2220 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.rc', 2221 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.rc',
2221 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', 2222 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc',
(...skipping 671 matching lines...) Expand 10 before | Expand all | Expand 10 after
2893 'sync_integration_tests.isolate', 2894 'sync_integration_tests.isolate',
2894 ], 2895 ],
2895 'sources': [ 2896 'sources': [
2896 'sync_integration_tests.isolate', 2897 'sync_integration_tests.isolate',
2897 ], 2898 ],
2898 }, 2899 },
2899 ], 2900 ],
2900 }], 2901 }],
2901 ], # 'conditions' 2902 ], # 'conditions'
2902 } 2903 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/test/integration/sync_test.h ('k') | chrome/test/functional/PYAUTO_TESTS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698