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

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: works Created 10 years, 1 month 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) 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 1524 matching lines...) Expand 10 before | Expand all | Expand 10 after
1535 'browser/visitedlink_unittest.cc', 1535 'browser/visitedlink_unittest.cc',
1536 'browser/web_applications/web_app_unittest.cc', 1536 'browser/web_applications/web_app_unittest.cc',
1537 'browser/webdata/web_data_service_test_util.h', 1537 'browser/webdata/web_data_service_test_util.h',
1538 'browser/webdata/web_data_service_unittest.cc', 1538 'browser/webdata/web_data_service_unittest.cc',
1539 'browser/webdata/web_database_unittest.cc', 1539 'browser/webdata/web_database_unittest.cc',
1540 'browser/web_resource/web_resource_service_unittest.cc', 1540 'browser/web_resource/web_resource_service_unittest.cc',
1541 'browser/window_sizer_unittest.cc', 1541 'browser/window_sizer_unittest.cc',
1542 'browser/wrench_menu_model_unittest.cc', 1542 'browser/wrench_menu_model_unittest.cc',
1543 'common/bzip2_unittest.cc', 1543 'common/bzip2_unittest.cc',
1544 'common/child_process_logging_mac_unittest.mm', 1544 'common/child_process_logging_mac_unittest.mm',
1545 'common/chrome_paths_unittest.cc',
1545 'common/common_param_traits_unittest.cc', 1546 'common/common_param_traits_unittest.cc',
1546 'common/content_settings_helper_unittest.cc', 1547 'common/content_settings_helper_unittest.cc',
1547 'common/deprecated/event_sys_unittest.cc', 1548 'common/deprecated/event_sys_unittest.cc',
1548 'common/desktop_notifications/active_notification_tracker_unittest.cc', 1549 'common/desktop_notifications/active_notification_tracker_unittest.cc',
1549 'common/extensions/extension_action_unittest.cc', 1550 'common/extensions/extension_action_unittest.cc',
1550 'common/extensions/extension_extent_unittest.cc', 1551 'common/extensions/extension_extent_unittest.cc',
1551 'common/extensions/extension_file_util_unittest.cc', 1552 'common/extensions/extension_file_util_unittest.cc',
1552 'common/extensions/extension_icon_set_unittest.cc', 1553 'common/extensions/extension_icon_set_unittest.cc',
1553 'common/extensions/extension_l10n_util_unittest.cc', 1554 'common/extensions/extension_l10n_util_unittest.cc',
1554 'common/extensions/extension_localization_peer_unittest.cc', 1555 'common/extensions/extension_localization_peer_unittest.cc',
(...skipping 1827 matching lines...) Expand 10 before | Expand all | Expand 10 after
3382 ] 3383 ]
3383 }], # 'coverage!=0' 3384 }], # 'coverage!=0'
3384 ], # 'conditions' 3385 ], # 'conditions'
3385 } 3386 }
3386 3387
3387 # Local Variables: 3388 # Local Variables:
3388 # tab-width:2 3389 # tab-width:2
3389 # indent-tabs-mode:nil 3390 # indent-tabs-mode:nil
3390 # End: 3391 # End:
3391 # vim: set expandtab tabstop=2 shiftwidth=2: 3392 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698