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

Side by Side Diff: components/components_tests.gyp

Issue 1147563002: Add SyncScheduler for scheduling CryptAuth enrollments and syncing devices. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 { 5 {
6 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 'proximity_auth/bluetooth_connection_unittest.cc', 428 'proximity_auth/bluetooth_connection_unittest.cc',
429 'proximity_auth/bluetooth_throttler_impl_unittest.cc', 429 'proximity_auth/bluetooth_throttler_impl_unittest.cc',
430 'proximity_auth/client_unittest.cc', 430 'proximity_auth/client_unittest.cc',
431 'proximity_auth/connection_unittest.cc', 431 'proximity_auth/connection_unittest.cc',
432 'proximity_auth/cryptauth/base64url_unittest.cc', 432 'proximity_auth/cryptauth/base64url_unittest.cc',
433 'proximity_auth/cryptauth/cryptauth_access_token_fetcher_impl_unittest.cc' , 433 'proximity_auth/cryptauth/cryptauth_access_token_fetcher_impl_unittest.cc' ,
434 'proximity_auth/cryptauth/cryptauth_api_call_flow_unittest.cc', 434 'proximity_auth/cryptauth/cryptauth_api_call_flow_unittest.cc',
435 'proximity_auth/cryptauth/cryptauth_client_impl_unittest.cc', 435 'proximity_auth/cryptauth/cryptauth_client_impl_unittest.cc',
436 'proximity_auth/cryptauth/cryptauth_enroller_impl_unittest.cc', 436 'proximity_auth/cryptauth/cryptauth_enroller_impl_unittest.cc',
437 'proximity_auth/cryptauth/fake_secure_message_delegate_unittest.cc', 437 'proximity_auth/cryptauth/fake_secure_message_delegate_unittest.cc',
438 'proximity_auth/cryptauth/sync_scheduler_impl_unittest.cc',
438 'proximity_auth/logging/logging_unittest.cc', 439 'proximity_auth/logging/logging_unittest.cc',
439 'proximity_auth/proximity_auth_system_unittest.cc', 440 'proximity_auth/proximity_auth_system_unittest.cc',
440 'proximity_auth/remote_status_update_unittest.cc', 441 'proximity_auth/remote_status_update_unittest.cc',
441 'proximity_auth/throttled_bluetooth_connection_finder_unittest.cc', 442 'proximity_auth/throttled_bluetooth_connection_finder_unittest.cc',
442 'proximity_auth/wire_message_unittest.cc', 443 'proximity_auth/wire_message_unittest.cc',
443 ], 444 ],
444 'query_parser_unittest_sources': [ 445 'query_parser_unittest_sources': [
445 'query_parser/query_parser_unittest.cc', 446 'query_parser/query_parser_unittest.cc',
446 'query_parser/snippet_unittest.cc', 447 'query_parser/snippet_unittest.cc',
447 ], 448 ],
(...skipping 1007 matching lines...) Expand 10 before | Expand all | Expand 10 after
1455 ], 1456 ],
1456 'variables': { 1457 'variables': {
1457 'test_suite_name': 'components_unittests', 1458 'test_suite_name': 'components_unittests',
1458 }, 1459 },
1459 'includes': [ '../build/apk_test.gypi' ], 1460 'includes': [ '../build/apk_test.gypi' ],
1460 }, 1461 },
1461 ], 1462 ],
1462 }], 1463 }],
1463 ], 1464 ],
1464 } 1465 }
OLDNEW
« no previous file with comments | « no previous file | components/proximity_auth.gypi » ('j') | components/proximity_auth/cryptauth/sync_scheduler.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698