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

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: . 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
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 ], 58 ],
58 'sources': [ 59 'sources': [
59 'common/all_messages.h', 60 'common/all_messages.h',
60 'common/attrition_experiments.h', 61 'common/attrition_experiments.h',
61 'common/auto_start_linux.cc', 62 'common/auto_start_linux.cc',
62 'common/auto_start_linux.h', 63 'common/auto_start_linux.h',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 'common/extensions/features/manifest_feature.cc', 157 'common/extensions/features/manifest_feature.cc',
157 'common/extensions/features/manifest_feature.h', 158 'common/extensions/features/manifest_feature.h',
158 'common/extensions/features/permission_feature.cc', 159 'common/extensions/features/permission_feature.cc',
159 'common/extensions/features/permission_feature.h', 160 'common/extensions/features/permission_feature.h',
160 'common/extensions/features/simple_feature_provider.cc', 161 'common/extensions/features/simple_feature_provider.cc',
161 'common/extensions/features/simple_feature_provider.h', 162 'common/extensions/features/simple_feature_provider.h',
162 'common/extensions/file_browser_handler.cc', 163 'common/extensions/file_browser_handler.cc',
163 'common/extensions/file_browser_handler.h', 164 'common/extensions/file_browser_handler.h',
164 'common/extensions/manifest.cc', 165 'common/extensions/manifest.cc',
165 'common/extensions/manifest.h', 166 'common/extensions/manifest.h',
167 'common/extensions/matcher/regex_set_matcher.cc',
168 'common/extensions/matcher/regex_set_matcher.h',
169 'common/extensions/matcher/string_pattern.cc',
170 'common/extensions/matcher/string_pattern.h',
166 'common/extensions/matcher/substring_set_matcher.cc', 171 'common/extensions/matcher/substring_set_matcher.cc',
167 'common/extensions/matcher/substring_set_matcher.h', 172 'common/extensions/matcher/substring_set_matcher.h',
168 'common/extensions/matcher/url_matcher.cc', 173 'common/extensions/matcher/url_matcher.cc',
169 'common/extensions/matcher/url_matcher.h', 174 'common/extensions/matcher/url_matcher.h',
170 'common/extensions/matcher/url_matcher_constants.cc', 175 'common/extensions/matcher/url_matcher_constants.cc',
171 'common/extensions/matcher/url_matcher_constants.h', 176 'common/extensions/matcher/url_matcher_constants.h',
172 'common/extensions/matcher/url_matcher_factory.cc', 177 'common/extensions/matcher/url_matcher_factory.cc',
173 'common/extensions/matcher/url_matcher_factory.h', 178 'common/extensions/matcher/url_matcher_factory.h',
174 'common/extensions/matcher/url_matcher_helpers.cc', 179 'common/extensions/matcher/url_matcher_helpers.cc',
175 'common/extensions/matcher/url_matcher_helpers.h', 180 'common/extensions/matcher/url_matcher_helpers.h',
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 'common/metrics/proto/user_action_event.proto', 557 'common/metrics/proto/user_action_event.proto',
553 ], 558 ],
554 'variables': { 559 'variables': {
555 'proto_in_dir': 'common/metrics/proto', 560 'proto_in_dir': 'common/metrics/proto',
556 'proto_out_dir': 'chrome/common/metrics/proto', 561 'proto_out_dir': 'chrome/common/metrics/proto',
557 }, 562 },
558 'includes': [ '../build/protoc.gypi' ], 563 'includes': [ '../build/protoc.gypi' ],
559 }, 564 },
560 ], 565 ],
561 } 566 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | chrome/common/extensions/matcher/regex_set_matcher.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698