Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2861)

Unified Diff: build/all.gyp

Issue 227673007: Revert r245379 Add missing test targets to chrome_official_builder for Windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remoting Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index 028d9265035ac5487d13b21a43ebfa8eb5819dc2..0ef5d9410a296a8d4d54cdc5dd015169cd80edd5 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -1092,8 +1092,9 @@
{
'target_name': 'chrome_official_builder',
'type': 'none',
+ # Do not add new dependencies here for anything we don't ship.
+ # It increases official build times and causes breakage.
'dependencies': [
- '../base/base.gyp:base_unittests',
'../chrome/chrome.gyp:crash_service',
'../chrome/chrome.gyp:gcapi_dll',
'../chrome/chrome.gyp:pack_policy_templates',
@@ -1101,18 +1102,8 @@
'../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', {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698