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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 17127002: Correctly integrate StoragePartition into TestingProfile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix InstantNTP test. Created 7 years, 5 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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 'test/base/test_launcher_utils.cc', 242 'test/base/test_launcher_utils.cc',
243 'test/base/test_launcher_utils.h', 243 'test/base/test_launcher_utils.h',
244 'test/base/test_location_bar.cc', 244 'test/base/test_location_bar.cc',
245 'test/base/test_location_bar.h', 245 'test/base/test_location_bar.h',
246 'test/base/test_tab_strip_model_observer.cc', 246 'test/base/test_tab_strip_model_observer.cc',
247 'test/base/test_tab_strip_model_observer.h', 247 'test/base/test_tab_strip_model_observer.h',
248 'test/base/testing_browser_process.cc', 248 'test/base/testing_browser_process.cc',
249 'test/base/testing_browser_process.h', 249 'test/base/testing_browser_process.h',
250 'test/base/testing_browser_process_platform_part.h', 250 'test/base/testing_browser_process_platform_part.h',
251 'test/base/testing_browser_process_platform_part.cc', 251 'test/base/testing_browser_process_platform_part.cc',
252 'test/base/testing_io_thread_state.cc',
253 'test/base/testing_io_thread_state.h',
252 'test/base/testing_pref_service_syncable.cc', 254 'test/base/testing_pref_service_syncable.cc',
253 'test/base/testing_pref_service_syncable.h', 255 'test/base/testing_pref_service_syncable.h',
254 'test/base/testing_profile.cc', 256 'test/base/testing_profile.cc',
255 'test/base/testing_profile.h', 257 'test/base/testing_profile.h',
256 'test/base/testing_profile_manager.cc', 258 'test/base/testing_profile_manager.cc',
257 'test/base/testing_profile_manager.h', 259 'test/base/testing_profile_manager.h',
258 'test/base/tracing.cc', 260 'test/base/tracing.cc',
259 'test/base/tracing.h', 261 'test/base/tracing.h',
260 'test/base/ui_test_utils.cc', 262 'test/base/ui_test_utils.cc',
261 'test/base/ui_test_utils.h', 263 'test/base/ui_test_utils.h',
(...skipping 2388 matching lines...) Expand 10 before | Expand all | Expand 10 after
2650 # more details. 2652 # more details.
2651 'DebugInformationFormat': '3', 2653 'DebugInformationFormat': '3',
2652 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2654 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2653 }, 2655 },
2654 }, 2656 },
2655 }, 2657 },
2656 ], 2658 ],
2657 }], 2659 }],
2658 ], # 'conditions' 2660 ], # 'conditions'
2659 } 2661 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/window_sizer/window_sizer_ash_unittest.cc ('k') | chrome/test/base/browser_with_test_window_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698