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

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

Issue 297643002: Add tiles to the experimental app list start page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix mac test Created 6 years, 6 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/app_list/app_list_model.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 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 'views/search_result_list_view.h', 131 'views/search_result_list_view.h',
132 'views/search_result_list_view_delegate.h', 132 'views/search_result_list_view_delegate.h',
133 'views/search_result_view.cc', 133 'views/search_result_view.cc',
134 'views/search_result_view.h', 134 'views/search_result_view.h',
135 'views/signin_view.cc', 135 'views/signin_view.cc',
136 'views/signin_view.h', 136 'views/signin_view.h',
137 'views/speech_view.cc', 137 'views/speech_view.cc',
138 'views/speech_view.h', 138 'views/speech_view.h',
139 'views/start_page_view.cc', 139 'views/start_page_view.cc',
140 'views/start_page_view.h', 140 'views/start_page_view.h',
141 'views/tile_item_view.cc',
142 'views/tile_item_view.h',
141 'views/top_icon_animation_view.cc', 143 'views/top_icon_animation_view.cc',
142 'views/top_icon_animation_view.h', 144 'views/top_icon_animation_view.h',
143 ], 145 ],
144 'conditions': [ 146 'conditions': [
145 ['use_aura==1', { 147 ['use_aura==1', {
146 'dependencies': [ 148 'dependencies': [
147 '../aura/aura.gyp:aura', 149 '../aura/aura.gyp:aura',
148 '../wm/wm.gyp:wm', 150 '../wm/wm.gyp:wm',
149 ], 151 ],
150 }], 152 }],
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 'dependencies': [ 277 'dependencies': [
276 '../../base/allocator/allocator.gyp:allocator', 278 '../../base/allocator/allocator.gyp:allocator',
277 ], 279 ],
278 }], 280 }],
279 ], 281 ],
280 # Disable c4267 warnings until we fix size_t to int truncations. 282 # Disable c4267 warnings until we fix size_t to int truncations.
281 'msvs_disabled_warnings': [ 4267, ], 283 'msvs_disabled_warnings': [ 4267, ],
282 }, 284 },
283 ], 285 ],
284 } 286 }
OLDNEW
« no previous file with comments | « no previous file | ui/app_list/app_list_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698