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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 12035095: Enforce no path service has improper path. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Limit checks on OSX Created 7 years, 11 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
« base/path_service_unittest.cc ('K') | « base/path_service_unittest.cc ('k') | 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 1571 matching lines...) Expand 10 before | Expand all | Expand 10 after
1582 'test/base/chrome_render_view_test.h', 1582 'test/base/chrome_render_view_test.h',
1583 'test/base/menu_model_test.cc', 1583 'test/base/menu_model_test.cc',
1584 'test/base/menu_model_test.h', 1584 'test/base/menu_model_test.h',
1585 'test/base/v8_unit_test.cc', 1585 'test/base/v8_unit_test.cc',
1586 'test/base/v8_unit_test.h', 1586 'test/base/v8_unit_test.h',
1587 'test/data/resource.rc', 1587 'test/data/resource.rc',
1588 'test/data/unit/framework_unittest.gtestjs', 1588 'test/data/unit/framework_unittest.gtestjs',
1589 'test/logging/win/mof_data_parser_unittest.cc', 1589 'test/logging/win/mof_data_parser_unittest.cc',
1590 'tools/convert_dict/convert_dict_unittest.cc', 1590 'tools/convert_dict/convert_dict_unittest.cc',
1591 1591
1592 # Duplicate these tests here because PathService has more items in
1593 # unit_tests than in base_unittests.
1594 '../base/path_service_unittest.cc',
1595
1592 # TODO(joi): Move to 'base_prefs' target in base/base.gyp once 1596 # TODO(joi): Move to 'base_prefs' target in base/base.gyp once
1593 # Prefs move is complete and dependencies have been broken. 1597 # Prefs move is complete and dependencies have been broken.
1594 '../base/prefs/json_pref_store_unittest.cc', 1598 '../base/prefs/json_pref_store_unittest.cc',
1595 '../base/prefs/public/pref_change_registrar_unittest.cc', 1599 '../base/prefs/public/pref_change_registrar_unittest.cc',
1596 '../base/prefs/public/pref_member_unittest.cc', 1600 '../base/prefs/public/pref_member_unittest.cc',
1597 1601
1598 # TODO(joi): Move the google_apis tests to a separate 1602 # TODO(joi): Move the google_apis tests to a separate
1599 # google_apis_unittests executable. 1603 # google_apis_unittests executable.
1600 '../google_apis/google_api_keys_unittest.cc', 1604 '../google_apis/google_api_keys_unittest.cc',
1601 '../google_apis/gaia/mock_url_fetcher_factory.h', 1605 '../google_apis/gaia/mock_url_fetcher_factory.h',
(...skipping 754 matching lines...) Expand 10 before | Expand all | Expand 10 after
2356 # more details. 2360 # more details.
2357 'DebugInformationFormat': '3', 2361 'DebugInformationFormat': '3',
2358 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2362 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2359 }, 2363 },
2360 }, 2364 },
2361 }, 2365 },
2362 ], 2366 ],
2363 }], 2367 }],
2364 ], # 'conditions' 2368 ], # 'conditions'
2365 } 2369 }
OLDNEW
« base/path_service_unittest.cc ('K') | « base/path_service_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698