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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10388135: Add common code for extensions event filtering. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 7 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/extensions/event_filter.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) 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 1792 matching lines...) Expand 10 before | Expand all | Expand 10 after
1803 'browser/webdata/web_intents_table_unittest.cc', 1803 'browser/webdata/web_intents_table_unittest.cc',
1804 'browser/website_settings_unittest.cc', 1804 'browser/website_settings_unittest.cc',
1805 'common/bzip2_unittest.cc', 1805 'common/bzip2_unittest.cc',
1806 'common/child_process_logging_mac_unittest.mm', 1806 'common/child_process_logging_mac_unittest.mm',
1807 'common/chrome_paths_unittest.cc', 1807 'common/chrome_paths_unittest.cc',
1808 'common/common_param_traits_unittest.cc', 1808 'common/common_param_traits_unittest.cc',
1809 'common/content_settings_helper_unittest.cc', 1809 'common/content_settings_helper_unittest.cc',
1810 'common/content_settings_pattern_parser_unittest.cc', 1810 'common/content_settings_pattern_parser_unittest.cc',
1811 'common/content_settings_pattern_unittest.cc', 1811 'common/content_settings_pattern_unittest.cc',
1812 'common/extensions/csp_validator_unittest.cc', 1812 'common/extensions/csp_validator_unittest.cc',
1813 'common/extensions/event_filter_unittest.cc',
1813 'common/extensions/extension_action_unittest.cc', 1814 'common/extensions/extension_action_unittest.cc',
1814 'common/extensions/extension_commands_unittest.cc', 1815 'common/extensions/extension_commands_unittest.cc',
1815 'common/extensions/extension_constants_unittest.cc', 1816 'common/extensions/extension_constants_unittest.cc',
1816 'common/extensions/extension_file_util_unittest.cc', 1817 'common/extensions/extension_file_util_unittest.cc',
1817 'common/extensions/extension_icon_set_unittest.cc', 1818 'common/extensions/extension_icon_set_unittest.cc',
1818 'common/extensions/extension_l10n_util_unittest.cc', 1819 'common/extensions/extension_l10n_util_unittest.cc',
1819 'common/extensions/extension_localization_peer_unittest.cc', 1820 'common/extensions/extension_localization_peer_unittest.cc',
1820 'common/extensions/extension_message_bundle_unittest.cc', 1821 'common/extensions/extension_message_bundle_unittest.cc',
1821 'common/extensions/extension_permission_set_unittest.cc', 1822 'common/extensions/extension_permission_set_unittest.cc',
1822 'common/extensions/extension_resource_unittest.cc', 1823 'common/extensions/extension_resource_unittest.cc',
(...skipping 2797 matching lines...) Expand 10 before | Expand all | Expand 10 after
4620 # Use outputs of this action as inputs for the main target build. 4621 # Use outputs of this action as inputs for the main target build.
4621 # Seems as a misnomer but makes this happy on Linux (scons). 4622 # Seems as a misnomer but makes this happy on Linux (scons).
4622 'process_outputs_as_sources': 1, 4623 'process_outputs_as_sources': 1,
4623 }, 4624 },
4624 ], # 'actions' 4625 ], # 'actions'
4625 }, 4626 },
4626 ] 4627 ]
4627 }], # 'coverage!=0' 4628 }], # 'coverage!=0'
4628 ], # 'conditions' 4629 ], # 'conditions'
4629 } 4630 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/extensions/event_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698