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

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

Issue 198333004: Move ui.gyp into ui/base/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASED Created 6 years, 9 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 | « tools/set_default_handler/set_default_handler.gyp ('k') | ui/aura/aura.gyp » ('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 {
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/base.gyp:base_i18n', 15 '../../base/base.gyp:base_i18n',
16 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations', 16 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations',
17 '../../skia/skia.gyp:skia', 17 '../../skia/skia.gyp:skia',
18 '../base/strings/ui_strings.gyp:ui_strings', 18 '../base/strings/ui_strings.gyp:ui_strings',
19 '../base/ui_base.gyp:ui_base',
19 '../compositor/compositor.gyp:compositor', 20 '../compositor/compositor.gyp:compositor',
20 '../gfx/gfx.gyp:gfx', 21 '../gfx/gfx.gyp:gfx',
21 '../gfx/gfx.gyp:gfx_geometry', 22 '../gfx/gfx.gyp:gfx_geometry',
22 '../resources/ui_resources.gyp:ui_resources', 23 '../resources/ui_resources.gyp:ui_resources',
23 '../ui.gyp:ui',
24 ], 24 ],
25 'defines': [ 25 'defines': [
26 'APP_LIST_IMPLEMENTATION', 26 'APP_LIST_IMPLEMENTATION',
27 ], 27 ],
28 'sources': [ 28 'sources': [
29 'app_list_constants.cc', 29 'app_list_constants.cc',
30 'app_list_constants.h', 30 'app_list_constants.h',
31 'app_list_export.h', 31 'app_list_export.h',
32 'app_list_folder_item.cc', 32 'app_list_folder_item.cc',
33 'app_list_folder_item.h', 33 'app_list_folder_item.h',
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 ], 191 ],
192 }, 192 },
193 { 193 {
194 'target_name': 'app_list_unittests', 194 'target_name': 'app_list_unittests',
195 'type': 'executable', 195 'type': 'executable',
196 'dependencies': [ 196 'dependencies': [
197 '../../base/base.gyp:base', 197 '../../base/base.gyp:base',
198 '../../base/base.gyp:test_support_base', 198 '../../base/base.gyp:test_support_base',
199 '../../skia/skia.gyp:skia', 199 '../../skia/skia.gyp:skia',
200 '../../testing/gtest.gyp:gtest', 200 '../../testing/gtest.gyp:gtest',
201 '../base/ui_base.gyp:ui_base',
201 '../compositor/compositor.gyp:compositor', 202 '../compositor/compositor.gyp:compositor',
202 '../resources/ui_resources.gyp:ui_resources', 203 '../resources/ui_resources.gyp:ui_resources',
203 '../resources/ui_resources.gyp:ui_test_pak', 204 '../resources/ui_resources.gyp:ui_test_pak',
204 '../ui.gyp:ui',
205 'app_list', 205 'app_list',
206 'app_list_test_support', 206 'app_list_test_support',
207 ], 207 ],
208 'sources': [ 208 'sources': [
209 'app_list_item_list_unittest.cc', 209 'app_list_item_list_unittest.cc',
210 'app_list_model_unittest.cc', 210 'app_list_model_unittest.cc',
211 'pagination_model_unittest.cc', 211 'pagination_model_unittest.cc',
212 'cocoa/app_list_view_controller_unittest.mm', 212 'cocoa/app_list_view_controller_unittest.mm',
213 'cocoa/app_list_window_controller_unittest.mm', 213 'cocoa/app_list_window_controller_unittest.mm',
214 'cocoa/apps_grid_controller_unittest.mm', 214 'cocoa/apps_grid_controller_unittest.mm',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 'dependencies': [ 274 'dependencies': [
275 '../../base/allocator/allocator.gyp:allocator', 275 '../../base/allocator/allocator.gyp:allocator',
276 ], 276 ],
277 }], 277 }],
278 ], 278 ],
279 # Disable c4267 warnings until we fix size_t to int truncations. 279 # Disable c4267 warnings until we fix size_t to int truncations.
280 'msvs_disabled_warnings': [ 4267, ], 280 'msvs_disabled_warnings': [ 4267, ],
281 }, 281 },
282 ], 282 ],
283 } 283 }
OLDNEW
« no previous file with comments | « tools/set_default_handler/set_default_handler.gyp ('k') | ui/aura/aura.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698