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

Unified Diff: chrome/chrome_tests.gypi

Issue 7304014: Made Print Preview tests autogenerated from print_preview.js. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added DEPS file to allow generated js2webui files to be included. Created 9 years, 5 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 | « chrome/browser/ui/webui/web_ui_browsertest.cc ('k') | chrome/test/data/webui/print_preview.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 0232d2d3a7c56849361e332c23f982cf3476fbd9..39028bf8dc9ca8d16736375c1f7977180156e8ab 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2541,6 +2541,7 @@
'renderer/safe_browsing/render_view_fake_resources_test.h',
'renderer/translate_helper_browsertest.cc',
'test/automation/dom_automation_browsertest.cc',
+ 'test/data/webui/print_preview.js',
'test/data/webui/sample_pass.js',
'test/gpu/gpu_browsertest.cc',
'test/in_process_browser_test_browsertest.cc',
@@ -2735,7 +2736,7 @@
'<(js2webui)',
],
'outputs': [
- '<(js2webui_out_dir)/chrome/<(rule_input_relpath)/<(RULE_INPUT_ROOT)-inl.h',
+ '<(js2webui_out_dir)/js2webui/chrome/<(rule_input_relpath)/<(RULE_INPUT_ROOT)-inl.h',
],
'process_outputs_as_sources': 1,
'action': [
« no previous file with comments | « chrome/browser/ui/webui/web_ui_browsertest.cc ('k') | chrome/test/data/webui/print_preview.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698