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

Side by Side Diff: ash/ash.gyp

Issue 10915140: Add the partial screen magnifier to Chrome OS. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Remove pure virtual interface Created 8 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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 'drag_drop/drag_drop_controller.h', 92 'drag_drop/drag_drop_controller.h',
93 'drag_drop/drag_drop_tracker.cc', 93 'drag_drop/drag_drop_tracker.cc',
94 'drag_drop/drag_drop_tracker.h', 94 'drag_drop/drag_drop_tracker.h',
95 'drag_drop/drag_image_view.cc', 95 'drag_drop/drag_image_view.cc',
96 'drag_drop/drag_image_view.h', 96 'drag_drop/drag_image_view.h',
97 'event_rewriter_delegate.h', 97 'event_rewriter_delegate.h',
98 'focus_cycler.cc', 98 'focus_cycler.cc',
99 'focus_cycler.h', 99 'focus_cycler.h',
100 'high_contrast/high_contrast_controller.cc', 100 'high_contrast/high_contrast_controller.cc',
101 'high_contrast/high_contrast_controller.h', 101 'high_contrast/high_contrast_controller.h',
102 'keyboard_overlay/keyboard_overlay_delegate.cc',
103 'keyboard_overlay/keyboard_overlay_delegate.h',
104 'keyboard_overlay/keyboard_overlay_view.cc',
105 'keyboard_overlay/keyboard_overlay_view.h',
102 'launcher/app_list_button.cc', 106 'launcher/app_list_button.cc',
103 'launcher/app_list_button.h', 107 'launcher/app_list_button.h',
104 'launcher/background_animator.cc', 108 'launcher/background_animator.cc',
105 'launcher/background_animator.h', 109 'launcher/background_animator.h',
106 'launcher/launcher.cc', 110 'launcher/launcher.cc',
107 'launcher/launcher.h', 111 'launcher/launcher.h',
108 'launcher/launcher_alignment_menu.cc', 112 'launcher/launcher_alignment_menu.cc',
109 'launcher/launcher_alignment_menu.h', 113 'launcher/launcher_alignment_menu.h',
110 'launcher/launcher_button.cc', 114 'launcher/launcher_button.cc',
111 'launcher/launcher_button.h', 115 'launcher/launcher_button.h',
(...skipping 13 matching lines...) Expand all
125 'launcher/launcher_view.cc', 129 'launcher/launcher_view.cc',
126 'launcher/launcher_view.h', 130 'launcher/launcher_view.h',
127 'launcher/overflow_bubble.cc', 131 'launcher/overflow_bubble.cc',
128 'launcher/overflow_bubble.h', 132 'launcher/overflow_bubble.h',
129 'launcher/overflow_button.cc', 133 'launcher/overflow_button.cc',
130 'launcher/overflow_button.h', 134 'launcher/overflow_button.h',
131 'launcher/tabbed_launcher_button.cc', 135 'launcher/tabbed_launcher_button.cc',
132 'launcher/tabbed_launcher_button.h', 136 'launcher/tabbed_launcher_button.h',
133 'magnifier/magnification_controller.cc', 137 'magnifier/magnification_controller.cc',
134 'magnifier/magnification_controller.h', 138 'magnifier/magnification_controller.h',
135 'keyboard_overlay/keyboard_overlay_delegate.cc', 139 'magnifier/partial_magnification_controller.cc',
136 'keyboard_overlay/keyboard_overlay_delegate.h', 140 'magnifier/partial_magnification_controller.h',
137 'keyboard_overlay/keyboard_overlay_view.cc',
138 'keyboard_overlay/keyboard_overlay_view.h',
139 'root_window_controller.cc', 141 'root_window_controller.cc',
140 'root_window_controller.h', 142 'root_window_controller.h',
141 'rotator/screen_rotation.cc', 143 'rotator/screen_rotation.cc',
142 'rotator/screen_rotation.h', 144 'rotator/screen_rotation.h',
143 'screen_ash.cc', 145 'screen_ash.cc',
144 'screen_ash.h', 146 'screen_ash.h',
145 'screensaver/screensaver_view.cc', 147 'screensaver/screensaver_view.cc',
146 'screensaver/screensaver_view.h', 148 'screensaver/screensaver_view.h',
147 'screenshot_delegate.h', 149 'screenshot_delegate.h',
148 'shell.cc', 150 'shell.cc',
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
688 'shell/cocoa/app-Info.plist', 690 'shell/cocoa/app-Info.plist',
689 ], 691 ],
690 'xcode_settings': { 692 'xcode_settings': {
691 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 693 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
692 }, 694 },
693 }], 695 }],
694 ], 696 ],
695 }, 697 },
696 ], 698 ],
697 } 699 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698