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

Unified Diff: build/common.gypi

Issue 697223003: MacViews: Get chrome/browser/ui/views/frame to compile (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@constrained
Patch Set: Fix chromeos build Created 6 years, 1 month 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: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index b8a87e09c707e3b6bc7cf47fcd41bbcdd8499e9a..1ce9a65b68d05b5f06101a4a548d1f4e3cd2c537 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1497,6 +1497,9 @@
'ozone_platform_ozonex%': 0,
'ozone_platform_test%': 0,
+ # Whether the browser is non-native (using Views Toolkit) on Mac.
+ 'mac_views_browser%': 0,
+
'conditions': [
['buildtype=="Official"', {
# Continue to embed build meta data in Official builds, basically the
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/browser_window_factory.mm » ('j') | chrome/browser/ui/views/frame/browser_frame_mac.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698