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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 12374054: Update and enable NativeMessagingTest.EchoConnect. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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
« no previous file with comments | « chrome/browser/extensions/api/messaging/native_messaging_test_util.cc ('k') | no next file » | 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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 'browser/chromeos/settings/device_settings_test_helper.h', 102 'browser/chromeos/settings/device_settings_test_helper.h',
103 'browser/chromeos/settings/mock_owner_key_util.cc', 103 'browser/chromeos/settings/mock_owner_key_util.cc',
104 'browser/chromeos/settings/mock_owner_key_util.h', 104 'browser/chromeos/settings/mock_owner_key_util.h',
105 'browser/chromeos/system/mock_statistics_provider.cc', 105 'browser/chromeos/system/mock_statistics_provider.cc',
106 'browser/chromeos/system/mock_statistics_provider.h', 106 'browser/chromeos/system/mock_statistics_provider.h',
107 # The only thing used from browser is Browser::Type. 107 # The only thing used from browser is Browser::Type.
108 'browser/download/download_test_file_activity_observer.cc', 108 'browser/download/download_test_file_activity_observer.cc',
109 'browser/download/download_test_file_activity_observer.h', 109 'browser/download/download_test_file_activity_observer.h',
110 'browser/download/test_download_shelf.cc', 110 'browser/download/test_download_shelf.cc',
111 'browser/download/test_download_shelf.h', 111 'browser/download/test_download_shelf.h',
112 'browser/extensions/api/messaging/native_messaging_test_util.cc',
113 'browser/extensions/api/messaging/native_messaging_test_util.h',
112 'browser/extensions/fake_safe_browsing_database_manager.cc', 114 'browser/extensions/fake_safe_browsing_database_manager.cc',
113 'browser/extensions/fake_safe_browsing_database_manager.h', 115 'browser/extensions/fake_safe_browsing_database_manager.h',
114 'browser/extensions/mock_extension_special_storage_policy.cc', 116 'browser/extensions/mock_extension_special_storage_policy.cc',
115 'browser/extensions/mock_extension_special_storage_policy.h', 117 'browser/extensions/mock_extension_special_storage_policy.h',
116 'browser/extensions/test_blacklist.cc', 118 'browser/extensions/test_blacklist.cc',
117 'browser/extensions/test_blacklist.h', 119 'browser/extensions/test_blacklist.h',
118 'browser/extensions/test_extension_environment.cc', 120 'browser/extensions/test_extension_environment.cc',
119 'browser/extensions/test_extension_environment.h', 121 'browser/extensions/test_extension_environment.h',
120 'browser/extensions/test_extension_prefs.cc', 122 'browser/extensions/test_extension_prefs.cc',
121 'browser/extensions/test_extension_prefs.h', 123 'browser/extensions/test_extension_prefs.h',
(...skipping 2271 matching lines...) Expand 10 before | Expand all | Expand 10 after
2393 # more details. 2395 # more details.
2394 'DebugInformationFormat': '3', 2396 'DebugInformationFormat': '3',
2395 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2397 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2396 }, 2398 },
2397 }, 2399 },
2398 }, 2400 },
2399 ], 2401 ],
2400 }], 2402 }],
2401 ], # 'conditions' 2403 ], # 'conditions'
2402 } 2404 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/api/messaging/native_messaging_test_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698