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

Unified Diff: build/gn_migration.gypi

Issue 1935553002: Try to unbreak gyp build-only bots after https://codereview.chromium.org/1918143004/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 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/gn_migration.gypi
diff --git a/build/gn_migration.gypi b/build/gn_migration.gypi
index 4462023daeb42b3b158310d5696094ef6cf6b0a2..8fa60324785211521f3253759f71729865630827 100644
--- a/build/gn_migration.gypi
+++ b/build/gn_migration.gypi
@@ -642,6 +642,15 @@
'../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_unittests_run',
],
}],
+ ['OS!="android" and OS!="ios" and chromecast==0', {
+ 'dependencies': [
+ '../ipc/mojo/ipc_mojo.gyp:ipc_mojo_unittests_run',
+ '../mojo/mojo_edk_tests.gyp:mojo_js_unittests_run',
+ '../mojo/mojo_edk_tests.gyp:mojo_js_integration_tests_run',
+ '../mojo/mojo_edk_tests.gyp:mojo_system_unittests_run',
+ '../services/shell/shell.gyp:mojo_shell_unittests_run',
+ ],
+ }],
['use_ash==1', {
'dependencies': [
'../ash/ash.gyp:ash_unittests_run',
« 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