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

Unified Diff: build/all.gyp

Issue 7371006: Fix gyp build (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 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 | test/cctest/cctest.gyp » ('j') | 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 5d5bd0ece55bf20d2785ea4ef338a4e099635a6c..38287e362814cfaa53adb08e32c5d9db421e8d3a 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -14,8 +14,8 @@
'conditions': [
[ 'component!="shared_library"', {
'dependencies': [
- '../test/cctest/cctest.gyp:*',
- ],
+ '../test/cctest/cctest.gyp:*',
+ ],
}]
],
}
« no previous file with comments | « no previous file | test/cctest/cctest.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698