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

Side by Side Diff: components/components_tests.gyp

Issue 1063323002: Move base64url.* to CryptAuth component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cryptauth_refactor
Patch Set: rename path in chrome/browser/chromeos Created 5 years, 8 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 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 'power_unittest_sources': [ 382 'power_unittest_sources': [
383 'power/origin_power_map_unittest.cc', 383 'power/origin_power_map_unittest.cc',
384 ], 384 ],
385 'precache_unittest_sources': [ 385 'precache_unittest_sources': [
386 'precache/content/precache_manager_unittest.cc', 386 'precache/content/precache_manager_unittest.cc',
387 'precache/core/precache_database_unittest.cc', 387 'precache/core/precache_database_unittest.cc',
388 'precache/core/precache_fetcher_unittest.cc', 388 'precache/core/precache_fetcher_unittest.cc',
389 'precache/core/precache_url_table_unittest.cc', 389 'precache/core/precache_url_table_unittest.cc',
390 ], 390 ],
391 'proximity_auth_unittest_sources': [ 391 'proximity_auth_unittest_sources': [
392 'proximity_auth/base64url_unittest.cc',
393 'proximity_auth/bluetooth_connection_finder_unittest.cc', 392 'proximity_auth/bluetooth_connection_finder_unittest.cc',
394 'proximity_auth/bluetooth_connection_unittest.cc', 393 'proximity_auth/bluetooth_connection_unittest.cc',
395 'proximity_auth/client_unittest.cc', 394 'proximity_auth/client_unittest.cc',
396 'proximity_auth/connection_unittest.cc', 395 'proximity_auth/connection_unittest.cc',
396 'proximity_auth/cryptauth/base64url_unittest.cc',
397 'proximity_auth/cryptauth/cryptauth_access_token_fetcher_impl_unittest.cc' , 397 'proximity_auth/cryptauth/cryptauth_access_token_fetcher_impl_unittest.cc' ,
398 'proximity_auth/cryptauth/cryptauth_api_call_flow_unittest.cc', 398 'proximity_auth/cryptauth/cryptauth_api_call_flow_unittest.cc',
399 'proximity_auth/cryptauth/cryptauth_client_impl_unittest.cc', 399 'proximity_auth/cryptauth/cryptauth_client_impl_unittest.cc',
400 'proximity_auth/cryptauth/fake_secure_message_delegate_unittest.cc', 400 'proximity_auth/cryptauth/fake_secure_message_delegate_unittest.cc',
401 'proximity_auth/proximity_auth_system_unittest.cc', 401 'proximity_auth/proximity_auth_system_unittest.cc',
402 'proximity_auth/remote_status_update_unittest.cc', 402 'proximity_auth/remote_status_update_unittest.cc',
403 'proximity_auth/wire_message_unittest.cc', 403 'proximity_auth/wire_message_unittest.cc',
404 ], 404 ],
405 'query_parser_unittest_sources': [ 405 'query_parser_unittest_sources': [
406 'query_parser/query_parser_unittest.cc', 406 'query_parser/query_parser_unittest.cc',
(...skipping 844 matching lines...) Expand 10 before | Expand all | Expand 10 after
1251 'dependencies': [ 1251 'dependencies': [
1252 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1252 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1253 ], 1253 ],
1254 }], 1254 }],
1255 ], 1255 ],
1256 }, 1256 },
1257 ], 1257 ],
1258 }], 1258 }],
1259 ], 1259 ],
1260 } 1260 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/easy_unlock/easy_unlock_create_keys_operation.cc ('k') | components/proximity_auth.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698