summaryrefslogtreecommitdiffstats
path: root/build/all.gyp
diff options
context:
space:
mode:
authorbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-08 01:01:57 +0000
committerbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-08 01:01:57 +0000
commit9ac2db6956b8a1fb52492c887ea1b827ee97c080 (patch)
tree958d07e9ff8179566288708d3186c978cbaad97b /build/all.gyp
parent6ae9c0d6716cb5720131dadb5114c7190e346695 (diff)
downloadchromium_src-9ac2db6956b8a1fb52492c887ea1b827ee97c080.zip
chromium_src-9ac2db6956b8a1fb52492c887ea1b827ee97c080.tar.gz
chromium_src-9ac2db6956b8a1fb52492c887ea1b827ee97c080.tar.bz2
Adding base_untrusted.
Adding a nacl version of base. BUG=None TEST=None R=bbudge@chromium.org Review URL: https://chromiumcodereview.appspot.com/10389196 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141144 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r--build/all.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp
index 7198959..12dcada 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -11,6 +11,7 @@
'dependencies': [
'some.gyp:*',
'../base/base.gyp:*',
+ '../base/base_untrusted.gyp:*',
'../chrome/chrome.gyp:*',
'../content/content.gyp:*',
'../crypto/crypto.gyp:*',
@@ -173,6 +174,9 @@
'type': 'none',
'dependencies': [
'../base/base.gyp:base_unittests',
+ # TODO(bbudge): drop this when something meaningful depends on
+ # base_untrusted.
+ '../base/base_untrusted.gyp:base_untrusted',
'../chrome/chrome.gyp:browser_tests',
'../chrome/chrome.gyp:interactive_ui_tests',
'../chrome/chrome.gyp:safe_browsing_tests',