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

Unified Diff: Source/BUILD.gn

Issue 403653002: Remove a nested config reference from the GN build. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/BUILD.gn
diff --git a/Source/BUILD.gn b/Source/BUILD.gn
index f79fb727e12a6b7416d3cb598ccb569adeaffe3c..ae07394d10cf1b98e996058840ce319cae56683b 100644
--- a/Source/BUILD.gn
+++ b/Source/BUILD.gn
@@ -32,8 +32,6 @@ config("config") {
cflags = []
defines = []
- configs = [ ":non_test_config" ]
jamesr 2014/07/18 00:28:56 Is there no way to default non_test_config? I gues
-
if (is_win) {
cflags += [
"/wd4305", # Truncation from 'type1' to 'type2'.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698