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

Unified Diff: chrome/browser/BUILD.gn

Issue 2234943002: Bug Fix: Set USE_CRAS for //chrome and //chrome/ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | chrome/browser/ui/BUILD.gn » ('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 ce9d32c335dcf534ca33bd77aa2106b85b0d7e01..3adfd741d807bac30433ceb1ad92a666f6927b57 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -250,6 +250,10 @@ split_static_library("browser") {
sources +=
rebase_path(gypi_values.chrome_browser_undo_sources, ".", "//chrome")
+ if (is_chromeos && use_cras) {
+ defines += [ "USE_CRAS" ]
+ }
+
if (!is_ios) {
sources +=
rebase_path(gypi_values.chrome_browser_non_ios_sources, ".", "//chrome")
« no previous file with comments | « no previous file | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698