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

Unified Diff: android_webview/native/webview_native.gyp

Issue 1410203002: Start adding gn build for android_webview (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comment 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 | « android_webview/native/BUILD.gn ('k') | components/external_video_surface/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/native/webview_native.gyp
diff --git a/android_webview/native/webview_native.gyp b/android_webview/native/webview_native.gyp
index 9cdb1eb5380c5cfc9157b47546eedf81e154ca77..020f0a854aaa5577e70109fb70109f3d2f543904 100644
--- a/android_webview/native/webview_native.gyp
+++ b/android_webview/native/webview_native.gyp
@@ -7,6 +7,7 @@
},
'targets': [
{
+ # GN version: //android_webview/native:native
'target_name': 'webview_native',
'type': 'static_library',
'dependencies': [
@@ -114,6 +115,7 @@
],
},
{
+ # GN version: //android_webview/native:cancellation_signal_android_jar_jni_headers'
'target_name': 'cancellation_signal_android_jar_jni_headers',
'type': 'none',
'variables': {
@@ -123,6 +125,7 @@
'includes': [ '../../build/jar_file_jni_generator.gypi' ],
},
{
+ # GN version: //android_webview/native:native_jni
'target_name': 'android_webview_native_jni',
'type': 'none',
'sources': [
@@ -158,6 +161,7 @@
'cancellation_signal_android_jar_jni_headers',
],
},
+ # GN version: //android_webview/native:aw_permission_request_resource'
{
'target_name': 'android_webview_aw_permission_request_resource',
'type': 'none',
« no previous file with comments | « android_webview/native/BUILD.gn ('k') | components/external_video_surface/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698