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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « apps/BUILD.gn ('k') | chrome/app/theme/theme_resources.grd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //apps 8 # GN version: //apps
9 'target_name': 'apps', 9 'target_name': 'apps',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 'sources/': [ 71 'sources/': [
72 ['exclude', '.*'], 72 ['exclude', '.*'],
73 ], 73 ],
74 } 74 }
75 ], 75 ],
76 ['toolkit_views==1', { 76 ['toolkit_views==1', {
77 'dependencies': [ 77 'dependencies': [
78 '../ui/strings/ui_strings.gyp:ui_strings', 78 '../ui/strings/ui_strings.gyp:ui_strings',
79 '../ui/views/views.gyp:views', 79 '../ui/views/views.gyp:views',
80 ], 80 ],
81 }, { # toolkit_views==0 81 }],
82 ['toolkit_views==0 or OS == "mac"', {
82 'sources/': [ 83 'sources/': [
83 ['exclude', 'ui/views/'], 84 ['exclude', 'ui/views/'],
84 ], 85 ],
85 }], 86 }],
86 ['toolkit_views==1 and enable_extensions==1', { 87 ['toolkit_views==1 and enable_extensions==1', {
87 'dependencies': [ 88 'dependencies': [
88 '../extensions/extensions.gyp:extensions_browser', 89 '../extensions/extensions.gyp:extensions_browser',
89 ], 90 ],
90 }], 91 }],
91 ], 92 ],
92 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 93 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
93 'msvs_disabled_warnings': [ 4267, ], 94 'msvs_disabled_warnings': [ 4267, ],
94 }, 95 },
95 ], # targets 96 ], # targets
96 } 97 }
OLDNEW
« 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