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

Unified Diff: android_webview/android_webview.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/BUILD.gn ('k') | android_webview/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/android_webview.gyp
diff --git a/android_webview/android_webview.gyp b/android_webview/android_webview.gyp
index 4cdb98005bb229d54180a9b19e0031d5ddfebc1e..273b1560858690adcdd443723a890bc624fd53cb 100644
--- a/android_webview/android_webview.gyp
+++ b/android_webview/android_webview.gyp
@@ -124,6 +124,7 @@
],
},
{
+ # GN version: //android_webview:strings_grd
'target_name': 'android_webview_strings_grd',
'android_unmangled_name': 1,
'type': 'none',
@@ -135,6 +136,7 @@
],
},
{
+ # GN version: //android_webview/common:version
'target_name': 'android_webview_version',
'type': 'none',
'direct_dependent_settings': {
@@ -383,6 +385,7 @@
],
},
{
+ # GN version: //android_webview:android_webview_java
'target_name': 'android_webview_java',
'type': 'none',
'dependencies': [
« no previous file with comments | « android_webview/BUILD.gn ('k') | android_webview/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698