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

Unified Diff: apps/apps.gypi

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 | « apps/BUILD.gn ('k') | chrome/app/theme/theme_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/apps.gypi
diff --git a/apps/apps.gypi b/apps/apps.gypi
index 130cb8cda205bea5a44edbf606f810ce95f2e01e..4def693692e706a9a3b231845966ca41452e1bb8 100644
--- a/apps/apps.gypi
+++ b/apps/apps.gypi
@@ -78,7 +78,8 @@
'../ui/strings/ui_strings.gyp:ui_strings',
'../ui/views/views.gyp:views',
],
- }, { # toolkit_views==0
+ }],
+ ['toolkit_views==0 or OS == "mac"', {
'sources/': [
['exclude', 'ui/views/'],
],
« no previous file with comments | « apps/BUILD.gn ('k') | chrome/app/theme/theme_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698