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

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: Address Philippe's comments. 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
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 1954 matching lines...) Expand 10 before | Expand all | Expand 10 after
1966 'chrome', 1966 'chrome',
1967 'chrome_resources.gyp:chrome_resources', 1967 'chrome_resources.gyp:chrome_resources',
1968 'chrome_resources.gyp:chrome_strings', 1968 'chrome_resources.gyp:chrome_strings',
1969 'chrome_resources.gyp:packed_extra_resources', 1969 'chrome_resources.gyp:packed_extra_resources',
1970 'chrome_resources.gyp:packed_resources', 1970 'chrome_resources.gyp:packed_resources',
1971 'common', 1971 'common',
1972 'common/extensions/api/api.gyp:api', 1972 'common/extensions/api/api.gyp:api',
1973 'renderer', 1973 'renderer',
1974 'test_support_common', 1974 'test_support_common',
1975 '../net/net.gyp:net', 1975 '../net/net.gyp:net',
1976 '../net/net.gyp:net_test_support',
1977 '../printing/printing.gyp:printing', 1976 '../printing/printing.gyp:printing',
1978 '../skia/skia.gyp:skia', 1977 '../skia/skia.gyp:skia',
1979 '../sync/sync.gyp:sync_notifier', 1978 '../sync/sync.gyp:sync_notifier',
1979 '../sync/sync.gyp:test_support_sync_testserver',
1980 '../testing/gmock.gyp:gmock', 1980 '../testing/gmock.gyp:gmock',
1981 '../testing/gtest.gyp:gtest', 1981 '../testing/gtest.gyp:gtest',
1982 '../third_party/icu/icu.gyp:icui18n', 1982 '../third_party/icu/icu.gyp:icui18n',
1983 '../third_party/icu/icu.gyp:icuuc', 1983 '../third_party/icu/icu.gyp:icuuc',
1984 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1984 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1985 '../third_party/npapi/npapi.gyp:npapi', 1985 '../third_party/npapi/npapi.gyp:npapi',
1986 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', 1986 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
1987 ], 1987 ],
1988 'include_dirs': [ 1988 'include_dirs': [
1989 '..', 1989 '..',
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
2131 'target_name': 'sync_performance_tests', 2131 'target_name': 'sync_performance_tests',
2132 'type': 'executable', 2132 'type': 'executable',
2133 'dependencies': [ 2133 'dependencies': [
2134 '../sync/protocol/sync_proto.gyp:sync_proto', 2134 '../sync/protocol/sync_proto.gyp:sync_proto',
2135 'browser', 2135 'browser',
2136 'chrome', 2136 'chrome',
2137 'common/extensions/api/api.gyp:api', 2137 'common/extensions/api/api.gyp:api',
2138 'test_support_common', 2138 'test_support_common',
2139 '../skia/skia.gyp:skia', 2139 '../skia/skia.gyp:skia',
2140 '../sync/sync.gyp:sync_notifier', 2140 '../sync/sync.gyp:sync_notifier',
2141 '../sync/sync.gyp:test_support_sync_testserver',
2141 '../testing/gmock.gyp:gmock', 2142 '../testing/gmock.gyp:gmock',
2142 '../testing/gtest.gyp:gtest', 2143 '../testing/gtest.gyp:gtest',
2143 ], 2144 ],
2144 'include_dirs': [ 2145 'include_dirs': [
2145 '..', 2146 '..',
2146 '<(INTERMEDIATE_DIR)', 2147 '<(INTERMEDIATE_DIR)',
2147 '<(protoc_out_dir)', 2148 '<(protoc_out_dir)',
2148 ], 2149 ],
2149 'defines': [ 2150 'defines': [
2150 'HAS_OUT_OF_PROC_TEST_RUNNER', 2151 'HAS_OUT_OF_PROC_TEST_RUNNER',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
2190 'dependencies': [ 2191 'dependencies': [
2191 '../build/linux/system.gyp:gtk', 2192 '../build/linux/system.gyp:gtk',
2192 ], 2193 ],
2193 }], 2194 }],
2194 ['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)' , { 2195 ['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)' , {
2195 'dependencies': [ 2196 'dependencies': [
2196 '../build/linux/system.gyp:ssl', 2197 '../build/linux/system.gyp:ssl',
2197 ], 2198 ],
2198 }], 2199 }],
2199 ['OS=="mac"', { 2200 ['OS=="mac"', {
2200 # The sync_integration_tests do not run on mac without this flag. 2201 # The sync_performance_tests do not run on mac without this flag.
2201 # Search for comments about "xcode_settings" elsewhere in this file. 2202 # Search for comments about "xcode_settings" elsewhere in this file.
2202 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, 2203 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
2203 }], 2204 }],
2204 ['OS=="win"', { 2205 ['OS=="win"', {
2205 'sources': [ 2206 'sources': [
2206 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', 2207 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc',
2207 '<(SHARED_INTERMEDIATE_DIR)/chrome/chrome_unscaled_resources.rc', 2208 '<(SHARED_INTERMEDIATE_DIR)/chrome/chrome_unscaled_resources.rc',
2208 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', 2209 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc',
2209 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.rc', 2210 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.rc',
2210 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', 2211 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc',
(...skipping 671 matching lines...) Expand 10 before | Expand all | Expand 10 after
2882 'sync_integration_tests.isolate', 2883 'sync_integration_tests.isolate',
2883 ], 2884 ],
2884 'sources': [ 2885 'sources': [
2885 'sync_integration_tests.isolate', 2886 'sync_integration_tests.isolate',
2886 ], 2887 ],
2887 }, 2888 },
2888 ], 2889 ],
2889 }], 2890 }],
2890 ], # 'conditions' 2891 ], # 'conditions'
2891 } 2892 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698