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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10910179: Event matching by regular expression matching on URLs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ascii artiste Created 8 years, 3 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/DEPS » ('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 1974 matching lines...) Expand 10 before | Expand all | Expand 10 after
1985 'common/extensions/manifest_tests/extension_manifests_portsinpermissions _unittest.cc', 1985 'common/extensions/manifest_tests/extension_manifests_portsinpermissions _unittest.cc',
1986 'common/extensions/manifest_tests/extension_manifests_requirements_unitt est.cc', 1986 'common/extensions/manifest_tests/extension_manifests_requirements_unitt est.cc',
1987 'common/extensions/manifest_tests/extension_manifests_sandboxed_unittest .cc', 1987 'common/extensions/manifest_tests/extension_manifests_sandboxed_unittest .cc',
1988 'common/extensions/manifest_tests/extension_manifests_scriptbadge_unitte st.cc', 1988 'common/extensions/manifest_tests/extension_manifests_scriptbadge_unitte st.cc',
1989 'common/extensions/manifest_tests/extension_manifests_storage_unittest.c c', 1989 'common/extensions/manifest_tests/extension_manifests_storage_unittest.c c',
1990 'common/extensions/manifest_tests/extension_manifests_tts_unittest.cc', 1990 'common/extensions/manifest_tests/extension_manifests_tts_unittest.cc',
1991 'common/extensions/manifest_tests/extension_manifests_ui_unittest.cc', 1991 'common/extensions/manifest_tests/extension_manifests_ui_unittest.cc',
1992 'common/extensions/manifest_tests/extension_manifests_update_unittest.cc ', 1992 'common/extensions/manifest_tests/extension_manifests_update_unittest.cc ',
1993 'common/extensions/manifest_tests/extension_manifests_validapp_unittest. cc', 1993 'common/extensions/manifest_tests/extension_manifests_validapp_unittest. cc',
1994 'common/extensions/manifest_tests/extension_manifests_web_unittest.cc', 1994 'common/extensions/manifest_tests/extension_manifests_web_unittest.cc',
1995 'common/extensions/matcher/regex_set_matcher_unittest.cc',
1996 'common/extensions/matcher/string_pattern_unittest.cc',
1995 'common/extensions/matcher/substring_set_matcher_unittest.cc', 1997 'common/extensions/matcher/substring_set_matcher_unittest.cc',
1996 'common/extensions/matcher/url_matcher_unittest.cc', 1998 'common/extensions/matcher/url_matcher_unittest.cc',
1997 'common/extensions/matcher/url_matcher_factory_unittest.cc', 1999 'common/extensions/matcher/url_matcher_factory_unittest.cc',
1998 'common/extensions/manifest_unittest.cc', 2000 'common/extensions/manifest_unittest.cc',
1999 'common/extensions/message_bundle_unittest.cc', 2001 'common/extensions/message_bundle_unittest.cc',
2000 'common/extensions/permissions/api_permission_set_unittest.cc', 2002 'common/extensions/permissions/api_permission_set_unittest.cc',
2001 'common/extensions/permissions/permission_set_unittest.cc', 2003 'common/extensions/permissions/permission_set_unittest.cc',
2002 'common/extensions/permissions/socket_permission_unittest.cc', 2004 'common/extensions/permissions/socket_permission_unittest.cc',
2003 'common/extensions/unpacker_unittest.cc', 2005 'common/extensions/unpacker_unittest.cc',
2004 'common/extensions/update_manifest_unittest.cc', 2006 'common/extensions/update_manifest_unittest.cc',
(...skipping 2751 matching lines...) Expand 10 before | Expand all | Expand 10 after
4756 '--result', '<@(_outputs)', 4758 '--result', '<@(_outputs)',
4757 '--isolate', 'browser_tests.isolate', 4759 '--isolate', 'browser_tests.isolate',
4758 ], 4760 ],
4759 }, 4761 },
4760 ], 4762 ],
4761 }, 4763 },
4762 ], 4764 ],
4763 }], 4765 }],
4764 ], # 'conditions' 4766 ], # 'conditions'
4765 } 4767 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698