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

Unified Diff: chrome/chrome_tests.gypi

Issue 12086059: Add interactive_ui_tests_run. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: traced on linux, mac and windows Created 7 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
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 64bbfc5a337da228e57025cbfbe125e3a509c189..71d2eded7b7213316b013b891ad908e2f2afcbaa 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -3246,6 +3246,27 @@
],
},
{
+ 'target_name': 'interactive_ui_tests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'interactive_ui_tests',
+ ],
+ 'conditions': [
+ ['use_x11 == 1', {
+ 'dependencies': [
+ '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
+ ],
+ }],
+ ],
+ 'includes': [
+ '../build/isolate.gypi',
+ 'interactive_ui_tests.isolate',
+ ],
+ 'sources': [
+ 'interactive_ui_tests.isolate',
+ ],
+ },
+ {
'target_name': 'sync_integration_tests_run',
'type': 'none',
'dependencies': [

Powered by Google App Engine
This is Rietveld 408576698