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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 5123004: chrome_paths: refactor and sanitize cache directory handling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more win 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')
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 1530 matching lines...) Expand 10 before | Expand all | Expand 10 after
1541 'browser/visitedlink_unittest.cc', 1541 'browser/visitedlink_unittest.cc',
1542 'browser/web_applications/web_app_unittest.cc', 1542 'browser/web_applications/web_app_unittest.cc',
1543 'browser/webdata/web_data_service_test_util.h', 1543 'browser/webdata/web_data_service_test_util.h',
1544 'browser/webdata/web_data_service_unittest.cc', 1544 'browser/webdata/web_data_service_unittest.cc',
1545 'browser/webdata/web_database_unittest.cc', 1545 'browser/webdata/web_database_unittest.cc',
1546 'browser/web_resource/web_resource_service_unittest.cc', 1546 'browser/web_resource/web_resource_service_unittest.cc',
1547 'browser/window_sizer_unittest.cc', 1547 'browser/window_sizer_unittest.cc',
1548 'browser/wrench_menu_model_unittest.cc', 1548 'browser/wrench_menu_model_unittest.cc',
1549 'common/bzip2_unittest.cc', 1549 'common/bzip2_unittest.cc',
1550 'common/child_process_logging_mac_unittest.mm', 1550 'common/child_process_logging_mac_unittest.mm',
1551 'common/chrome_paths_unittest.cc',
1551 'common/common_param_traits_unittest.cc', 1552 'common/common_param_traits_unittest.cc',
1552 'common/content_settings_helper_unittest.cc', 1553 'common/content_settings_helper_unittest.cc',
1553 'common/deprecated/event_sys_unittest.cc', 1554 'common/deprecated/event_sys_unittest.cc',
1554 'common/desktop_notifications/active_notification_tracker_unittest.cc', 1555 'common/desktop_notifications/active_notification_tracker_unittest.cc',
1555 'common/extensions/extension_action_unittest.cc', 1556 'common/extensions/extension_action_unittest.cc',
1556 'common/extensions/extension_extent_unittest.cc', 1557 'common/extensions/extension_extent_unittest.cc',
1557 'common/extensions/extension_file_util_unittest.cc', 1558 'common/extensions/extension_file_util_unittest.cc',
1558 'common/extensions/extension_icon_set_unittest.cc', 1559 'common/extensions/extension_icon_set_unittest.cc',
1559 'common/extensions/extension_l10n_util_unittest.cc', 1560 'common/extensions/extension_l10n_util_unittest.cc',
1560 'common/extensions/extension_localization_peer_unittest.cc', 1561 'common/extensions/extension_localization_peer_unittest.cc',
(...skipping 1832 matching lines...) Expand 10 before | Expand all | Expand 10 after
3393 ] 3394 ]
3394 }], # 'coverage!=0' 3395 }], # 'coverage!=0'
3395 ], # 'conditions' 3396 ], # 'conditions'
3396 } 3397 }
3397 3398
3398 # Local Variables: 3399 # Local Variables:
3399 # tab-width:2 3400 # tab-width:2
3400 # indent-tabs-mode:nil 3401 # indent-tabs-mode:nil
3401 # End: 3402 # End:
3402 # vim: set expandtab tabstop=2 shiftwidth=2: 3403 # 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