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

Side by Side Diff: chrome/chrome_resources.gyp

Issue 10115029: Set toolbar padding to something appropriate for Metro icons. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Improve comment as requested. Created 8 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/views/tabs/tab_strip.cc ('k') | ui/base/layout.h » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 5 'variables': {
6 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 6 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
7 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'], 7 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'],
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 'action_name': 'platform_locale_settings', 186 'action_name': 'platform_locale_settings',
187 'variables': { 187 'variables': {
188 'grit_grd_file': '<(platform_locale_settings_grd)', 188 'grit_grd_file': '<(platform_locale_settings_grd)',
189 }, 189 },
190 'includes': [ '../build/grit_action.gypi' ], 190 'includes': [ '../build/grit_action.gypi' ],
191 }, 191 },
192 ], 192 ],
193 'includes': [ '../build/grit_target.gypi' ], 193 'includes': [ '../build/grit_target.gypi' ],
194 }, 194 },
195 { 195 {
196 'target_name': 'theme_resources', 196 'target_name': 'theme_resources_gen',
197 'type': 'none', 197 'type': 'none',
198 'actions': [ 198 'actions': [
199 { 199 {
200 'action_name': 'theme_resources', 200 'action_name': 'theme_resources',
201 'variables': { 201 'variables': {
202 'grit_grd_file': 'app/theme/theme_resources.grd', 202 'grit_grd_file': 'app/theme/theme_resources.grd',
203 }, 203 },
204 'includes': [ '../build/grit_action.gypi' ], 204 'includes': [ '../build/grit_action.gypi' ],
205 }, 205 },
206 { 206 {
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 'files': ['<@(default_apps_list)'] 381 'files': ['<@(default_apps_list)']
382 }, 382 },
383 ], 383 ],
384 }], 384 }],
385 ], # conditions 385 ], # conditions
386 }], # end OS != "mac" 386 }], # end OS != "mac"
387 ], # conditions 387 ], # conditions
388 }, 388 },
389 ], # targets 389 ], # targets
390 } 390 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/tabs/tab_strip.cc ('k') | ui/base/layout.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698