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

Unified Diff: apps/BUILD.gn

Issue 2138323002: Add output_all_resource_defines=false to theme_resources.grd. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: download bits Created 4 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
« no previous file with comments | « no previous file | apps/apps.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/BUILD.gn
diff --git a/apps/BUILD.gn b/apps/BUILD.gn
index a024fc15d2a21e8bf8b56a2775f8489b9f930b0e..355bcb775c6d646435db4e575c6d4c08f24df80b 100644
--- a/apps/BUILD.gn
+++ b/apps/BUILD.gn
@@ -60,10 +60,12 @@ static_library("apps") {
}
if (toolkit_views) {
- sources += [
- "ui/views/app_window_frame_view.cc",
- "ui/views/app_window_frame_view.h",
- ]
+ if (!is_mac) {
+ sources += [
+ "ui/views/app_window_frame_view.cc",
+ "ui/views/app_window_frame_view.h",
+ ]
+ }
deps += [
"//ui/strings",
"//ui/views",
« no previous file with comments | « no previous file | apps/apps.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698