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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 11745024: Synced Notification Sync Change Processor (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Synced Notification Change Processor - remove unused header Created 7 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 889 matching lines...) Expand 10 before | Expand all | Expand 10 after
900 'browser/net/predictor_unittest.cc', 900 'browser/net/predictor_unittest.cc',
901 'browser/net/pref_proxy_config_tracker_impl_unittest.cc', 901 'browser/net/pref_proxy_config_tracker_impl_unittest.cc',
902 'browser/net/spdyproxy/http_auth_handler_spdyproxy_unittest.cc', 902 'browser/net/spdyproxy/http_auth_handler_spdyproxy_unittest.cc',
903 'browser/net/sqlite_persistent_cookie_store_unittest.cc', 903 'browser/net/sqlite_persistent_cookie_store_unittest.cc',
904 'browser/net/sqlite_server_bound_cert_store_unittest.cc', 904 'browser/net/sqlite_server_bound_cert_store_unittest.cc',
905 'browser/net/ssl_config_service_manager_pref_unittest.cc', 905 'browser/net/ssl_config_service_manager_pref_unittest.cc',
906 'browser/net/transport_security_persister_unittest.cc', 906 'browser/net/transport_security_persister_unittest.cc',
907 'browser/net/url_fixer_upper_unittest.cc', 907 'browser/net/url_fixer_upper_unittest.cc',
908 'browser/net/url_info_unittest.cc', 908 'browser/net/url_info_unittest.cc',
909 'browser/notifications/desktop_notification_service_unittest.cc', 909 'browser/notifications/desktop_notification_service_unittest.cc',
910 'browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc ',
911 'browser/notifications/sync_notifier/synced_notification_unittest.cc',
910 'browser/page_cycler/page_cycler_unittest.cc', 912 'browser/page_cycler/page_cycler_unittest.cc',
911 'browser/parsers/metadata_parser_filebase_unittest.cc', 913 'browser/parsers/metadata_parser_filebase_unittest.cc',
912 'browser/password_manager/encryptor_password_mac_unittest.cc', 914 'browser/password_manager/encryptor_password_mac_unittest.cc',
913 'browser/password_manager/encryptor_unittest.cc', 915 'browser/password_manager/encryptor_unittest.cc',
914 'browser/password_manager/login_database_unittest.cc', 916 'browser/password_manager/login_database_unittest.cc',
915 'browser/password_manager/native_backend_gnome_x_unittest.cc', 917 'browser/password_manager/native_backend_gnome_x_unittest.cc',
916 'browser/password_manager/native_backend_kwallet_x_unittest.cc', 918 'browser/password_manager/native_backend_kwallet_x_unittest.cc',
917 'browser/password_manager/password_form_manager_unittest.cc', 919 'browser/password_manager/password_form_manager_unittest.cc',
918 'browser/password_manager/password_manager_unittest.cc', 920 'browser/password_manager/password_manager_unittest.cc',
919 'browser/password_manager/password_store_unittest.cc', 921 'browser/password_manager/password_store_unittest.cc',
(...skipping 1452 matching lines...) Expand 10 before | Expand all | Expand 10 after
2372 # more details. 2374 # more details.
2373 'DebugInformationFormat': '3', 2375 'DebugInformationFormat': '3',
2374 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2376 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2375 }, 2377 },
2376 }, 2378 },
2377 }, 2379 },
2378 ], 2380 ],
2379 }], 2381 }],
2380 ], # 'conditions' 2382 ], # 'conditions'
2381 } 2383 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698