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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 12088096: Enable the unit tests in src/extensions/ dir (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 19 matching lines...) Expand all
30 '../testing/gtest.gyp:gtest', 30 '../testing/gtest.gyp:gtest',
31 ], 31 ],
32 'export_dependent_settings': [ 32 'export_dependent_settings': [
33 'app/policy/cloud_policy_codegen.gyp:policy_test_support', 33 'app/policy/cloud_policy_codegen.gyp:policy_test_support',
34 '../base/base.gyp:test_support_base', 34 '../base/base.gyp:test_support_base',
35 ], 35 ],
36 'include_dirs': [ 36 'include_dirs': [
37 '..', 37 '..',
38 ], 38 ],
39 'sources': [ 39 'sources': [
40 '../extensions/common/url_pattern_unittest.cc',
41 '../extensions/common/url_pattern_set_unittest.cc',
Joe Thomas 2013/01/31 22:53:35 Yoyo@ Any reason for keeping these files here? Fo
42 'app/breakpad_mac_stubs.mm', 40 'app/breakpad_mac_stubs.mm',
43 'app/chrome_main_delegate.cc', 41 'app/chrome_main_delegate.cc',
44 'app/chrome_main_delegate.h', 42 'app/chrome_main_delegate.h',
45 'browser/android/mock_google_location_settings_helper.cc', 43 'browser/android/mock_google_location_settings_helper.cc',
46 'browser/android/mock_google_location_settings_helper.h', 44 'browser/android/mock_google_location_settings_helper.h',
47 'browser/android/tab_android_test_stubs.cc', 45 'browser/android/tab_android_test_stubs.cc',
48 'browser/autofill/autofill_common_test.cc', 46 'browser/autofill/autofill_common_test.cc',
49 'browser/autofill/autofill_common_test.h', 47 'browser/autofill/autofill_common_test.h',
50 'browser/autofill/data_driven_test.cc', 48 'browser/autofill/data_driven_test.cc',
51 'browser/autofill/data_driven_test.h', 49 'browser/autofill/data_driven_test.h',
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 'msvs_settings': { 405 'msvs_settings': {
408 'VCLinkerTool': { 406 'VCLinkerTool': {
409 'conditions': [ 407 'conditions': [
410 ['incremental_chrome_dll==1', { 408 ['incremental_chrome_dll==1', {
411 'UseLibraryDependencyInputs': "true", 409 'UseLibraryDependencyInputs': "true",
412 }], 410 }],
413 ], 411 ],
414 }, 412 },
415 }, 413 },
416 'sources': [ 414 'sources': [
415 '../extensions/common/url_pattern_unittest.cc',
416 '../extensions/common/url_pattern_set_unittest.cc',
417 'app/breakpad_mac_stubs.mm', 417 'app/breakpad_mac_stubs.mm',
418 'app/chrome_dll.rc', 418 'app/chrome_dll.rc',
419 '<(SHARED_INTERMEDIATE_DIR)/chrome/chrome_unscaled_resources.rc', 419 '<(SHARED_INTERMEDIATE_DIR)/chrome/chrome_unscaled_resources.rc',
420 # All unittests in browser, common, renderer and service. 420 # All unittests in browser, common, renderer and service.
421 'browser/about_flags_unittest.cc', 421 'browser/about_flags_unittest.cc',
422 'browser/app_controller_mac_unittest.mm', 422 'browser/app_controller_mac_unittest.mm',
423 'browser/autocomplete/autocomplete_input_unittest.cc', 423 'browser/autocomplete/autocomplete_input_unittest.cc',
424 'browser/autocomplete/autocomplete_match_unittest.cc', 424 'browser/autocomplete/autocomplete_match_unittest.cc',
425 'browser/autocomplete/autocomplete_provider_unittest.cc', 425 'browser/autocomplete/autocomplete_provider_unittest.cc',
426 'browser/autocomplete/autocomplete_result_unittest.cc', 426 'browser/autocomplete/autocomplete_result_unittest.cc',
(...skipping 1937 matching lines...) Expand 10 before | Expand all | Expand 10 after
2364 # more details. 2364 # more details.
2365 'DebugInformationFormat': '3', 2365 'DebugInformationFormat': '3',
2366 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2366 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2367 }, 2367 },
2368 }, 2368 },
2369 }, 2369 },
2370 ], 2370 ],
2371 }], 2371 }],
2372 ], # 'conditions' 2372 ], # 'conditions'
2373 } 2373 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698