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

Unified Diff: base/BUILD.gn

Issue 1407233017: Define a Java-side global application context. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Undo changes to ApplicationStatus Created 5 years, 1 month 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') | blimp/client/android/blimp_library_loader.cc » ('J')
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 aabfe67879f3e3a8656f91ff0025e458ff2bdcf4..e9bc061eb491f78fc54e70d776d60f71a3f05602 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -102,6 +102,8 @@ 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/cxa_demangle_stub.cc",
"android/event_log.cc",
@@ -1613,6 +1615,7 @@ if (is_android) {
"android/java/src/org/chromium/base/BuildInfo.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/EventLog.java",
"android/java/src/org/chromium/base/FieldTrialList.java",
« no previous file with comments | « no previous file | base/android/base_jni_registrar.cc » ('j') | blimp/client/android/blimp_library_loader.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698