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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 16286020: Abstract WebContentsObserver from Autofill shared code (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Response to review 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 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 'test/ppapi/ppapi_test.h', 262 'test/ppapi/ppapi_test.h',
263 263
264 # TODO(joi): Move to //components/components.gypi once 264 # TODO(joi): Move to //components/components.gypi once
265 # remaining dependencies back to //chrome are eliminated. 265 # remaining dependencies back to //chrome are eliminated.
266 '../components/autofill/browser/android/test_auxiliary_profile_loader_an droid.cc', 266 '../components/autofill/browser/android/test_auxiliary_profile_loader_an droid.cc',
267 '../components/autofill/browser/android/test_auxiliary_profile_loader_an droid.h', 267 '../components/autofill/browser/android/test_auxiliary_profile_loader_an droid.h',
268 '../components/autofill/browser/autofill_common_test.cc', 268 '../components/autofill/browser/autofill_common_test.cc',
269 '../components/autofill/browser/autofill_common_test.h', 269 '../components/autofill/browser/autofill_common_test.h',
270 '../components/autofill/browser/data_driven_test.cc', 270 '../components/autofill/browser/data_driven_test.cc',
271 '../components/autofill/browser/data_driven_test.h', 271 '../components/autofill/browser/data_driven_test.h',
272 '../components/autofill/browser/test_autofill_driver.cc',
273 '../components/autofill/browser/test_autofill_driver.h',
272 '../components/autofill/browser/test_autofill_external_delegate.cc', 274 '../components/autofill/browser/test_autofill_external_delegate.cc',
273 '../components/autofill/browser/test_autofill_external_delegate.h', 275 '../components/autofill/browser/test_autofill_external_delegate.h',
274 '../components/autofill/browser/test_autofill_manager_delegate.cc', 276 '../components/autofill/browser/test_autofill_manager_delegate.cc',
275 '../components/autofill/browser/test_autofill_manager_delegate.h', 277 '../components/autofill/browser/test_autofill_manager_delegate.h',
276 '../components/autofill/browser/test_personal_data_manager.cc', 278 '../components/autofill/browser/test_personal_data_manager.cc',
277 '../components/autofill/browser/test_personal_data_manager.h', 279 '../components/autofill/browser/test_personal_data_manager.h',
278 280
279 '../ui/gfx/image/image_unittest_util.h', 281 '../ui/gfx/image/image_unittest_util.h',
280 '../ui/gfx/image/image_unittest_util.cc', 282 '../ui/gfx/image/image_unittest_util.cc',
281 '../webkit/browser/quota/mock_quota_manager.cc', 283 '../webkit/browser/quota/mock_quota_manager.cc',
(...skipping 2283 matching lines...) Expand 10 before | Expand all | Expand 10 after
2565 # more details. 2567 # more details.
2566 'DebugInformationFormat': '3', 2568 'DebugInformationFormat': '3',
2567 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2569 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2568 }, 2570 },
2569 }, 2571 },
2570 }, 2572 },
2571 ], 2573 ],
2572 }], 2574 }],
2573 ], # 'conditions' 2575 ], # 'conditions'
2574 } 2576 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698