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

Unified Diff: components/url_matcher/BUILD.gn

Issue 927363005: Work on GN Win64 build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: underscore Created 5 years, 10 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/history/core/browser/BUILD.gn ('k') | components/web_cache/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/url_matcher/BUILD.gn
diff --git a/components/url_matcher/BUILD.gn b/components/url_matcher/BUILD.gn
index 83f95d31f04782eb723c0e028ee3c0e60d9977aa..7df189b501f1eba0512ffcc9890787ab42b7287d 100644
--- a/components/url_matcher/BUILD.gn
+++ b/components/url_matcher/BUILD.gn
@@ -29,4 +29,6 @@ component("url_matcher") {
"//third_party/re2",
"//url",
]
+
+ configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
}
« no previous file with comments | « components/history/core/browser/BUILD.gn ('k') | components/web_cache/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698