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

Unified Diff: build/all.gyp

Issue 138333005: Add missing test targets to chrome_official_builder for Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 73f9b0891bf3107aff49c78810b00a200b087f0f..c09ae5bba16a8bc48f01223cba45750f6b7cc48f 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -901,16 +901,31 @@
'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',
- '../courgette/courgette.gyp:courgette64',
+ '../chrome/chrome.gyp:performance_ui_tests',
+ '../chrome/chrome.gyp:pyautolib',
+ '../chrome/chrome.gyp:unit_tests',
'../chrome/installer/mini_installer.gyp:mini_installer',
- '../courgette/courgette.gyp:courgette',
'../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',
- '../chrome/chrome.gyp:pyautolib',
+ '../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