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

Unified Diff: ios/web/test/test_resources.grd

Issue 2028013003: [ios Mojo] Integration test for Mojo WebUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Created 4 years, 7 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 | « ios/web/test/data/mojo_test.js ('k') | ios/web/test/web_test_suite.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/test/test_resources.grd
diff --git a/ios/web/test/test_resources.grd b/ios/web/test/test_resources.grd
new file mode 100644
index 0000000000000000000000000000000000000000..977034a92ca1991fcb9dbf1632608fcf4cc15fbb
--- /dev/null
+++ b/ios/web/test/test_resources.grd
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<grit latest_public_release="0" current_release="1">
+ <outputs>
+ <output filename="grit/test_resources.h" type="rc_header">
+ <emit emit_type='prepend'></emit>
+ </output>
+ <output filename="test_resources.pak" type="data_package" />
+ </outputs>
+ <release seq="1">
+ <includes>
+ <include name="IDR_MOJO_TEST_HTML" file="data/mojo_test.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
+ <include name="IDR_MOJO_TEST_JS" file="data/mojo_test.js" type="BINDATA" />
+ <include name="IDR_MOJO_TEST_MOJO_JS" file="${root_gen_dir}/ios/web/test/mojo_test.mojom.js" use_base_dir="false" type="BINDATA"/>
+ </includes>
+ </release>
+</grit>
« no previous file with comments | « ios/web/test/data/mojo_test.js ('k') | ios/web/test/web_test_suite.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698