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

Side by Side Diff: ash/ash.gyp

Issue 10659003: ash: Add launcher overflow bubble. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase + fix clang Created 8 years, 5 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 | « no previous file | ash/launcher/launcher.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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 'launcher/launcher_model.h', 87 'launcher/launcher_model.h',
88 'launcher/launcher_model_observer.h', 88 'launcher/launcher_model_observer.h',
89 'launcher/launcher_navigator.cc', 89 'launcher/launcher_navigator.cc',
90 'launcher/launcher_navigator.h', 90 'launcher/launcher_navigator.h',
91 'launcher/launcher_tooltip_manager.cc', 91 'launcher/launcher_tooltip_manager.cc',
92 'launcher/launcher_tooltip_manager.h', 92 'launcher/launcher_tooltip_manager.h',
93 'launcher/launcher_types.cc', 93 'launcher/launcher_types.cc',
94 'launcher/launcher_types.h', 94 'launcher/launcher_types.h',
95 'launcher/launcher_view.cc', 95 'launcher/launcher_view.cc',
96 'launcher/launcher_view.h', 96 'launcher/launcher_view.h',
97 'launcher/overflow_bubble.cc',
98 'launcher/overflow_bubble.h',
97 'launcher/tabbed_launcher_button.cc', 99 'launcher/tabbed_launcher_button.cc',
98 'launcher/tabbed_launcher_button.h', 100 'launcher/tabbed_launcher_button.h',
99 'magnifier/magnification_controller.cc', 101 'magnifier/magnification_controller.cc',
100 'magnifier/magnification_controller.h', 102 'magnifier/magnification_controller.h',
101 'display/display_controller.cc', 103 'display/display_controller.cc',
102 'display/display_controller.h', 104 'display/display_controller.h',
103 'display/mouse_cursor_event_filter.cc', 105 'display/mouse_cursor_event_filter.cc',
104 'display/mouse_cursor_event_filter.h', 106 'display/mouse_cursor_event_filter.h',
105 'display/multi_display_manager.cc', 107 'display/multi_display_manager.cc',
106 'display/multi_display_manager.h', 108 'display/multi_display_manager.h',
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 'shell/cocoa/app-Info.plist', 566 'shell/cocoa/app-Info.plist',
565 ], 567 ],
566 'xcode_settings': { 568 'xcode_settings': {
567 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 569 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
568 }, 570 },
569 }], 571 }],
570 ], 572 ],
571 }, 573 },
572 ], 574 ],
573 } 575 }
OLDNEW
« no previous file with comments | « no previous file | ash/launcher/launcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698