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

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

Issue 1770993002: wip: Refactoring Ash's AppListController, moving the bulk of the logic to chrome/browser/ui/ash/app… Base URL: https://chromium.googlesource.com/chromium/src.git@small_5_apps
Patch Set: Added a comment for PostTask in AppListServiceAsh. Created 4 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
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 17 matching lines...) Expand all
28 '../../third_party/icu/icu.gyp:icuuc', 28 '../../third_party/icu/icu.gyp:icuuc',
29 'resources/app_list_resources.gyp:app_list_resources', 29 'resources/app_list_resources.gyp:app_list_resources',
30 ], 30 ],
31 'defines': [ 31 'defines': [
32 'APP_LIST_IMPLEMENTATION', 32 'APP_LIST_IMPLEMENTATION',
33 ], 33 ],
34 'sources': [ 34 'sources': [
35 # Note: sources list duplicated in GN build. 35 # Note: sources list duplicated in GN build.
36 'app_list_constants.cc', 36 'app_list_constants.cc',
37 'app_list_constants.h', 37 'app_list_constants.h',
38 'app_list_controller.h',
38 'app_list_export.h', 39 'app_list_export.h',
39 'app_list_folder_item.cc', 40 'app_list_folder_item.cc',
40 'app_list_folder_item.h', 41 'app_list_folder_item.h',
41 'app_list_item.cc', 42 'app_list_item.cc',
42 'app_list_item.h', 43 'app_list_item.h',
43 'app_list_item_list.cc', 44 'app_list_item_list.cc',
44 'app_list_item_list.h', 45 'app_list_item_list.h',
45 'app_list_item_list_observer.h', 46 'app_list_item_list_observer.h',
46 'app_list_item_observer.h', 47 'app_list_item_observer.h',
48 'app_list_layout_delegate.h',
47 'app_list_menu.cc', 49 'app_list_menu.cc',
48 'app_list_menu.h', 50 'app_list_menu.h',
49 'app_list_model.cc', 51 'app_list_model.cc',
50 'app_list_model.h', 52 'app_list_model.h',
51 'app_list_model_observer.h', 53 'app_list_model_observer.h',
52 'app_list_switches.cc', 54 'app_list_switches.cc',
53 'app_list_switches.h', 55 'app_list_switches.h',
54 'app_list_view_delegate.cc', 56 'app_list_view_delegate.cc',
55 'app_list_view_delegate.h', 57 'app_list_view_delegate.h',
56 'cocoa/app_list_pager_view.h', 58 'cocoa/app_list_pager_view.h',
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 'dependencies': [ 384 'dependencies': [
383 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 385 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
384 ], 386 ],
385 }], 387 }],
386 ], 388 ],
387 }, 389 },
388 ], 390 ],
389 }], 391 }],
390 ], 392 ],
391 } 393 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698