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

Unified Diff: base/BUILD.gn

Issue 2847523002: Android: Remove GetApplicationContext part 4 (Closed)
Patch Set: Rebase and fix build Created 3 years, 7 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 | « no previous file | base/android/base_jni_registrar.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 9cad83bef90d3c5aa3d2a5e417ccbce58c560830..49e16f5c0bdedc4956a7bf827fdf614834b8674c 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -143,8 +143,6 @@ component("base") {
"android/command_line_android.h",
"android/content_uri_utils.cc",
"android/content_uri_utils.h",
- "android/context_utils.cc",
- "android/context_utils.h",
"android/cpu_features.cc",
"android/cpu_features.h",
"android/cxa_demangle_stub.cc",
@@ -2440,7 +2438,6 @@ if (is_android) {
"android/java/src/org/chromium/base/Callback.java",
"android/java/src/org/chromium/base/CommandLine.java",
"android/java/src/org/chromium/base/ContentUriUtils.java",
- "android/java/src/org/chromium/base/ContextUtils.java",
"android/java/src/org/chromium/base/CpuFeatures.java",
"android/java/src/org/chromium/base/EarlyTraceEvent.java",
"android/java/src/org/chromium/base/EventLog.java",
« no previous file with comments | « no previous file | base/android/base_jni_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698