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

Unified Diff: ios/web/ios_web.gyp

Issue 1149323004: Upstream the iOS web_shell and supporting code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@web-thread-impl
Patch Set: Created 5 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
Index: ios/web/ios_web.gyp
diff --git a/ios/web/ios_web.gyp b/ios/web/ios_web.gyp
index 2642b33f660501001675547d79b583f3b344a43e..57cca98a65b0f4140e15be1b1c1a3cb858225a2d 100644
--- a/ios/web/ios_web.gyp
+++ b/ios/web/ios_web.gyp
@@ -7,6 +7,35 @@
'chromium_code': 1,
},
'targets': [
+ {
+ 'target_name': 'ios_web_app',
+ 'type': 'static_library',
+ 'include_dirs': [
+ '../..',
+ ],
+ 'dependencies': [
+ 'ios_web',
+ 'ios_web_thread',
+ '../../base/base.gyp:base',
+ '../../base/base.gyp:base_i18n',
+ '../../crypto/crypto.gyp:crypto',
+ '../../net/net.gyp:net',
+ '../../ui/base/ui_base.gyp:ui_base',
+ '../../ui/gfx/gfx.gyp:gfx',
+ '../../ui/gfx/gfx.gyp:gfx_geometry',
+ ],
+ 'sources': [
+ 'app/web_main.mm',
+ 'app/web_main_loop.h',
+ 'app/web_main_loop.mm',
+ 'app/web_main_runner.h',
+ 'app/web_main_runner.mm',
+ 'public/app/web_main.h',
+ 'public/app/web_main_delegate.h',
+ 'public/app/web_main_parts.h',
+ 'public/app/web_main_parts.mm',
+ ],
+ },
# Note: any embedder using ios_web will for now need to include either
# ios_web_thread (any new embedder) or ios_web_content_thread_shim (Chrome).
# This will become unnecessary once Chrome switches to using ios_web_thread,

Powered by Google App Engine
This is Rietveld 408576698