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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 12223091: Split testing_pref_service.h/.cc into two parts, generic vs. Chrome-specific. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | Annotate | Revision Log
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 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 'test/base/test_launcher_utils.cc', 223 'test/base/test_launcher_utils.cc',
224 'test/base/test_launcher_utils.h', 224 'test/base/test_launcher_utils.h',
225 'test/base/test_location_bar.cc', 225 'test/base/test_location_bar.cc',
226 'test/base/test_location_bar.h', 226 'test/base/test_location_bar.h',
227 'test/base/test_tab_strip_model_observer.cc', 227 'test/base/test_tab_strip_model_observer.cc',
228 'test/base/test_tab_strip_model_observer.h', 228 'test/base/test_tab_strip_model_observer.h',
229 'test/base/testing_browser_process.cc', 229 'test/base/testing_browser_process.cc',
230 'test/base/testing_browser_process.h', 230 'test/base/testing_browser_process.h',
231 'test/base/testing_pref_service.cc', 231 'test/base/testing_pref_service.cc',
232 'test/base/testing_pref_service.h', 232 'test/base/testing_pref_service.h',
233 'test/base/testing_pref_service_syncable.cc',
234 'test/base/testing_pref_service_syncable.h',
233 'test/base/testing_profile.cc', 235 'test/base/testing_profile.cc',
234 'test/base/testing_profile.h', 236 'test/base/testing_profile.h',
235 'test/base/testing_profile_manager.cc', 237 'test/base/testing_profile_manager.cc',
236 'test/base/testing_profile_manager.h', 238 'test/base/testing_profile_manager.h',
237 'test/base/thread_observer_helper.h', 239 'test/base/thread_observer_helper.h',
238 'test/base/tracing.cc', 240 'test/base/tracing.cc',
239 'test/base/tracing.h', 241 'test/base/tracing.h',
240 'test/base/ui_test_utils.cc', 242 'test/base/ui_test_utils.cc',
241 'test/base/ui_test_utils.h', 243 'test/base/ui_test_utils.h',
242 'test/base/uma_histogram_helper.cc', 244 'test/base/uma_histogram_helper.cc',
(...skipping 2129 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

Powered by Google App Engine
This is Rietveld 408576698