summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-15 17:46:09 +0000
committerrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-15 17:46:09 +0000
commitabe981f1b39e954f8cfef0e34017aa0ec436c2cf (patch)
tree487e5a3ade9cecbdc06509d26354192514c2de59 /build
parent14697dbadb0140b532d74a4ed77ceaf93652a2b3 (diff)
downloadchromium_src-abe981f1b39e954f8cfef0e34017aa0ec436c2cf.zip
chromium_src-abe981f1b39e954f8cfef0e34017aa0ec436c2cf.tar.gz
chromium_src-abe981f1b39e954f8cfef0e34017aa0ec436c2cf.tar.bz2
Add crypto to the list of "all" projects.
BUG=none TEST=none Review URL: http://codereview.chromium.org/6850032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81763 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/all.gyp7
1 files changed, 7 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp
index e9a1568..0894071 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -13,6 +13,7 @@
'../base/base.gyp:*',
'../chrome/browser/sync/tools/sync_tools.gyp:*',
'../chrome/chrome.gyp:*',
+ '../crypto/crypto.gyp:*',
'../ui/ui.gyp:*',
'../gpu/gpu.gyp:*',
'../gpu/demos/demos.gyp:*',
@@ -152,6 +153,7 @@
'../chrome/chrome.gyp:sync_unit_tests',
'../chrome/chrome.gyp:ui_tests',
'../chrome/chrome.gyp:unit_tests',
+ '../crypto/crypto.gyp:crypto_unittests',
'../ui/ui.gyp:gfx_unittests',
'../gpu/gpu.gyp:gpu_unittests',
'../ipc/ipc.gyp:ipc_tests',
@@ -209,6 +211,7 @@
'../chrome/chrome.gyp:sync_unit_tests',
'../chrome/chrome.gyp:ui_tests',
'../chrome/chrome.gyp:unit_tests',
+ '../crypto/crypto.gyp:crypto_unittests',
'../ui/ui.gyp:gfx_unittests',
'../gpu/gpu.gyp:gpu_unittests',
'../ipc/ipc.gyp:ipc_tests',
@@ -361,6 +364,7 @@
'type': 'none',
'dependencies': [
'../base/base.gyp:base_unittests',
+ '../crypto/crypto.gyp:crypto_unittests',
'temp_gyp/googleurl.gyp:googleurl_unittests',
'../net/net.gyp:net_unittests',
'../ipc/ipc.gyp:ipc_tests',
@@ -377,6 +381,7 @@
'dependencies': [
'../app/app.gyp:app_unittests',
'../base/base.gyp:base_unittests',
+ '../crypto/crypto.gyp:crypto_unittests',
'temp_gyp/googleurl.gyp:googleurl_unittests',
'../ipc/ipc.gyp:ipc_tests',
'../media/media.gyp:media_unittests',
@@ -460,6 +465,7 @@
'../base/base.gyp:base_unittests',
'../chrome/app/locales/locales.gyp:*',
'../chrome/chrome.gyp:sync_unit_tests',
+ '../crypto/crypto.gyp:crypto_unittests',
'../ipc/ipc.gyp:ipc_tests',
'../jingle/jingle.gyp:jingle_unittests',
'../media/media.gyp:media_unittests',
@@ -533,6 +539,7 @@
'../chrome/chrome.gyp:ui_tests',
'../chrome/chrome.gyp:unit_tests',
'../chrome/chrome.gyp:url_fetch_test',
+ '../crypto/crypto.gyp:crypto_unittests',
'../ui/ui.gyp:gfx_unittests',
'../ipc/ipc.gyp:ipc_tests',
'../jingle/jingle.gyp:jingle_unittests',