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

Side by Side Diff: ash/ash.gyp

Issue 10828184: ash: Update launcher overflow chevron. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix launcher_view_test_api compile Created 8 years, 4 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_view.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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 'launcher/launcher_navigator.cc', 104 'launcher/launcher_navigator.cc',
105 'launcher/launcher_navigator.h', 105 'launcher/launcher_navigator.h',
106 'launcher/launcher_tooltip_manager.cc', 106 'launcher/launcher_tooltip_manager.cc',
107 'launcher/launcher_tooltip_manager.h', 107 'launcher/launcher_tooltip_manager.h',
108 'launcher/launcher_types.cc', 108 'launcher/launcher_types.cc',
109 'launcher/launcher_types.h', 109 'launcher/launcher_types.h',
110 'launcher/launcher_view.cc', 110 'launcher/launcher_view.cc',
111 'launcher/launcher_view.h', 111 'launcher/launcher_view.h',
112 'launcher/overflow_bubble.cc', 112 'launcher/overflow_bubble.cc',
113 'launcher/overflow_bubble.h', 113 'launcher/overflow_bubble.h',
114 'launcher/overflow_button.cc',
115 'launcher/overflow_button.h',
114 'launcher/tabbed_launcher_button.cc', 116 'launcher/tabbed_launcher_button.cc',
115 'launcher/tabbed_launcher_button.h', 117 'launcher/tabbed_launcher_button.h',
116 'magnifier/magnification_controller.cc', 118 'magnifier/magnification_controller.cc',
117 'magnifier/magnification_controller.h', 119 'magnifier/magnification_controller.h',
118 'keyboard_overlay/keyboard_overlay_delegate.cc', 120 'keyboard_overlay/keyboard_overlay_delegate.cc',
119 'keyboard_overlay/keyboard_overlay_delegate.h', 121 'keyboard_overlay/keyboard_overlay_delegate.h',
120 'keyboard_overlay/keyboard_overlay_view.cc', 122 'keyboard_overlay/keyboard_overlay_view.cc',
121 'keyboard_overlay/keyboard_overlay_view.h', 123 'keyboard_overlay/keyboard_overlay_view.h',
122 'root_window_controller.cc', 124 'root_window_controller.cc',
123 'root_window_controller.h', 125 'root_window_controller.h',
(...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 'shell/cocoa/app-Info.plist', 619 'shell/cocoa/app-Info.plist',
618 ], 620 ],
619 'xcode_settings': { 621 'xcode_settings': {
620 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 622 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
621 }, 623 },
622 }], 624 }],
623 ], 625 ],
624 }, 626 },
625 ], 627 ],
626 } 628 }
OLDNEW
« no previous file with comments | « no previous file | ash/launcher/launcher_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698