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

Unified Diff: chrome/browser/BUILD.gn

Issue 375843002: MacViews: Initial chrome_browser_ui.gypi support for views on mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: #ifdef instead Created 6 years, 5 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
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 788b720f4d36b77f63a1c05e3ad01949d8970649..ce4b3725c156f061bca8999f97ab382d2aae5804 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -524,7 +524,7 @@ static_library("browser") {
# Non-Windows.
sources += rebase_path(gypi_values.chrome_browser_non_win_sources,
".", "//chrome")
- if (use_aura) {
+ if (toolkit_views) {
deps += [
#"../ui/views/controls/webview/webview.gyp:webview", TODO(GYP)
#"../ui/views/views.gyp:views", TODO(GYP)
« no previous file with comments | « build/common.gypi ('k') | chrome/browser/ui/BUILD.gn » ('j') | chrome/chrome_browser_ui.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698