Chromium Code Reviews| Index: build/all.gyp |
| diff --git a/build/all.gyp b/build/all.gyp |
| index 028d9265035ac5487d13b21a43ebfa8eb5819dc2..35370d7063aff69500d8feb2daec593d1f241f8a 100644 |
| --- a/build/all.gyp |
| +++ b/build/all.gyp |
| @@ -1093,7 +1093,6 @@ |
| 'target_name': 'chrome_official_builder', |
|
scottmg
2014/04/07 23:28:58
Please add a comment as to why we shouldn't re-add
jschuh
2014/04/07 23:40:01
Done.
|
| 'type': 'none', |
| 'dependencies': [ |
| - '../base/base.gyp:base_unittests', |
| '../chrome/chrome.gyp:crash_service', |
| '../chrome/chrome.gyp:gcapi_dll', |
| '../chrome/chrome.gyp:pack_policy_templates', |
| @@ -1101,18 +1100,7 @@ |
| '../cloud_print/cloud_print.gyp:cloud_print', |
| '../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/gfx/gfx.gyp:gfx_unittests', |
| - '../ui/ui_unittests.gyp:ui_unittests', |
| - '../ui/views/views.gyp:views_unittests', |
| - '../url/url.gyp:url_unittests', |
| ], |
| 'conditions': [ |
| ['internal_pdf', { |