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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 459513002: Massive refactor of the Android invalidation code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: A couple GN fixes. Created 6 years, 2 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 '../apps/saved_devices_service_unittest.cc', 7 '../apps/saved_devices_service_unittest.cc',
8 '../apps/saved_files_service_unittest.cc', 8 '../apps/saved_files_service_unittest.cc',
9 '../components/autofill/content/renderer/test_password_autofill_agent.cc', 9 '../components/autofill/content/renderer/test_password_autofill_agent.cc',
10 '../components/autofill/content/renderer/test_password_autofill_agent.h', 10 '../components/autofill/content/renderer/test_password_autofill_agent.h',
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 'browser/internal_auth_unittest.cc', 479 'browser/internal_auth_unittest.cc',
480 'browser/install_verification/win/imported_module_verification_unittest.cc ', 480 'browser/install_verification/win/imported_module_verification_unittest.cc ',
481 'browser/install_verification/win/loaded_module_verification_unittest.cc', 481 'browser/install_verification/win/loaded_module_verification_unittest.cc',
482 'browser/install_verification/win/loaded_modules_snapshot_unittest.cc', 482 'browser/install_verification/win/loaded_modules_snapshot_unittest.cc',
483 'browser/install_verification/win/module_ids_unittest.cc', 483 'browser/install_verification/win/module_ids_unittest.cc',
484 'browser/install_verification/win/module_info_unittest.cc', 484 'browser/install_verification/win/module_info_unittest.cc',
485 'browser/install_verification/win/module_list_unittest.cc', 485 'browser/install_verification/win/module_list_unittest.cc',
486 'browser/install_verification/win/module_verification_test.cc', 486 'browser/install_verification/win/module_verification_test.cc',
487 'browser/install_verification/win/module_verification_test.h', 487 'browser/install_verification/win/module_verification_test.h',
488 'browser/invalidation/gcm_invalidation_bridge_unittest.cc', 488 'browser/invalidation/gcm_invalidation_bridge_unittest.cc',
489 'browser/invalidation/invalidation_service_android_unittest.cc',
490 'browser/invalidation/invalidator_storage_unittest.cc', 489 'browser/invalidation/invalidator_storage_unittest.cc',
491 'browser/invalidation/ticl_profile_settings_provider_unittest.cc', 490 'browser/invalidation/ticl_profile_settings_provider_unittest.cc',
492 'browser/io_thread_unittest.cc', 491 'browser/io_thread_unittest.cc',
493 'browser/logging_chrome_unittest.cc', 492 'browser/logging_chrome_unittest.cc',
494 'browser/mac/keystone_glue_unittest.mm', 493 'browser/mac/keystone_glue_unittest.mm',
495 'browser/media/cast_transport_host_filter_unittest.cc', 494 'browser/media/cast_transport_host_filter_unittest.cc',
496 'browser/media/desktop_media_list_ash_unittest.cc', 495 'browser/media/desktop_media_list_ash_unittest.cc',
497 'browser/media/native_desktop_media_list_unittest.cc', 496 'browser/media/native_desktop_media_list_unittest.cc',
498 'browser/media/webrtc_log_uploader_unittest.cc', 497 'browser/media/webrtc_log_uploader_unittest.cc',
499 'browser/media/webrtc_log_util_unittest.cc', 498 'browser/media/webrtc_log_util_unittest.cc',
(...skipping 2371 matching lines...) Expand 10 before | Expand all | Expand 10 after
2871 'dependencies': [ 2870 'dependencies': [
2872 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2871 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2873 ], 2872 ],
2874 }], 2873 }],
2875 ], 2874 ],
2876 }, 2875 },
2877 ], 2876 ],
2878 }], 2877 }],
2879 ], # 'conditions' 2878 ], # 'conditions'
2880 } 2879 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698