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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 5344003: Revert 67191 - chrome_paths: refactor and sanitize cache directory handling... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years 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/browser/profile_impl.cc ('k') | chrome/common/chrome_paths_internal.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:mergeinfo
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_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 1532 matching lines...) Expand 10 before | Expand all | Expand 10 after
1543 'browser/visitedlink_unittest.cc', 1543 'browser/visitedlink_unittest.cc',
1544 'browser/web_applications/web_app_unittest.cc', 1544 'browser/web_applications/web_app_unittest.cc',
1545 'browser/webdata/web_data_service_test_util.h', 1545 'browser/webdata/web_data_service_test_util.h',
1546 'browser/webdata/web_data_service_unittest.cc', 1546 'browser/webdata/web_data_service_unittest.cc',
1547 'browser/webdata/web_database_unittest.cc', 1547 'browser/webdata/web_database_unittest.cc',
1548 'browser/web_resource/web_resource_service_unittest.cc', 1548 'browser/web_resource/web_resource_service_unittest.cc',
1549 'browser/window_sizer_unittest.cc', 1549 'browser/window_sizer_unittest.cc',
1550 'browser/wrench_menu_model_unittest.cc', 1550 'browser/wrench_menu_model_unittest.cc',
1551 'common/bzip2_unittest.cc', 1551 'common/bzip2_unittest.cc',
1552 'common/child_process_logging_mac_unittest.mm', 1552 'common/child_process_logging_mac_unittest.mm',
1553 'common/chrome_paths_unittest.cc',
1554 'common/common_param_traits_unittest.cc', 1553 'common/common_param_traits_unittest.cc',
1555 'common/content_settings_helper_unittest.cc', 1554 'common/content_settings_helper_unittest.cc',
1556 'common/deprecated/event_sys_unittest.cc', 1555 'common/deprecated/event_sys_unittest.cc',
1557 'common/desktop_notifications/active_notification_tracker_unittest.cc', 1556 'common/desktop_notifications/active_notification_tracker_unittest.cc',
1558 'common/extensions/extension_action_unittest.cc', 1557 'common/extensions/extension_action_unittest.cc',
1559 'common/extensions/extension_extent_unittest.cc', 1558 'common/extensions/extension_extent_unittest.cc',
1560 'common/extensions/extension_file_util_unittest.cc', 1559 'common/extensions/extension_file_util_unittest.cc',
1561 'common/extensions/extension_icon_set_unittest.cc', 1560 'common/extensions/extension_icon_set_unittest.cc',
1562 'common/extensions/extension_l10n_util_unittest.cc', 1561 'common/extensions/extension_l10n_util_unittest.cc',
1563 'common/extensions/extension_localization_peer_unittest.cc', 1562 'common/extensions/extension_localization_peer_unittest.cc',
(...skipping 1833 matching lines...) Expand 10 before | Expand all | Expand 10 after
3397 ] 3396 ]
3398 }], # 'coverage!=0' 3397 }], # 'coverage!=0'
3399 ], # 'conditions' 3398 ], # 'conditions'
3400 } 3399 }
3401 3400
3402 # Local Variables: 3401 # Local Variables:
3403 # tab-width:2 3402 # tab-width:2
3404 # indent-tabs-mode:nil 3403 # indent-tabs-mode:nil
3405 # End: 3404 # End:
3406 # vim: set expandtab tabstop=2 shiftwidth=2: 3405 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/profile_impl.cc ('k') | chrome/common/chrome_paths_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698