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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 3307024: Remove one-time flags when restarting after update.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 3 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
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/switch_utils.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 { 5 {
6 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/pref_names.cc', 9 'common/pref_names.cc',
10 'common/pref_names.h', 10 'common/pref_names.h',
(...skipping 1327 matching lines...) Expand 10 before | Expand all | Expand 10 after
1338 'common/plugin_group_unittest.cc', 1338 'common/plugin_group_unittest.cc',
1339 'common/process_watcher_unittest.cc', 1339 'common/process_watcher_unittest.cc',
1340 'common/property_bag_unittest.cc', 1340 'common/property_bag_unittest.cc',
1341 'common/render_messages_unittest.cc', 1341 'common/render_messages_unittest.cc',
1342 'common/resource_dispatcher_unittest.cc', 1342 'common/resource_dispatcher_unittest.cc',
1343 'common/sandbox_mac_diraccess_unittest.mm', 1343 'common/sandbox_mac_diraccess_unittest.mm',
1344 'common/sandbox_mac_fontloading_unittest.mm', 1344 'common/sandbox_mac_fontloading_unittest.mm',
1345 'common/sandbox_mac_unittest_helper.h', 1345 'common/sandbox_mac_unittest_helper.h',
1346 'common/sandbox_mac_unittest_helper.mm', 1346 'common/sandbox_mac_unittest_helper.mm',
1347 'common/sandbox_mac_system_access_unittest.mm', 1347 'common/sandbox_mac_system_access_unittest.mm',
1348 'common/switch_utils_unittest.cc',
1348 'common/thumbnail_score_unittest.cc', 1349 'common/thumbnail_score_unittest.cc',
1349 'common/time_format_unittest.cc', 1350 'common/time_format_unittest.cc',
1350 'common/worker_thread_ticker_unittest.cc', 1351 'common/worker_thread_ticker_unittest.cc',
1351 'common/zip_unittest.cc', 1352 'common/zip_unittest.cc',
1352 'gpu/gpu_idirect3d9_mock_win.h', 1353 'gpu/gpu_idirect3d9_mock_win.h',
1353 'gpu/gpu_info_unittest_win.cc', 1354 'gpu/gpu_info_unittest_win.cc',
1354 'renderer/audio_message_filter_unittest.cc', 1355 'renderer/audio_message_filter_unittest.cc',
1355 'renderer/extensions/extension_api_json_validity_unittest.cc', 1356 'renderer/extensions/extension_api_json_validity_unittest.cc',
1356 'renderer/extensions/extension_renderer_info_unittest.cc', 1357 'renderer/extensions/extension_renderer_info_unittest.cc',
1357 'renderer/extensions/json_schema_unittest.cc', 1358 'renderer/extensions/json_schema_unittest.cc',
(...skipping 1626 matching lines...) Expand 10 before | Expand all | Expand 10 after
2984 ] 2985 ]
2985 }], # 'coverage!=0' 2986 }], # 'coverage!=0'
2986 ], # 'conditions' 2987 ], # 'conditions'
2987 } 2988 }
2988 2989
2989 # Local Variables: 2990 # Local Variables:
2990 # tab-width:2 2991 # tab-width:2
2991 # indent-tabs-mode:nil 2992 # indent-tabs-mode:nil
2992 # End: 2993 # End:
2993 # vim: set expandtab tabstop=2 shiftwidth=2: 2994 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/switch_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698