Index: build/all.gyp |
diff --git a/build/all.gyp b/build/all.gyp |
index 98b595a6a431ef8555e494308d7890a1b8bf6d4b..d600cf6d4629cdbbf3b6a5bca8274f6ccb439ec1 100644 |
--- a/build/all.gyp |
+++ b/build/all.gyp |
@@ -11,6 +11,7 @@ |
'dependencies': [ |
'some.gyp:*', |
'../base/base.gyp:*', |
+ '../crypto/crypto.gyp:*', |
stuartmorgan
2012/08/06 16:07:31
There should be a similar change you can also make
msarda
2012/08/07 08:39:44
Done.
|
'../net/net.gyp:*', |
'../sql/sql.gyp:*', |
'../testing/gtest.gyp:*', |
@@ -32,7 +33,6 @@ |
'dependencies': [ |
'../chrome/chrome.gyp:*', |
'../content/content.gyp:*', |
- '../crypto/crypto.gyp:*', |
'../gpu/gpu.gyp:*', |
'../gpu/tools/tools.gyp:*', |
'../ipc/ipc.gyp:*', |