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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 14247034: Move Media Galleries FileAPI code out of webkit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cr-14352004
Patch Set: Formatting fixes. Created 7 years, 8 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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 'browser/google_apis/test_server/http_connection.cc', 128 'browser/google_apis/test_server/http_connection.cc',
129 'browser/google_apis/test_server/http_connection.h', 129 'browser/google_apis/test_server/http_connection.h',
130 'browser/google_apis/test_server/http_request.cc', 130 'browser/google_apis/test_server/http_request.cc',
131 'browser/google_apis/test_server/http_request.h', 131 'browser/google_apis/test_server/http_request.h',
132 'browser/google_apis/test_server/http_response.cc', 132 'browser/google_apis/test_server/http_response.cc',
133 'browser/google_apis/test_server/http_response.h', 133 'browser/google_apis/test_server/http_response.h',
134 'browser/google_apis/test_server/http_server.cc', 134 'browser/google_apis/test_server/http_server.cc',
135 'browser/google_apis/test_server/http_server.h', 135 'browser/google_apis/test_server/http_server.h',
136 'browser/google_apis/test_util.cc', 136 'browser/google_apis/test_util.cc',
137 'browser/google_apis/test_util.h', 137 'browser/google_apis/test_util.h',
138 'browser/media_galleries/fileapi/native_media_file_util_unittest.cc',
139 'browser/media_galleries/fileapi/picasa/pmp_column_reader_unittest.cc',
140 'browser/media_galleries/fileapi/picasa/pmp_table_reader_unittest.cc',
141 'browser/media_galleries/fileapi/picasa/pmp_test_helper.cc',
142 'browser/media_galleries/fileapi/picasa/pmp_test_helper.h',
138 'browser/media_galleries/media_galleries_test_util.cc', 143 'browser/media_galleries/media_galleries_test_util.cc',
139 'browser/media_galleries/media_galleries_test_util.h', 144 'browser/media_galleries/media_galleries_test_util.h',
140 'browser/net/url_request_mock_util.cc', 145 'browser/net/url_request_mock_util.cc',
141 'browser/net/url_request_mock_util.h', 146 'browser/net/url_request_mock_util.h',
142 'browser/notifications/notification_test_util.cc', 147 'browser/notifications/notification_test_util.cc',
143 'browser/notifications/notification_test_util.h', 148 'browser/notifications/notification_test_util.h',
144 'browser/password_manager/mock_password_store.cc', 149 'browser/password_manager/mock_password_store.cc',
145 'browser/password_manager/mock_password_store.h', 150 'browser/password_manager/mock_password_store.h',
146 'browser/password_manager/password_form_data.cc', 151 'browser/password_manager/password_form_data.cc',
147 'browser/password_manager/password_form_data.h', 152 'browser/password_manager/password_form_data.h',
(...skipping 2286 matching lines...) Expand 10 before | Expand all | Expand 10 after
2434 # more details. 2439 # more details.
2435 'DebugInformationFormat': '3', 2440 'DebugInformationFormat': '3',
2436 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2441 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2437 }, 2442 },
2438 }, 2443 },
2439 }, 2444 },
2440 ], 2445 ],
2441 }], 2446 }],
2442 ], # 'conditions' 2447 ], # 'conditions'
2443 } 2448 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698