| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index 71989594294d11370faf00859c8e3f05cff750ce..12dcada49febc78beef457a5b156bdbc755502af 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',
|
|
|