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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 115243007: Basic implementation of the Sync C++ fake server (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
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 2300 matching lines...) Expand 10 before | Expand all | Expand 10 after
2311 'chrome_resources.gyp:chrome_strings', 2311 'chrome_resources.gyp:chrome_strings',
2312 'chrome_resources.gyp:packed_extra_resources', 2312 'chrome_resources.gyp:packed_extra_resources',
2313 'chrome_resources.gyp:packed_resources', 2313 'chrome_resources.gyp:packed_resources',
2314 'common', 2314 'common',
2315 'common/extensions/api/api.gyp:api', 2315 'common/extensions/api/api.gyp:api',
2316 'renderer', 2316 'renderer',
2317 'test_support_common', 2317 'test_support_common',
2318 '../net/net.gyp:net', 2318 '../net/net.gyp:net',
2319 '../skia/skia.gyp:skia', 2319 '../skia/skia.gyp:skia',
2320 '../sync/sync.gyp:sync', 2320 '../sync/sync.gyp:sync',
2321 '../sync/sync.gyp:test_support_sync_internal_api',
2321 '../sync/sync.gyp:test_support_sync_testserver', 2322 '../sync/sync.gyp:test_support_sync_testserver',
2322 '../testing/gmock.gyp:gmock', 2323 '../testing/gmock.gyp:gmock',
2323 '../testing/gtest.gyp:gtest', 2324 '../testing/gtest.gyp:gtest',
2324 '../third_party/icu/icu.gyp:icui18n', 2325 '../third_party/icu/icu.gyp:icui18n',
2325 '../third_party/icu/icu.gyp:icuuc', 2326 '../third_party/icu/icu.gyp:icuuc',
2326 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2327 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2327 '../third_party/npapi/npapi.gyp:npapi', 2328 '../third_party/npapi/npapi.gyp:npapi',
2328 '../third_party/WebKit/public/blink.gyp:blink', 2329 '../third_party/WebKit/public/blink.gyp:blink',
2329 ], 2330 ],
2330 'include_dirs': [ 2331 'include_dirs': [
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
2363 'browser/sync/test/integration/multiple_client_bookmarks_sync_test.cc', 2364 'browser/sync/test/integration/multiple_client_bookmarks_sync_test.cc',
2364 'browser/sync/test/integration/multiple_client_dictionary_sync_test.cc', 2365 'browser/sync/test/integration/multiple_client_dictionary_sync_test.cc',
2365 'browser/sync/test/integration/multiple_client_passwords_sync_test.cc', 2366 'browser/sync/test/integration/multiple_client_passwords_sync_test.cc',
2366 'browser/sync/test/integration/multiple_client_preferences_sync_test.cc' , 2367 'browser/sync/test/integration/multiple_client_preferences_sync_test.cc' ,
2367 'browser/sync/test/integration/multiple_client_sessions_sync_test.cc', 2368 'browser/sync/test/integration/multiple_client_sessions_sync_test.cc',
2368 'browser/sync/test/integration/multiple_client_typed_urls_sync_test.cc', 2369 'browser/sync/test/integration/multiple_client_typed_urls_sync_test.cc',
2369 'browser/sync/test/integration/passwords_helper.cc', 2370 'browser/sync/test/integration/passwords_helper.cc',
2370 'browser/sync/test/integration/passwords_helper.h', 2371 'browser/sync/test/integration/passwords_helper.h',
2371 'browser/sync/test/integration/preferences_helper.cc', 2372 'browser/sync/test/integration/preferences_helper.cc',
2372 'browser/sync/test/integration/preferences_helper.h', 2373 'browser/sync/test/integration/preferences_helper.h',
2374 'browser/sync/test/integration/prototype_fake_server_test.cc',
2373 'browser/sync/test/integration/search_engines_helper.cc', 2375 'browser/sync/test/integration/search_engines_helper.cc',
2374 'browser/sync/test/integration/search_engines_helper.h', 2376 'browser/sync/test/integration/search_engines_helper.h',
2375 'browser/sync/test/integration/sessions_helper.cc', 2377 'browser/sync/test/integration/sessions_helper.cc',
2376 'browser/sync/test/integration/sessions_helper.h', 2378 'browser/sync/test/integration/sessions_helper.h',
2377 'browser/sync/test/integration/single_client_apps_sync_test.cc', 2379 'browser/sync/test/integration/single_client_apps_sync_test.cc',
2378 'browser/sync/test/integration/single_client_bookmarks_sync_test.cc', 2380 'browser/sync/test/integration/single_client_bookmarks_sync_test.cc',
2379 'browser/sync/test/integration/single_client_dictionary_sync_test.cc', 2381 'browser/sync/test/integration/single_client_dictionary_sync_test.cc',
2380 'browser/sync/test/integration/single_client_extensions_sync_test.cc', 2382 'browser/sync/test/integration/single_client_extensions_sync_test.cc',
2381 'browser/sync/test/integration/single_client_managed_user_settings_sync_ test.cc', 2383 'browser/sync/test/integration/single_client_managed_user_settings_sync_ test.cc',
2382 'browser/sync/test/integration/single_client_passwords_sync_test.cc', 2384 'browser/sync/test/integration/single_client_passwords_sync_test.cc',
(...skipping 675 matching lines...) Expand 10 before | Expand all | Expand 10 after
3058 'utility', 3060 'utility',
3059 ], 3061 ],
3060 'sources': [ 3062 'sources': [
3061 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3063 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3062 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3064 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3063 ], 3065 ],
3064 }] 3066 }]
3065 }], 3067 }],
3066 ], # 'conditions' 3068 ], # 'conditions'
3067 } 3069 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698