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

Unified Diff: build/all.gyp

Issue 235673005: ozone: Initial test blacklist for ChromeOS build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « ash/ash.gyp ('k') | chrome/chrome_tests.gypi » ('j') | 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 db6aa66195afe9ad044f83a9f0ec7583541f7da4..651982fc56aa99c147e160bee693cbfc3b123fad 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -1203,6 +1203,11 @@
'../chromeos/chromeos.gyp:chromeos_unittests',
],
}],
+ ['use_ozone==1', {
+ 'dependencies!': [
+ '../chrome/chrome.gyp:interactive_ui_tests', # crbug.com/362166
+ ],
+ }],
],
},
], # targets
« no previous file with comments | « ash/ash.gyp ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698