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

Unified Diff: chrome/browser/extensions/api/idltest/idltest_apitest.cc

Issue 10435003: Add support for 'nocompile' to IDL schema compiler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review fixes, and rebased Created 8 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 | « no previous file | chrome/common/extensions/api/experimental_idltest.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/idltest/idltest_apitest.cc
diff --git a/chrome/browser/extensions/api/idltest/idltest_apitest.cc b/chrome/browser/extensions/api/idltest/idltest_apitest.cc
index eecfb63b0000ce894edf4f696d7622bc3570a1d5..d9500381fb1d2510ae44271c48f63b44e84256b6 100644
--- a/chrome/browser/extensions/api/idltest/idltest_apitest.cc
+++ b/chrome/browser/extensions/api/idltest/idltest_apitest.cc
@@ -16,6 +16,7 @@ class ExtensionIdltestApiTest : public ExtensionApiTest {
}
};
-IN_PROC_BROWSER_TEST_F(ExtensionIdltestApiTest, BinaryData) {
+IN_PROC_BROWSER_TEST_F(ExtensionIdltestApiTest, IdlCompiler) {
EXPECT_TRUE(RunExtensionSubtest("idltest/binary_data", "binary.html"));
+ EXPECT_TRUE(RunExtensionSubtest("idltest/nocompile", "nocompile.html"));
};
« no previous file with comments | « no previous file | chrome/common/extensions/api/experimental_idltest.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698