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

Unified Diff: components/bookmarks.gypi

Issue 586383002: Add ChromeShellTestApk and other chrome/ test stuff (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-chrome-shell-apk
Patch Set: Rebase Created 6 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 | « chrome/test/chromedriver/test/webview_shell/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/bookmarks.gypi
diff --git a/components/bookmarks.gypi b/components/bookmarks.gypi
index ffdfd1bcef732221fad64aae601679480795ff8e..6f6b770bdd61edb04430e70c31a130e4a94fb77a 100644
--- a/components/bookmarks.gypi
+++ b/components/bookmarks.gypi
@@ -125,7 +125,7 @@
['OS=="android"', {
'targets': [
{
- # GN: //components/common/android:bookmarks_java
+ # GN: //components/bookmarks/common/android:bookmarks_java
'target_name': 'bookmarks_java',
'type': 'none',
'dependencies': [
@@ -138,7 +138,7 @@
'includes': [ '../build/java.gypi' ],
},
{
- # GN: //components/common/android:bookmarks_jni_headers
+ # GN: //components/bookmarks/common/android:bookmarks_jni_headers
'target_name': 'bookmarks_jni_headers',
'type': 'none',
'sources': [
@@ -150,7 +150,7 @@
'includes': [ '../build/jni_generator.gypi' ],
},
{
- # GN: //components/common/android:bookmarks_type_javagen
+ # GN: //components/bookmarks/common/android:bookmarks_type_javagen
'target_name': 'bookmark_type_java',
'type': 'none',
'sources': [
« no previous file with comments | « chrome/test/chromedriver/test/webview_shell/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698