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

Side by Side Diff: ash/ash.gyp

Issue 10381018: ash: First pass of Applist v2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 7 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 | « ash/app_list/pagination_model_observer.h ('k') | ash/ash_switches.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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 10
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 'accelerators/accelerator_dispatcher.cc', 44 'accelerators/accelerator_dispatcher.cc',
45 'accelerators/accelerator_dispatcher.h', 45 'accelerators/accelerator_dispatcher.h',
46 'accelerators/accelerator_filter.cc', 46 'accelerators/accelerator_filter.cc',
47 'accelerators/accelerator_filter.h', 47 'accelerators/accelerator_filter.h',
48 'accelerators/accelerator_table.cc', 48 'accelerators/accelerator_table.cc',
49 'accelerators/accelerator_table.h', 49 'accelerators/accelerator_table.h',
50 'accelerators/nested_dispatcher_controller.cc', 50 'accelerators/nested_dispatcher_controller.cc',
51 'accelerators/nested_dispatcher_controller.h', 51 'accelerators/nested_dispatcher_controller.h',
52 'app_list/app_list.cc', 52 'app_list/app_list.cc',
53 'app_list/app_list.h', 53 'app_list/app_list.h',
54 'app_list/app_list_bubble_border.cc',
55 'app_list/app_list_bubble_border.h',
54 'app_list/app_list_item_model.cc', 56 'app_list/app_list_item_model.cc',
55 'app_list/app_list_item_model.h', 57 'app_list/app_list_item_model.h',
56 'app_list/app_list_item_model_observer.h', 58 'app_list/app_list_item_model_observer.h',
57 'app_list/app_list_item_view.cc', 59 'app_list/app_list_item_view.cc',
58 'app_list/app_list_item_view.h', 60 'app_list/app_list_item_view.h',
59 'app_list/app_list_model.cc', 61 'app_list/app_list_model.cc',
60 'app_list/app_list_model.h', 62 'app_list/app_list_model.h',
61 'app_list/app_list_model_view.cc', 63 'app_list/app_list_model_view.cc',
62 'app_list/app_list_model_view.h', 64 'app_list/app_list_model_view.h',
63 'app_list/app_list_view.cc', 65 'app_list/app_list_view.cc',
64 'app_list/app_list_view.h', 66 'app_list/app_list_view.h',
65 'app_list/app_list_view_delegate.h', 67 'app_list/app_list_view_delegate.h',
66 'app_list/drop_shadow_label.cc', 68 'app_list/drop_shadow_label.cc',
67 'app_list/drop_shadow_label.h', 69 'app_list/drop_shadow_label.h',
68 'app_list/icon_cache.cc', 70 'app_list/icon_cache.cc',
69 'app_list/icon_cache.h', 71 'app_list/icon_cache.h',
72 'app_list/page_switcher.cc',
73 'app_list/page_switcher.h',
74 'app_list/pagination_model.cc',
75 'app_list/pagination_model.h',
76 'app_list/pagination_model_observer.h',
70 'ash_switches.cc', 77 'ash_switches.cc',
71 'ash_switches.h', 78 'ash_switches.h',
72 'caps_lock_delegate.h', 79 'caps_lock_delegate.h',
73 'desktop_background/desktop_background_controller.cc', 80 'desktop_background/desktop_background_controller.cc',
74 'desktop_background/desktop_background_controller.h', 81 'desktop_background/desktop_background_controller.h',
75 'desktop_background/desktop_background_resources.cc', 82 'desktop_background/desktop_background_resources.cc',
76 'desktop_background/desktop_background_resources.h', 83 'desktop_background/desktop_background_resources.h',
77 'desktop_background/desktop_background_view.cc', 84 'desktop_background/desktop_background_view.cc',
78 'desktop_background/desktop_background_view.h', 85 'desktop_background/desktop_background_view.h',
79 'drag_drop/drag_drop_controller.cc', 86 'drag_drop/drag_drop_controller.cc',
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 'shell/cocoa/app-Info.plist', 539 'shell/cocoa/app-Info.plist',
533 ], 540 ],
534 'xcode_settings': { 541 'xcode_settings': {
535 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 542 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
536 }, 543 },
537 }], 544 }],
538 ], 545 ],
539 }, 546 },
540 ], 547 ],
541 } 548 }
OLDNEW
« no previous file with comments | « ash/app_list/pagination_model_observer.h ('k') | ash/ash_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698