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

Unified Diff: chrome/browser/BUILD.gn

Issue 2623653002: android: Remove DeviceDisplayInfo (Closed)
Patch Set: rebase Created 3 years, 11 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/android/java_sources.gni ('k') | chrome/browser/android/chrome_context_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 56e55e48fe8ddbb0e38075f1631bcb79f212d896..5e2e8eaea96db39cdcc1f346fa92462888243d3c 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -2523,6 +2523,8 @@ split_static_library("browser") {
"android/chrome_backup_agent.cc",
"android/chrome_backup_agent.h",
"android/chrome_backup_watcher.cc",
+ "android/chrome_context_util.cc",
+ "android/chrome_context_util.h",
"android/chrome_feature_list.cc",
"android/chrome_feature_list.h",
"android/chrome_jni_registrar.cc",
@@ -4048,6 +4050,7 @@ if (is_android) {
"../android/java/src/org/chromium/chrome/browser/tabmodel/TabModelJniBridge.java",
"../android/java/src/org/chromium/chrome/browser/tabmodel/TabModelSelectorBase.java",
"../android/java/src/org/chromium/chrome/browser/toolbar/ToolbarModel.java",
+ "../android/java/src/org/chromium/chrome/browser/util/ChromeContextUtil.java",
"../android/java/src/org/chromium/chrome/browser/util/FeatureUtilities.java",
"../android/java/src/org/chromium/chrome/browser/util/PlatformUtil.java",
"../android/java/src/org/chromium/chrome/browser/util/UrlUtilities.java",
« no previous file with comments | « chrome/android/java_sources.gni ('k') | chrome/browser/android/chrome_context_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698