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

Unified Diff: android_webview/android_webview_tests.gypi

Issue 1547683003: Port android_webview_tests.gypi to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webview-tests-2
Patch Set: Add target x-refs Created 5 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 | « android_webview/BUILD.gn ('k') | android_webview/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/android_webview_tests.gypi
diff --git a/android_webview/android_webview_tests.gypi b/android_webview/android_webview_tests.gypi
index a5af244569d70c20e91bffa1b51324ad00ab01d3..6a2cf650250354324613c98b237f52a16edbaaef 100644
--- a/android_webview/android_webview_tests.gypi
+++ b/android_webview/android_webview_tests.gypi
@@ -3,6 +3,7 @@
# found in the LICENSE file.
{
'targets': [
+ # GN: //android_webview/test:android_webview_apk
{
'target_name': 'android_webview_apk',
'type': 'none',
@@ -93,6 +94,7 @@
],
'includes': [ '../build/apk_fake_jar.gypi' ],
},
+ # GN: //android_webview/test:android_webview_test_apk
{
'target_name': 'android_webview_test_apk',
'type': 'none',
@@ -117,6 +119,7 @@
'../build/android/test_runner.gypi',
],
},
+ # GN: //android_webview/test:android_webview_unittests
{
'target_name': 'android_webview_unittests',
'type': '<(gtest_target_type)',
@@ -157,6 +160,7 @@
'native/state_serializer_unittest.cc',
],
},
+ # GN: //android_webview/test:android_webview_unittest_java
{
'target_name': 'android_webview_unittest_java',
'type': 'none',
@@ -170,6 +174,7 @@
},
'includes': [ '../build/java.gypi' ],
},
+ # GN: //android_webview/test:android_webview_unittests_jni
{
'target_name': 'android_webview_unittests_jni',
'type': 'none',
@@ -182,6 +187,7 @@
},
'includes': [ '../build/jni_generator.gypi' ],
},
+ # GN: //android_webview/test:android_webview_unittests_apk
{
'target_name': 'android_webview_unittests_apk',
'type': 'none',
@@ -205,6 +211,7 @@
],
'includes': [ '../build/apk_test.gypi' ],
},
+ # GN: //android_webview/test:libdrawgl
{
'target_name': 'libdrawgl',
'type': 'shared_library',
@@ -222,6 +229,7 @@
'../android_webview/test/shell/src/draw_gl/draw_gl.cc',
],
},
+ # GN: //android_webview/test:libstandalonelibwebviewchromium
{
'target_name': 'libstandalonelibwebviewchromium',
'includes': [
« no previous file with comments | « android_webview/BUILD.gn ('k') | android_webview/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698