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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 167913002: sync: Add helper class for P2P invalidations (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 2382 matching lines...) Expand 10 before | Expand all | Expand 10 after
2393 'browser/sync/test/integration/dictionary_helper.cc', 2393 'browser/sync/test/integration/dictionary_helper.cc',
2394 'browser/sync/test/integration/dictionary_helper.h', 2394 'browser/sync/test/integration/dictionary_helper.h',
2395 'browser/sync/test/integration/dictionary_load_observer.cc', 2395 'browser/sync/test/integration/dictionary_load_observer.cc',
2396 'browser/sync/test/integration/dictionary_load_observer.h', 2396 'browser/sync/test/integration/dictionary_load_observer.h',
2397 'browser/sync/test/integration/extension_settings_helper.cc', 2397 'browser/sync/test/integration/extension_settings_helper.cc',
2398 'browser/sync/test/integration/extension_settings_helper.h', 2398 'browser/sync/test/integration/extension_settings_helper.h',
2399 'browser/sync/test/integration/extensions_helper.cc', 2399 'browser/sync/test/integration/extensions_helper.cc',
2400 'browser/sync/test/integration/extensions_helper.h', 2400 'browser/sync/test/integration/extensions_helper.h',
2401 'browser/sync/test/integration/passwords_helper.cc', 2401 'browser/sync/test/integration/passwords_helper.cc',
2402 'browser/sync/test/integration/passwords_helper.h', 2402 'browser/sync/test/integration/passwords_helper.h',
2403 'browser/sync/test/integration/p2p_invalidation_forwarder.cc',
2404 'browser/sync/test/integration/p2p_invalidation_forwarder.h',
2403 'browser/sync/test/integration/preferences_helper.cc', 2405 'browser/sync/test/integration/preferences_helper.cc',
2404 'browser/sync/test/integration/preferences_helper.h', 2406 'browser/sync/test/integration/preferences_helper.h',
2405 'browser/sync/test/integration/profile_sync_service_harness.cc', 2407 'browser/sync/test/integration/profile_sync_service_harness.cc',
2406 'browser/sync/test/integration/profile_sync_service_harness.h', 2408 'browser/sync/test/integration/profile_sync_service_harness.h',
2407 'browser/sync/test/integration/retry_verifier.cc', 2409 'browser/sync/test/integration/retry_verifier.cc',
2408 'browser/sync/test/integration/retry_verifier.h', 2410 'browser/sync/test/integration/retry_verifier.h',
2409 'browser/sync/test/integration/search_engines_helper.cc', 2411 'browser/sync/test/integration/search_engines_helper.cc',
2410 'browser/sync/test/integration/search_engines_helper.h', 2412 'browser/sync/test/integration/search_engines_helper.h',
2411 'browser/sync/test/integration/sessions_helper.cc', 2413 'browser/sync/test/integration/sessions_helper.cc',
2412 'browser/sync/test/integration/sessions_helper.h', 2414 'browser/sync/test/integration/sessions_helper.h',
(...skipping 814 matching lines...) Expand 10 before | Expand all | Expand 10 after
3227 'utility', 3229 'utility',
3228 ], 3230 ],
3229 'sources': [ 3231 'sources': [
3230 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3232 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3231 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3233 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3232 ], 3234 ],
3233 }] 3235 }]
3234 }], 3236 }],
3235 ], # 'conditions' 3237 ], # 'conditions'
3236 } 3238 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698