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

Unified Diff: cc/BUILD.gn

Issue 420443003: GN foreach should mark the list identifier as used. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | media/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index 79b22a98586ba2089f0774f7fe4d2f835b0aae76..1c04a8977a77bfe5e8ead5879cb815897709864b 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -473,7 +473,7 @@ component("cc") {
"//skia",
]
- defined = [ "CC_IMPLEMENTATION=1" ]
+ defines = [ "CC_IMPLEMENTATION=1" ]
if (!is_debug && is_win) {
configs -= [ "//build/config/compiler:optimize" ]
« no previous file with comments | « no previous file | media/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698