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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10702188: Fix unit test to allow repeated successful runs by avoiding a function static variable in tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 2006 matching lines...) Expand 10 before | Expand all | Expand 10 after
2017 'test/base/menu_model_test.h', 2017 'test/base/menu_model_test.h',
2018 'test/base/v8_unit_test.cc', 2018 'test/base/v8_unit_test.cc',
2019 'test/base/v8_unit_test.h', 2019 'test/base/v8_unit_test.h',
2020 'test/data/resource.rc', 2020 'test/data/resource.rc',
2021 'test/data/unit/framework_unittest.gtestjs', 2021 'test/data/unit/framework_unittest.gtestjs',
2022 'test/logging/win/mof_data_parser_unittest.cc', 2022 'test/logging/win/mof_data_parser_unittest.cc',
2023 'tools/convert_dict/convert_dict_unittest.cc', 2023 'tools/convert_dict/convert_dict_unittest.cc',
2024 '../ash/test/test_launcher_delegate.cc', 2024 '../ash/test/test_launcher_delegate.cc',
2025 '../ash/test/test_launcher_delegate.h', 2025 '../ash/test/test_launcher_delegate.h',
2026 '../ash/test/test_shell_delegate.cc', 2026 '../ash/test/test_shell_delegate.cc',
2027 '../ppapi/shared_impl/test_globals.cc',
brettw 2012/07/12 23:11:40 If we're going to end up with this solution, can y
Scott Byer 2012/07/13 16:18:43 Done. I had tried this originally, but my gyp-fu i
2028 '../ppapi/shared_impl/test_globals.h',
2027 '../skia/ext/bitmap_platform_device_mac_unittest.cc', 2029 '../skia/ext/bitmap_platform_device_mac_unittest.cc',
2028 '../skia/ext/convolver_unittest.cc', 2030 '../skia/ext/convolver_unittest.cc',
2029 '../skia/ext/image_operations_unittest.cc', 2031 '../skia/ext/image_operations_unittest.cc',
2030 '../skia/ext/platform_canvas_unittest.cc', 2032 '../skia/ext/platform_canvas_unittest.cc',
2031 '../skia/ext/skia_utils_mac_unittest.mm', 2033 '../skia/ext/skia_utils_mac_unittest.mm',
2032 '../skia/ext/vector_canvas_unittest.cc', 2034 '../skia/ext/vector_canvas_unittest.cc',
2033 '../testing/gtest_mac_unittest.mm', 2035 '../testing/gtest_mac_unittest.mm',
2034 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc', 2036 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc',
2035 '../tools/json_schema_compiler/test/additional_properties_unittest.cc', 2037 '../tools/json_schema_compiler/test/additional_properties_unittest.cc',
2036 '../tools/json_schema_compiler/test/any_unittest.cc', 2038 '../tools/json_schema_compiler/test/any_unittest.cc',
(...skipping 2623 matching lines...) Expand 10 before | Expand all | Expand 10 after
4660 # Use outputs of this action as inputs for the main target build. 4662 # Use outputs of this action as inputs for the main target build.
4661 # Seems as a misnomer but makes this happy on Linux (scons). 4663 # Seems as a misnomer but makes this happy on Linux (scons).
4662 'process_outputs_as_sources': 1, 4664 'process_outputs_as_sources': 1,
4663 }, 4665 },
4664 ], # 'actions' 4666 ], # 'actions'
4665 }, 4667 },
4666 ] 4668 ]
4667 }], # 'coverage!=0' 4669 }], # 'coverage!=0'
4668 ], # 'conditions' 4670 ], # 'conditions'
4669 } 4671 }
OLDNEW
« no previous file with comments | « chrome/browser/component_updater/component_installers_unittest.cc ('k') | ppapi/shared_impl/ppapi_globals.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698