| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index 71989594294d11370faf00859c8e3f05cff750ce..0f8ef6a44c6eb63ae406f287335a58aeae984448 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -107,7 +107,8 @@
|
| 'dependencies': [
|
| '../breakpad/breakpad.gyp:*',
|
| '../chrome_frame/chrome_frame.gyp:*',
|
| - '../cloud_print/cloud_print.gyp:*',
|
| + '../cloud_print/service/win/service.gyp:*',
|
| + '../cloud_print/virtual_driver/virtual_driver.gyp:*',
|
| '../courgette/courgette.gyp:*',
|
| '../rlz/rlz.gyp:*',
|
| '../sandbox/sandbox.gyp:*',
|
| @@ -178,7 +179,6 @@
|
| '../chrome/chrome.gyp:safe_browsing_tests',
|
| '../chrome/chrome.gyp:sync_integration_tests',
|
| '../chrome/chrome.gyp:unit_tests',
|
| - '../cloud_print/cloud_print.gyp:cloud_print_unittests',
|
| '../content/content.gyp:content_browsertests',
|
| '../content/content.gyp:content_unittests',
|
| '../crypto/crypto.gyp:crypto_unittests',
|
| @@ -308,7 +308,6 @@
|
| '../chrome/chrome.gyp:safe_browsing_tests',
|
| '../chrome/chrome.gyp:sync_integration_tests',
|
| '../chrome/chrome.gyp:unit_tests',
|
| - '../cloud_print/cloud_print.gyp:cloud_print_unittests',
|
| '../content/content.gyp:content_browsertests',
|
| '../content/content.gyp:content_unittests',
|
| '../ui/ui.gyp:gfx_unittests',
|
| @@ -336,7 +335,6 @@
|
| '../chrome/chrome.gyp:safe_browsing_tests',
|
| '../chrome/chrome.gyp:sync_integration_tests',
|
| '../chrome/chrome.gyp:unit_tests',
|
| - '../cloud_print/cloud_print.gyp:cloud_print_unittests',
|
| '../content/content.gyp:content_browsertests',
|
| '../content/content.gyp:content_unittests',
|
| '../ui/ui.gyp:gfx_unittests',
|
| @@ -358,7 +356,6 @@
|
| 'type': 'none',
|
| 'dependencies': [
|
| '../base/base.gyp:base_unittests',
|
| - '../cloud_print/cloud_print.gyp:cloud_print_unittests',
|
| '../crypto/crypto.gyp:crypto_unittests',
|
| 'temp_gyp/googleurl.gyp:googleurl_unittests',
|
| '../net/net.gyp:net_unittests',
|
| @@ -376,7 +373,6 @@
|
| 'type': 'none',
|
| 'dependencies': [
|
| '../base/base.gyp:base_unittests',
|
| - '../cloud_print/cloud_print.gyp:cloud_print_unittests',
|
| '../crypto/crypto.gyp:crypto_unittests',
|
| '../ipc/ipc.gyp:ipc_tests',
|
| '../media/media.gyp:media_unittests',
|
| @@ -414,7 +410,6 @@
|
| '../chrome/chrome.gyp:safe_browsing_tests',
|
| '../chrome/chrome.gyp:sync_integration_tests',
|
| '../chrome/chrome.gyp:unit_tests',
|
| - '../cloud_print/cloud_print.gyp:cloud_print_unittests',
|
| '../content/content.gyp:content_browsertests',
|
| '../content/content.gyp:content_unittests',
|
| # mini_installer_tests depends on mini_installer. This should be
|
| @@ -460,7 +455,6 @@
|
| 'type': 'none',
|
| 'dependencies': [
|
| '../base/base.gyp:base_unittests',
|
| - '../cloud_print/cloud_print.gyp:cloud_print_unittests',
|
| '../content/content.gyp:content_unittests',
|
| '../crypto/crypto.gyp:crypto_unittests',
|
| '../ipc/ipc.gyp:ipc_tests',
|
| @@ -481,7 +475,6 @@
|
| 'dependencies': [
|
| '../base/base.gyp:base_unittests',
|
| '../chrome/chrome.gyp:unit_tests',
|
| - '../cloud_print/cloud_print.gyp:cloud_print_unittests',
|
| '../content/content.gyp:content_unittests',
|
| '../crypto/crypto.gyp:crypto_unittests',
|
| '../ipc/ipc.gyp:ipc_tests',
|
| @@ -526,7 +519,7 @@
|
| '../chrome_frame/chrome_frame.gyp:npchrome_frame',
|
| '../courgette/courgette.gyp:courgette',
|
| '../courgette/courgette.gyp:courgette64',
|
| - '../cloud_print/cloud_print.gyp:cloud_print',
|
| + '../cloud_print/virtual_driver/virtual_driver.gyp:virtual_driver',
|
| '../remoting/remoting.gyp:remoting_webapp',
|
| '../third_party/adobe/flash/flash_player.gyp:flash_player',
|
| ],
|
|
|