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

Unified Diff: build/all.gyp

Issue 948323003: Fix the definition of the 'blink_tests' target in build/all.gyp. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index e92bf5439bee3c12949ea1c572d2b0354d7a2e82..d5a62021d3cbe197158be4e0a0f937d1c6edab4c 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -620,6 +620,10 @@
}],
],
},
+ ]},
+ ], # OS!="ios" and OS!="android"
+ ['OS!="iOS"', {
+ 'targets': [
{
'target_name': 'blink_tests',
'type': 'none',
« 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