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

Unified Diff: chrome/interactive_ui_tests.isolate

Issue 993253002: MacViews: Implement Window-modal dialogs using sheets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update isolate Created 5 years, 9 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/interactive_ui_tests.isolate
diff --git a/chrome/interactive_ui_tests.isolate b/chrome/interactive_ui_tests.isolate
index 6ceb6c9bd864c753228da17323174b7592745843..01c267506f18d0d13f5fae41b08868d6002d539a 100644
--- a/chrome/interactive_ui_tests.isolate
+++ b/chrome/interactive_ui_tests.isolate
@@ -55,6 +55,7 @@
'../third_party/tlslite/',
'<(PRODUCT_DIR)/interactive_ui_tests<(EXECUTABLE_SUFFIX)',
'<(PRODUCT_DIR)/resources.pak',
+ '<(PRODUCT_DIR)/ui_test.pak',
tapted 2015/03/17 10:39:48 There wasn't a precedent for a "toolkit_views" con
'test/data/',
],
'read_only': 1,
@@ -66,7 +67,6 @@
'<(PRODUCT_DIR)/chrome_100_percent.pak',
'<(PRODUCT_DIR)/locales/en-US.pak',
'<(PRODUCT_DIR)/locales/fr.pak',
- '<(PRODUCT_DIR)/ui_test.pak',
],
},
}],

Powered by Google App Engine
This is Rietveld 408576698