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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 15653004: Picasa import: Make NativeMediaFileUtil an AsyncFileUtil (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Win fix Created 7 years, 6 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 '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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 'browser/extensions/test_extension_service.cc', 117 'browser/extensions/test_extension_service.cc',
118 'browser/extensions/test_extension_service.h', 118 'browser/extensions/test_extension_service.h',
119 'browser/extensions/test_extension_system.cc', 119 'browser/extensions/test_extension_system.cc',
120 'browser/extensions/test_extension_system.h', 120 'browser/extensions/test_extension_system.h',
121 'browser/extensions/test_management_policy.cc', 121 'browser/extensions/test_management_policy.cc',
122 'browser/extensions/test_management_policy.h', 122 'browser/extensions/test_management_policy.h',
123 'browser/google_apis/dummy_drive_service.cc', 123 'browser/google_apis/dummy_drive_service.cc',
124 'browser/google_apis/dummy_drive_service.h', 124 'browser/google_apis/dummy_drive_service.h',
125 'browser/google_apis/test_util.cc', 125 'browser/google_apis/test_util.cc',
126 'browser/google_apis/test_util.h', 126 'browser/google_apis/test_util.h',
127 'browser/media_galleries/fileapi/async_file_util_test_helper.cc',
128 'browser/media_galleries/fileapi/async_file_util_test_helper.h',
127 'browser/media_galleries/fileapi/picasa/pmp_test_helper.cc', 129 'browser/media_galleries/fileapi/picasa/pmp_test_helper.cc',
128 'browser/media_galleries/fileapi/picasa/pmp_test_helper.h', 130 'browser/media_galleries/fileapi/picasa/pmp_test_helper.h',
129 'browser/media_galleries/media_galleries_test_util.cc', 131 'browser/media_galleries/media_galleries_test_util.cc',
130 'browser/media_galleries/media_galleries_test_util.h', 132 'browser/media_galleries/media_galleries_test_util.h',
131 'browser/net/url_request_mock_util.cc', 133 'browser/net/url_request_mock_util.cc',
132 'browser/net/url_request_mock_util.h', 134 'browser/net/url_request_mock_util.h',
133 'browser/notifications/notification_test_util.cc', 135 'browser/notifications/notification_test_util.cc',
134 'browser/notifications/notification_test_util.h', 136 'browser/notifications/notification_test_util.h',
135 'browser/password_manager/mock_password_store.cc', 137 'browser/password_manager/mock_password_store.cc',
136 'browser/password_manager/mock_password_store.h', 138 'browser/password_manager/mock_password_store.h',
(...skipping 2406 matching lines...) Expand 10 before | Expand all | Expand 10 after
2543 # more details. 2545 # more details.
2544 'DebugInformationFormat': '3', 2546 'DebugInformationFormat': '3',
2545 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2547 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2546 }, 2548 },
2547 }, 2549 },
2548 }, 2550 },
2549 ], 2551 ],
2550 }], 2552 }],
2551 ], # 'conditions' 2553 ], # 'conditions'
2552 } 2554 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698