| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index c09ae5bba16a8bc48f01223cba45750f6b7cc48f..73f9b0891bf3107aff49c78810b00a200b087f0f 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -901,31 +901,16 @@
|
| 'target_name': 'chrome_official_builder',
|
| 'type': 'none',
|
| 'dependencies': [
|
| - '../base/base.gyp:base_unittests',
|
| - '../chrome/chrome.gyp:browser_tests',
|
| '../chrome/chrome.gyp:crash_service',
|
| '../chrome/chrome.gyp:gcapi_dll',
|
| '../chrome/chrome.gyp:pack_policy_templates',
|
| - '../chrome/chrome.gyp:performance_ui_tests',
|
| + '../courgette/courgette.gyp:courgette64',
|
| + '../chrome/installer/mini_installer.gyp:mini_installer',
|
| + '../courgette/courgette.gyp:courgette',
|
| + '../cloud_print/cloud_print.gyp:cloud_print',
|
| + '../remoting/remoting.gyp:remoting_webapp',
|
| + '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter',
|
| '../chrome/chrome.gyp:pyautolib',
|
| - '../chrome/chrome.gyp:unit_tests',
|
| - '../chrome/installer/mini_installer.gyp:mini_installer',
|
| - '../cloud_print/cloud_print.gyp:cloud_print',
|
| - '../content/content_shell_and_tests.gyp:content_browsertests',
|
| - '../content/content_shell_and_tests.gyp:content_unittests',
|
| - '../courgette/courgette.gyp:courgette',
|
| - '../courgette/courgette.gyp:courgette64',
|
| - '../ipc/ipc.gyp:ipc_tests',
|
| - '../media/media.gyp:media_unittests',
|
| - '../net/net.gyp:net_unittests_run',
|
| - '../printing/printing.gyp:printing_unittests',
|
| - '../remoting/remoting.gyp:remoting_webapp',
|
| - '../sql/sql.gyp:sql_unittests',
|
| - '../sync/sync.gyp:sync_unit_tests',
|
| - '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter',
|
| - '../ui/ui_unittests.gyp:ui_unittests',
|
| - '../ui/views/views.gyp:views_unittests',
|
| - '../url/url.gyp:url_unittests',
|
| ],
|
| 'conditions': [
|
| ['internal_pdf', {
|
|
|