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

Unified Diff: ui/android/BUILD.gn

Issue 2190033002: content: Add ContextProviderFactory to create a render ContextProvider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove display_ DCHECK. Created 4 years, 4 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 | « tools/metrics/histograms/histograms.xml ('k') | ui/android/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/BUILD.gn
diff --git a/ui/android/BUILD.gn b/ui/android/BUILD.gn
index 33d4b24df2167ce9b582dc37c498b363804f9a11..523ea7c81b06a2500b59c6e886efda0746fec009 100644
--- a/ui/android/BUILD.gn
+++ b/ui/android/BUILD.gn
@@ -11,6 +11,8 @@ component("android") {
output_name = "ui_android"
sources = [
"animation_utils.h",
+ "context_provider_factory.cc",
+ "context_provider_factory.h",
"edge_effect.cc",
"edge_effect.h",
"edge_effect_base.cc",
« no previous file with comments | « tools/metrics/histograms/histograms.xml ('k') | ui/android/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698