Chromium Code Reviews

Unified Diff: chrome/test/data/extensions/api_test/shared_module/shared/fail.js

Issue 13971005: Basic multi-module support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix copyright for presubmit Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/test/data/extensions/api_test/shared_module/shared/fail.js
diff --git a/chrome/renderer/resources/extensions/ad_view_custom.js b/chrome/test/data/extensions/api_test/shared_module/shared/fail.js
similarity index 87%
copy from chrome/renderer/resources/extensions/ad_view_custom.js
copy to chrome/test/data/extensions/api_test/shared_module/shared/fail.js
index 118e447c41d3651c2829c810665a65f11a298dae..dbe933d98d0d247276d74c11c879077c13f2bde0 100644
--- a/chrome/renderer/resources/extensions/ad_view_custom.js
+++ b/chrome/test/data/extensions/api_test/shared_module/shared/fail.js
@@ -2,4 +2,4 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-exports.enabled = true;
+var fail_exported = {};

Powered by Google App Engine