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

Side by Side Diff: chrome/chrome_resources.gyp

Issue 10377155: Move ui/gfx/resources to ui/base/native_theme/resources Step2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: keep gfx_resources.pak for DumpRenderTree 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
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 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 # derive the dependencies from the output files. 321 # derive the dependencies from the output files.
322 'chrome_resources', 322 'chrome_resources',
323 'chrome_strings', 323 'chrome_strings',
324 'platform_locale_settings', 324 'platform_locale_settings',
325 'theme_resources', 325 'theme_resources',
326 # TODO(zork): Protect this with if use_aura==1 326 # TODO(zork): Protect this with if use_aura==1
327 '<(DEPTH)/ash/ash_strings.gyp:ash_strings', 327 '<(DEPTH)/ash/ash_strings.gyp:ash_strings',
328 '<(DEPTH)/content/content_resources.gyp:content_resources', 328 '<(DEPTH)/content/content_resources.gyp:content_resources',
329 '<(DEPTH)/net/net.gyp:net_resources', 329 '<(DEPTH)/net/net.gyp:net_resources',
330 '<(DEPTH)/ui/base/strings/ui_strings.gyp:ui_strings', 330 '<(DEPTH)/ui/base/strings/ui_strings.gyp:ui_strings',
331 '<(DEPTH)/ui/ui.gyp:gfx_resources', 331 '<(DEPTH)/ui/ui.gyp:native_theme_resources',
332 '<(DEPTH)/ui/ui.gyp:ui_resources', 332 '<(DEPTH)/ui/ui.gyp:ui_resources',
333 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources', 333 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources',
334 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_strings', 334 '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_strings',
335 ], 335 ],
336 'actions': [ 336 'actions': [
337 { 337 {
338 'includes': ['chrome_repack_chrome.gypi'] 338 'includes': ['chrome_repack_chrome.gypi']
339 }, 339 },
340 { 340 {
341 'includes': ['chrome_repack_locales.gypi'] 341 'includes': ['chrome_repack_locales.gypi']
(...skipping 39 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

Powered by Google App Engine
This is Rietveld 408576698