| Index: build/all.gyp
|
| ===================================================================
|
| --- build/all.gyp (revision 81611)
|
| +++ build/all.gyp (working copy)
|
| @@ -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',
|
|
|