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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9968007: [protector] Support for collapsing multiple changes into a single one. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tried to compile after merge. Created 8 years, 8 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 1605 matching lines...) Expand 10 before | Expand all | Expand 10 after
1616 'browser/process_singleton_mac_unittest.cc', 1616 'browser/process_singleton_mac_unittest.cc',
1617 'browser/profiles/avatar_menu_model_unittest.cc', 1617 'browser/profiles/avatar_menu_model_unittest.cc',
1618 'browser/profiles/gaia_info_update_service_unittest.cc', 1618 'browser/profiles/gaia_info_update_service_unittest.cc',
1619 'browser/profiles/off_the_record_profile_impl_unittest.cc', 1619 'browser/profiles/off_the_record_profile_impl_unittest.cc',
1620 'browser/profiles/profile_dependency_manager_unittest.cc', 1620 'browser/profiles/profile_dependency_manager_unittest.cc',
1621 'browser/profiles/profile_downloader_unittest.cc', 1621 'browser/profiles/profile_downloader_unittest.cc',
1622 'browser/profiles/profile_info_cache_unittest.cc', 1622 'browser/profiles/profile_info_cache_unittest.cc',
1623 'browser/profiles/profile_info_cache_unittest.h', 1623 'browser/profiles/profile_info_cache_unittest.h',
1624 'browser/profiles/profile_info_util_unittest.cc', 1624 'browser/profiles/profile_info_util_unittest.cc',
1625 'browser/profiles/profile_manager_unittest.cc', 1625 'browser/profiles/profile_manager_unittest.cc',
1626 'browser/protector/composite_settings_change_unittest.cc',
1626 'browser/protector/prefs_backup_invalid_change_unittest.cc', 1627 'browser/protector/prefs_backup_invalid_change_unittest.cc',
1627 'browser/protector/protected_prefs_watcher_unittest.cc', 1628 'browser/protector/protected_prefs_watcher_unittest.cc',
1628 'browser/protector/session_startup_change_unittest.cc', 1629 'browser/protector/session_startup_change_unittest.cc',
1629 'browser/renderer_host/web_cache_manager_unittest.cc', 1630 'browser/renderer_host/web_cache_manager_unittest.cc',
1630 'browser/renderer_host/plugin_info_message_filter_unittest.cc', 1631 'browser/renderer_host/plugin_info_message_filter_unittest.cc',
1631 'browser/resources/print_preview/print_preview_utils.js', 1632 'browser/resources/print_preview/print_preview_utils.js',
1632 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs', 1633 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs',
1633 'browser/resources_util_unittest.cc', 1634 'browser/resources_util_unittest.cc',
1634 'browser/rlz/rlz_unittest.cc', 1635 'browser/rlz/rlz_unittest.cc',
1635 'browser/safe_browsing/bloom_filter_unittest.cc', 1636 'browser/safe_browsing/bloom_filter_unittest.cc',
(...skipping 3109 matching lines...) Expand 10 before | Expand all | Expand 10 after
4745 # Use outputs of this action as inputs for the main target build. 4746 # Use outputs of this action as inputs for the main target build.
4746 # Seems as a misnomer but makes this happy on Linux (scons). 4747 # Seems as a misnomer but makes this happy on Linux (scons).
4747 'process_outputs_as_sources': 1, 4748 'process_outputs_as_sources': 1,
4748 }, 4749 },
4749 ], # 'actions' 4750 ], # 'actions'
4750 }, 4751 },
4751 ] 4752 ]
4752 }], # 'coverage!=0' 4753 }], # 'coverage!=0'
4753 ], # 'conditions' 4754 ], # 'conditions'
4754 } 4755 }
OLDNEW
« chrome/browser/protector/settings_change_global_error.cc ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698