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

Side by Side Diff: ash/ash.gyp

Issue 10855059: Move Ash wallpapers into a separate grd/pak file to avoid duplication (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix dependencies again Created 8 years, 4 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 | « ash/DEPS ('k') | ash/desktop_background/desktop_background_resources.cc » ('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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 10
(...skipping 14 matching lines...) Expand all
25 '../skia/skia.gyp:skia', 25 '../skia/skia.gyp:skia',
26 '../third_party/icu/icu.gyp:icui18n', 26 '../third_party/icu/icu.gyp:icui18n',
27 '../third_party/icu/icu.gyp:icuuc', 27 '../third_party/icu/icu.gyp:icuuc',
28 '../ui/app_list/app_list.gyp:app_list', 28 '../ui/app_list/app_list.gyp:app_list',
29 '../ui/aura/aura.gyp:aura', 29 '../ui/aura/aura.gyp:aura',
30 '../ui/base/strings/ui_strings.gyp:ui_strings', 30 '../ui/base/strings/ui_strings.gyp:ui_strings',
31 '../ui/compositor/compositor.gyp:compositor', 31 '../ui/compositor/compositor.gyp:compositor',
32 '../ui/oak/oak.gyp:oak', 32 '../ui/oak/oak.gyp:oak',
33 '../ui/ui.gyp:ui', 33 '../ui/ui.gyp:ui',
34 '../ui/ui.gyp:ui_resources', 34 '../ui/ui.gyp:ui_resources',
35 '../ui/ui.gyp:ui_resources_wallpapers',
35 '../ui/views/views.gyp:views', 36 '../ui/views/views.gyp:views',
36 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 37 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
37 ], 38 ],
38 'defines': [ 39 'defines': [
39 'ASH_IMPLEMENTATION', 40 'ASH_IMPLEMENTATION',
40 ], 41 ],
41 'sources': [ 42 'sources': [
42 # All .cc, .h under ash, except unittests 43 # All .cc, .h under ash, except unittests
43 'accelerators/accelerator_controller.cc', 44 'accelerators/accelerator_controller.cc',
44 'accelerators/accelerator_controller.h', 45 'accelerators/accelerator_controller.h',
(...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after
589 'shell/cocoa/app-Info.plist', 590 'shell/cocoa/app-Info.plist',
590 ], 591 ],
591 'xcode_settings': { 592 'xcode_settings': {
592 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 593 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
593 }, 594 },
594 }], 595 }],
595 ], 596 ],
596 }, 597 },
597 ], 598 ],
598 } 599 }
OLDNEW
« no previous file with comments | « ash/DEPS ('k') | ash/desktop_background/desktop_background_resources.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698