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

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

Issue 25015003: gfx: Create a separate gfx component out of ui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 2 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 | « ui/android/ui_jni_registrar.cc ('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 '../compositor/compositor.gyp:compositor', 19 '../compositor/compositor.gyp:compositor',
20 '../gfx/gfx.gyp:gfx',
20 '../ui.gyp:ui', 21 '../ui.gyp:ui',
21 '../ui.gyp:ui_resources', 22 '../ui.gyp:ui_resources',
22 ], 23 ],
23 'defines': [ 24 'defines': [
24 'APP_LIST_IMPLEMENTATION', 25 'APP_LIST_IMPLEMENTATION',
25 ], 26 ],
26 'sources': [ 27 'sources': [
27 'app_list_constants.cc', 28 'app_list_constants.cc',
28 'app_list_constants.h', 29 'app_list_constants.h',
29 'app_list_export.h', 30 'app_list_export.h',
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 'dependencies': [ 210 'dependencies': [
210 '../../base/allocator/allocator.gyp:allocator', 211 '../../base/allocator/allocator.gyp:allocator',
211 ], 212 ],
212 }], 213 }],
213 ], 214 ],
214 # Disable c4267 warnings until we fix size_t to int truncations. 215 # Disable c4267 warnings until we fix size_t to int truncations.
215 'msvs_disabled_warnings': [ 4267, ], 216 'msvs_disabled_warnings': [ 4267, ],
216 }, 217 },
217 ], 218 ],
218 } 219 }
OLDNEW
« no previous file with comments | « ui/android/ui_jni_registrar.cc ('k') | ui/aura/aura.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698