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

Unified Diff: components/url_matcher.gypi

Issue 2306443002: Remove GYP files from components. (Closed)
Patch Set: Remove compiled resources Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/url_formatter/url_formatter.gyp ('k') | components/user_manager.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/url_matcher.gypi
diff --git a/components/url_matcher.gypi b/components/url_matcher.gypi
deleted file mode 100644
index 4d2e328d33380c9455ff86d0cad3d4f227a9bb74..0000000000000000000000000000000000000000
--- a/components/url_matcher.gypi
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2013 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-{
- 'targets': [
- {
- 'target_name': 'url_matcher',
- 'type': '<(component)',
- 'dependencies': [
- '../third_party/re2/re2.gyp:re2',
- '../base/base.gyp:base',
- '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
- '../url/url.gyp:url_lib',
- ],
- 'include_dirs': [
- '..',
- ],
- 'defines': [
- 'URL_MATCHER_IMPLEMENTATION',
- ],
- 'sources': [
- 'url_matcher/regex_set_matcher.cc',
- 'url_matcher/regex_set_matcher.h',
- 'url_matcher/string_pattern.cc',
- 'url_matcher/string_pattern.h',
- 'url_matcher/substring_set_matcher.cc',
- 'url_matcher/substring_set_matcher.h',
- 'url_matcher/url_matcher.cc',
- 'url_matcher/url_matcher.h',
- 'url_matcher/url_matcher_constants.cc',
- 'url_matcher/url_matcher_constants.h',
- 'url_matcher/url_matcher_export.h',
- 'url_matcher/url_matcher_factory.cc',
- 'url_matcher/url_matcher_factory.h',
- 'url_matcher/url_matcher_helpers.cc',
- 'url_matcher/url_matcher_helpers.h',
- ],
- # Disable c4267 warnings until we fix size_t to int truncations.
- 'msvs_disabled_warnings': [ 4267, ],
- },
- ],
-}
« no previous file with comments | « components/url_formatter/url_formatter.gyp ('k') | components/user_manager.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698