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

Unified Diff: chrome/browser/ui/views/BUILD.gn

Issue 1400243002: Aura on Android: Making it possible to generate GN build configuration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renaming chrome_browser_ui_android_sources to chrome_browser_ui_android_non_aura_sources. Created 5 years, 2 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/browser/ui/BUILD.gn ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/BUILD.gn
diff --git a/chrome/browser/ui/views/BUILD.gn b/chrome/browser/ui/views/BUILD.gn
index c012e65fe4c0e85138664dae4cfde0a362815265..88317670b6f677c0b5626736cddaaacbd44a7209 100644
--- a/chrome/browser/ui/views/BUILD.gn
+++ b/chrome/browser/ui/views/BUILD.gn
@@ -4,7 +4,7 @@
import("//build/config/ui.gni")
-assert(!is_android)
+assert(toolkit_views)
component("views") {
output_name = "browser_ui_views"
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698