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

Side by Side Diff: ui/app_list/app_list.gyp

Issue 12217129: Make the app list use images for the progress bar. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: respond to comments Created 7 years, 10 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
11 'target_name': 'app_list', 11 'target_name': 'app_list',
12 'type': '<(component)', 12 'type': '<(component)',
13 'dependencies': [ 13 'dependencies': [
14 '../../base/base.gyp:base', 14 '../../base/base.gyp:base',
15 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations', 15 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations',
16 '../../skia/skia.gyp:skia', 16 '../../skia/skia.gyp:skia',
17 '../compositor/compositor.gyp:compositor', 17 '../compositor/compositor.gyp:compositor',
18 '../ui.gyp:ui', 18 '../ui.gyp:ui',
19 '../../chrome/chrome_resources.gyp:chrome_resources',
20 '../../chrome/chrome_resources.gyp:theme_resources',
19 ], 21 ],
20 'defines': [ 22 'defines': [
21 'APP_LIST_IMPLEMENTATION', 23 'APP_LIST_IMPLEMENTATION',
22 ], 24 ],
23 'sources': [ 25 'sources': [
24 'app_list_constants.cc', 26 'app_list_constants.cc',
25 'app_list_constants.h', 27 'app_list_constants.h',
26 'app_list_export.h', 28 'app_list_export.h',
27 'app_list_item_model.cc', 29 'app_list_item_model.cc',
28 'app_list_item_model.h', 30 'app_list_item_model.h',
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 ], 150 ],
149 }, { # OS!="mac" 151 }, { # OS!="mac"
150 'sources/': [ 152 'sources/': [
151 ['exclude', 'cocoa/'], 153 ['exclude', 'cocoa/'],
152 ], 154 ],
153 }], 155 }],
154 ], 156 ],
155 }, 157 },
156 ], 158 ],
157 } 159 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698