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

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

Issue 1391893003: NOT FOR REVIEW: Aura on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
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 # GN version: //ui/app_list 11 # GN version: //ui/app_list
12 'target_name': 'app_list', 12 'target_name': 'app_list',
13 'type': '<(component)', 13 'type': '<(component)',
14 'dependencies': [ 14 'dependencies': [
15 '../../base/base.gyp:base', 15 '../../base/base.gyp:base',
16 '../../base/base.gyp:base_i18n', 16 '../../base/base.gyp:base_i18n',
17 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations', 17 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations',
18 '../../components/components.gyp:keyed_service_core', 18 '../../components/components.gyp:keyed_service_core',
19 '../../skia/skia.gyp:skia', 19 '../../skia/skia.gyp:skia',
20 '../base/ui_base.gyp:ui_base', 20 '../base/ui_base.gyp:ui_base',
21 '../base/ime/ui_base_ime.gyp:ui_base_ime', 21 '../base/ime/ui_base_ime.gyp:ui_base_ime',
22 '../compositor/compositor.gyp:compositor', 22 '../compositor/compositor.gyp:compositor',
23 '../events/events.gyp:events_base', 23 '../events/events.gyp:events_base',
24 '../gfx/gfx.gyp:gfx', 24 '../gfx/gfx.gyp:gfx',
25 '../gfx/gfx.gyp:gfx_geometry', 25 '../gfx/gfx.gyp:gfx_geometry',
26 '../resources/ui_resources.gyp:ui_resources', 26 '../resources/ui_resources.gyp:ui_resources',
27 '../strings/ui_strings.gyp:ui_strings', 27 '../strings/ui_strings.gyp:ui_strings',
28 '../../third_party/icu/icu.gyp:icuuc', 28 '../../third_party/icu/icu.gyp:icuuc',
29 'resources/app_list_resources.gyp:app_list_resources',
29 ], 30 ],
30 'defines': [ 31 'defines': [
31 'APP_LIST_IMPLEMENTATION', 32 'APP_LIST_IMPLEMENTATION',
32 ], 33 ],
33 'sources': [ 34 'sources': [
34 # Note: sources list duplicated in GN build. 35 # Note: sources list duplicated in GN build.
35 'app_list_constants.cc', 36 'app_list_constants.cc',
36 'app_list_constants.h', 37 'app_list_constants.h',
37 'app_list_export.h', 38 'app_list_export.h',
38 'app_list_folder_item.cc', 39 'app_list_folder_item.cc',
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 'msvs_disabled_warnings': [ 4267, ], 223 'msvs_disabled_warnings': [ 4267, ],
223 }, 224 },
224 { 225 {
225 # GN version: //ui/app_list:test_support 226 # GN version: //ui/app_list:test_support
226 'target_name': 'app_list_test_support', 227 'target_name': 'app_list_test_support',
227 'type': 'static_library', 228 'type': 'static_library',
228 'dependencies': [ 229 'dependencies': [
229 '../../base/base.gyp:base', 230 '../../base/base.gyp:base',
230 '../gfx/gfx.gyp:gfx', 231 '../gfx/gfx.gyp:gfx',
231 '../gfx/gfx.gyp:gfx_geometry', 232 '../gfx/gfx.gyp:gfx_geometry',
232 '../resources/ui_resources.gyp:ui_resources',
233 'app_list', 233 'app_list',
234 ], 234 ],
235 'sources': [ 235 'sources': [
236 # Note: sources list duplicated in GN build. 236 # Note: sources list duplicated in GN build.
237 'test/app_list_test_model.cc', 237 'test/app_list_test_model.cc',
238 'test/app_list_test_model.h', 238 'test/app_list_test_model.h',
239 'test/app_list_test_view_delegate.cc', 239 'test/app_list_test_view_delegate.cc',
240 'test/app_list_test_view_delegate.h', 240 'test/app_list_test_view_delegate.h',
241 'test/test_search_result.cc', 241 'test/test_search_result.cc',
242 'test/test_search_result.h', 242 'test/test_search_result.h',
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 'dependencies': [ 398 'dependencies': [
399 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 399 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
400 ], 400 ],
401 }], 401 }],
402 ], 402 ],
403 }, 403 },
404 ], 404 ],
405 }], 405 }],
406 ], 406 ],
407 } 407 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698