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

Unified Diff: components/navigation_interception/android/BUILD.gn

Issue 570203002: Make chrome_shell_apk build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-chrome-jamesr
Patch Set: Rebase add chrome_version_java/page_connection_info_javagen 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 | « components/navigation_interception/BUILD.gn ('k') | components/variations.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/navigation_interception/android/BUILD.gn
diff --git a/components/search/BUILD.gn b/components/navigation_interception/android/BUILD.gn
similarity index 53%
copy from components/search/BUILD.gn
copy to components/navigation_interception/android/BUILD.gn
index a895701d1688da6947573ebf0edb7ba7ef747e90..b13a847e9b49bd58f22baacc9d85627f1733d6a6 100644
--- a/components/search/BUILD.gn
+++ b/components/navigation_interception/android/BUILD.gn
@@ -2,15 +2,11 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-static_library("search") {
- sources = [
- "search.cc",
- "search.h",
- "search_switches.cc",
- "search_switches.h",
- ]
+import("//build/config/android/rules.gni")
+android_library("navigation_interception_java") {
deps = [
- "//base",
+ "//base:base_java",
]
+ DEPRECATED_java_in_dir = "java/src"
}
« no previous file with comments | « components/navigation_interception/BUILD.gn ('k') | components/variations.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698