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

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

Issue 136303008: Implement ui for re-parenting an item from an app list folder to another position or folder in the … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments. Created 6 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
« no previous file with comments | « no previous file | ui/app_list/app_list_folder_item.h » ('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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 'views/app_list_view.cc', 100 'views/app_list_view.cc',
101 'views/app_list_view.h', 101 'views/app_list_view.h',
102 'views/app_list_view_observer.h', 102 'views/app_list_view_observer.h',
103 'views/apps_grid_view.cc', 103 'views/apps_grid_view.cc',
104 'views/apps_grid_view.h', 104 'views/apps_grid_view.h',
105 'views/apps_grid_view_delegate.h', 105 'views/apps_grid_view_delegate.h',
106 'views/cached_label.cc', 106 'views/cached_label.cc',
107 'views/cached_label.h', 107 'views/cached_label.h',
108 'views/contents_view.cc', 108 'views/contents_view.cc',
109 'views/contents_view.h', 109 'views/contents_view.h',
110 'views/folder_background_view.cc',
111 'views/folder_background_view.h',
110 'views/folder_header_view.cc', 112 'views/folder_header_view.cc',
111 'views/folder_header_view.h', 113 'views/folder_header_view.h',
112 'views/folder_header_view_delegate.h', 114 'views/folder_header_view_delegate.h',
113 'views/page_switcher.cc', 115 'views/page_switcher.cc',
114 'views/page_switcher.h', 116 'views/page_switcher.h',
115 'views/progress_bar_view.cc', 117 'views/progress_bar_view.cc',
116 'views/progress_bar_view.h', 118 'views/progress_bar_view.h',
117 'views/pulsing_block_view.cc', 119 'views/pulsing_block_view.cc',
118 'views/pulsing_block_view.h', 120 'views/pulsing_block_view.h',
119 'views/search_box_view.cc', 121 'views/search_box_view.cc',
120 'views/search_box_view.h', 122 'views/search_box_view.h',
121 'views/search_box_view_delegate.h', 123 'views/search_box_view_delegate.h',
122 'views/search_result_actions_view.cc', 124 'views/search_result_actions_view.cc',
123 'views/search_result_actions_view.h', 125 'views/search_result_actions_view.h',
124 'views/search_result_list_view.cc', 126 'views/search_result_list_view.cc',
125 'views/search_result_list_view.h', 127 'views/search_result_list_view.h',
126 'views/search_result_list_view_delegate.h', 128 'views/search_result_list_view_delegate.h',
127 'views/search_result_view.cc', 129 'views/search_result_view.cc',
128 'views/search_result_view.h', 130 'views/search_result_view.h',
129 'views/search_result_view_delegate.h', 131 'views/search_result_view_delegate.h',
130 'views/signin_view.cc', 132 'views/signin_view.cc',
131 'views/signin_view.h', 133 'views/signin_view.h',
132 'views/speech_view.cc', 134 'views/speech_view.cc',
133 'views/speech_view.h', 135 'views/speech_view.h',
136 'views/top_icon_animation_view.cc',
137 'views/top_icon_animation_view.h',
134 ], 138 ],
135 'conditions': [ 139 'conditions': [
136 ['use_aura==1', { 140 ['use_aura==1', {
137 'dependencies': [ 141 'dependencies': [
138 '../aura/aura.gyp:aura', 142 '../aura/aura.gyp:aura',
139 ], 143 ],
140 }], 144 }],
141 ['toolkit_views==1', { 145 ['toolkit_views==1', {
142 'dependencies': [ 146 'dependencies': [
143 '../../content/content.gyp:content_browser', 147 '../../content/content.gyp:content_browser',
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 'dependencies': [ 270 'dependencies': [
267 '../../base/allocator/allocator.gyp:allocator', 271 '../../base/allocator/allocator.gyp:allocator',
268 ], 272 ],
269 }], 273 }],
270 ], 274 ],
271 # Disable c4267 warnings until we fix size_t to int truncations. 275 # Disable c4267 warnings until we fix size_t to int truncations.
272 'msvs_disabled_warnings': [ 4267, ], 276 'msvs_disabled_warnings': [ 4267, ],
273 }, 277 },
274 ], 278 ],
275 } 279 }
OLDNEW
« no previous file with comments | « no previous file | ui/app_list/app_list_folder_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698