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

Side by Side Diff: chrome/chrome_resources.gyp

Issue 10399118: 2x Cursor support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remoev extra space Created 8 years, 7 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 | « no previous file | ui/aura/root_window.h » ('j') | ui/aura/root_window_host_linux.cc » ('J')
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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 'copies': [ 258 'copies': [
259 { 259 {
260 'destination': '<(PRODUCT_DIR)', 260 'destination': '<(PRODUCT_DIR)',
261 'files': [ 261 'files': [
262 '<(grit_out_dir)/theme_resources_standard.pak', 262 '<(grit_out_dir)/theme_resources_standard.pak',
263 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resource s_standard.pak', 263 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resource s_standard.pak',
264 ], 264 ],
265 }, 265 },
266 ], 266 ],
267 }], 267 }],
268 ['OS != "mac" and enable_hidpi == 1', { 268 ['(OS != "mac" and enable_hidpi == 1) or chromeos == 1', {
269 'copies': [ 269 'copies': [
270 { 270 {
271 'destination': '<(PRODUCT_DIR)', 271 'destination': '<(PRODUCT_DIR)',
272 'files': [ 272 'files': [
273 '<(grit_out_dir)/theme_resources_2x.pak', 273 '<(grit_out_dir)/theme_resources_2x.pak',
274 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_2x/ui_resources_2x.p ak', 274 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_2x/ui_resources_2x.p ak',
275 ], 275 ],
276 }, 276 },
277 ], 277 ],
278 }], 278 }],
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 'files': ['<@(default_apps_list)'] 389 'files': ['<@(default_apps_list)']
390 }, 390 },
391 ], 391 ],
392 }], 392 }],
393 ], # conditions 393 ], # conditions
394 }], # end OS != "mac" 394 }], # end OS != "mac"
395 ], # conditions 395 ], # conditions
396 }, 396 },
397 ], # targets 397 ], # targets
398 } 398 }
OLDNEW
« no previous file with comments | « no previous file | ui/aura/root_window.h » ('j') | ui/aura/root_window_host_linux.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698