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

Side by Side Diff: chrome/chrome_common.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 | « no previous file | chrome/chrome_tests.gypi » ('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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 '<(DEPTH)/ipc/ipc.gyp:ipc', 43 '<(DEPTH)/ipc/ipc.gyp:ipc',
44 '<(DEPTH)/net/net.gyp:net', 44 '<(DEPTH)/net/net.gyp:net',
45 '<(DEPTH)/printing/printing.gyp:printing', 45 '<(DEPTH)/printing/printing.gyp:printing',
46 '<(DEPTH)/skia/skia.gyp:skia', 46 '<(DEPTH)/skia/skia.gyp:skia',
47 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h', 47 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h',
48 '<(DEPTH)/third_party/bzip2/bzip2.gyp:bzip2', 48 '<(DEPTH)/third_party/bzip2/bzip2.gyp:bzip2',
49 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 49 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
50 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 50 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
51 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', 51 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
52 '<(DEPTH)/third_party/mt19937ar/mt19937ar.gyp:mt19937ar', 52 '<(DEPTH)/third_party/mt19937ar/mt19937ar.gyp:mt19937ar',
53 '<(DEPTH)/third_party/re2/re2.gyp:re2',
53 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', 54 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
54 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', 55 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib',
55 '<(DEPTH)/ui/ui.gyp:ui_resources', 56 '<(DEPTH)/ui/ui.gyp:ui_resources',
56 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', 57 '<(DEPTH)/webkit/support/webkit_support.gyp:glue',
57 '<(DEPTH)/webkit/support/webkit_support.gyp:user_agent', 58 '<(DEPTH)/webkit/support/webkit_support.gyp:user_agent',
58 ], 59 ],
59 'sources': [ 60 'sources': [
60 'common/all_messages.h', 61 'common/all_messages.h',
61 'common/attrition_experiments.h', 62 'common/attrition_experiments.h',
62 'common/auto_start_linux.cc', 63 'common/auto_start_linux.cc',
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 'common/extensions/features/manifest_feature.cc', 158 'common/extensions/features/manifest_feature.cc',
158 'common/extensions/features/manifest_feature.h', 159 'common/extensions/features/manifest_feature.h',
159 'common/extensions/features/permission_feature.cc', 160 'common/extensions/features/permission_feature.cc',
160 'common/extensions/features/permission_feature.h', 161 'common/extensions/features/permission_feature.h',
161 'common/extensions/features/simple_feature_provider.cc', 162 'common/extensions/features/simple_feature_provider.cc',
162 'common/extensions/features/simple_feature_provider.h', 163 'common/extensions/features/simple_feature_provider.h',
163 'common/extensions/file_browser_handler.cc', 164 'common/extensions/file_browser_handler.cc',
164 'common/extensions/file_browser_handler.h', 165 'common/extensions/file_browser_handler.h',
165 'common/extensions/manifest.cc', 166 'common/extensions/manifest.cc',
166 'common/extensions/manifest.h', 167 'common/extensions/manifest.h',
168 'common/extensions/matcher/regex_set_matcher.cc',
169 'common/extensions/matcher/regex_set_matcher.h',
170 'common/extensions/matcher/string_pattern.cc',
171 'common/extensions/matcher/string_pattern.h',
167 'common/extensions/matcher/substring_set_matcher.cc', 172 'common/extensions/matcher/substring_set_matcher.cc',
168 'common/extensions/matcher/substring_set_matcher.h', 173 'common/extensions/matcher/substring_set_matcher.h',
169 'common/extensions/matcher/url_matcher.cc', 174 'common/extensions/matcher/url_matcher.cc',
170 'common/extensions/matcher/url_matcher.h', 175 'common/extensions/matcher/url_matcher.h',
171 'common/extensions/matcher/url_matcher_constants.cc', 176 'common/extensions/matcher/url_matcher_constants.cc',
172 'common/extensions/matcher/url_matcher_constants.h', 177 'common/extensions/matcher/url_matcher_constants.h',
173 'common/extensions/matcher/url_matcher_factory.cc', 178 'common/extensions/matcher/url_matcher_factory.cc',
174 'common/extensions/matcher/url_matcher_factory.h', 179 'common/extensions/matcher/url_matcher_factory.h',
175 'common/extensions/matcher/url_matcher_helpers.cc', 180 'common/extensions/matcher/url_matcher_helpers.cc',
176 'common/extensions/matcher/url_matcher_helpers.h', 181 'common/extensions/matcher/url_matcher_helpers.h',
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 'common/metrics/proto/user_action_event.proto', 531 'common/metrics/proto/user_action_event.proto',
527 ], 532 ],
528 'variables': { 533 'variables': {
529 'proto_in_dir': 'common/metrics/proto', 534 'proto_in_dir': 'common/metrics/proto',
530 'proto_out_dir': 'chrome/common/metrics/proto', 535 'proto_out_dir': 'chrome/common/metrics/proto',
531 }, 536 },
532 'includes': [ '../build/protoc.gypi' ], 537 'includes': [ '../build/protoc.gypi' ],
533 }, 538 },
534 ], 539 ],
535 } 540 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698