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

Unified Diff: ios/web/ios_web.gyp

Issue 1393303003: [iOS][GN] Port ios_web_unittests to build with gn (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ios_third_party_blink
Patch Set: TODO fix-it Created 5 years, 2 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/BUILD.gn ('k') | ios/web/ios_web_unittests.gyp » ('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 891985a436e1e5280d3aabf64be198418ffdad97..98628a18b6ebf590882240d586ad0ce98e61a59e 100644
--- a/ios/web/ios_web.gyp
+++ b/ios/web/ios_web.gyp
@@ -41,6 +41,7 @@
# This will become unnecessary once Chrome switches to using ios_web_thread,
# at which point that will be folded into this target.
{
+ # GN version: //ios/web
'target_name': 'ios_web',
'type': 'static_library',
'include_dirs': [
@@ -174,8 +175,6 @@
'public/string_util.h',
'public/url_scheme_util.h',
'public/url_util.h',
- 'public/user_agent.h',
- 'public/user_agent.mm',
'public/user_metrics.h',
'public/web/url_data_source_ios.h',
'public/web_client.h',
@@ -322,6 +321,8 @@
'webui/web_ui_ios_impl.mm',
],
'link_settings': {
+ # TODO(crbug.com/541549): change to regular linking once support for
+ # iOS 7 is dropped.
'xcode_settings': {
'OTHER_LDFLAGS': [
'-weak_framework WebKit',
@@ -367,6 +368,7 @@
},
# Target shared by ios_web and CrNet.
{
+ # GN version: //ios/web:core
'target_name': 'ios_web_core',
'type': 'static_library',
'dependencies': [
@@ -383,6 +385,7 @@
],
},
{
+ # GN version: //ios/web:web_bundle_ui
'target_name': 'ios_web_js_bundle_ui',
'type': 'none',
'variables': {
@@ -413,6 +416,7 @@
],
},
{
+ # GN version: //ios/web:web_bundle_wk
'target_name': 'ios_web_js_bundle_wk',
'type': 'none',
'variables': {
@@ -443,6 +447,7 @@
],
},
{
+ # GN version: //ios/web:js_resources
'target_name': 'js_resources',
'type': 'none',
'dependencies': [
@@ -466,6 +471,7 @@
],
},
{
+ # GN version: //ios/web:test_support
'target_name': 'test_support_ios_web',
'type': 'static_library',
'dependencies': [
@@ -552,6 +558,7 @@
],
},
{
+ # GN version: //ios/web:user_agent
'target_name': 'user_agent',
'type': 'static_library',
'include_dirs': [
« no previous file with comments | « ios/web/BUILD.gn ('k') | ios/web/ios_web_unittests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698