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

Unified Diff: ios/web/ios_web.gyp

Issue 788253002: Upstream injected JavaScript for the iOS web layer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bug reference Created 6 years 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 | ios/web/js_compile.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/ios_web.gyp
diff --git a/ios/web/ios_web.gyp b/ios/web/ios_web.gyp
index 0b7f92706553410d3dd6e8e4b9d21e94624457b0..7ac4b17df6c5c3444c26a9d73f8ee566356d6c58 100644
--- a/ios/web/ios_web.gyp
+++ b/ios/web/ios_web.gyp
@@ -45,6 +45,29 @@
],
},
{
+ 'target_name': 'js_resources',
+ 'type': 'none',
+ 'sources': [
+ 'web_state/js/resources/base.js',
+ 'web_state/js/resources/common.js',
+ 'web_state/js/resources/message.js',
+ 'web_state/js/resources/message_dynamic_ui.js',
+ 'web_state/js/resources/message_dynamic_wk.js',
+ ],
+ 'link_settings': {
+ 'mac_bundle_resources': [
+ '<(SHARED_INTERMEDIATE_DIR)/base.js',
+ '<(SHARED_INTERMEDIATE_DIR)/common.js',
+ '<(SHARED_INTERMEDIATE_DIR)/message.js',
+ '<(SHARED_INTERMEDIATE_DIR)/message_dynamic_ui.js',
+ '<(SHARED_INTERMEDIATE_DIR)/message_dynamic_wk.js',
+ ],
+ },
+ 'includes': [
+ 'js_compile.gypi'
+ ],
+ },
+ {
'target_name': 'test_support_ios_web',
'type': 'static_library',
'dependencies': [
« no previous file with comments | « no previous file | ios/web/js_compile.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698