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

Unified Diff: ui/snapshot/BUILD.gn

Issue 929903002: Remove cc dependency from ui/base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert changes in ui/PRESUBMIT.py Created 5 years, 10 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 | « ui/shell_dialogs/shell_dialogs.gyp ('k') | ui/snapshot/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/snapshot/BUILD.gn
diff --git a/ui/snapshot/BUILD.gn b/ui/snapshot/BUILD.gn
index cfbb5d5f1b8c36667bb55a5dd82968848e6b4a1b..b93fc6f86b29518ae073e1af7fe6ecab10fe2f82 100644
--- a/ui/snapshot/BUILD.gn
+++ b/ui/snapshot/BUILD.gn
@@ -30,6 +30,10 @@ component("snapshot") {
"//ui/gfx/geometry",
]
+ if (is_android) {
+ deps += [ "//ui/android" ]
+ }
+
if (use_aura || is_android) {
deps += [
"//cc",
« no previous file with comments | « ui/shell_dialogs/shell_dialogs.gyp ('k') | ui/snapshot/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698