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

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: Code review fixes 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 'launcher/launcher_view.cc', 125 'launcher/launcher_view.cc',
126 'launcher/launcher_view.h', 126 'launcher/launcher_view.h',
127 'launcher/overflow_bubble.cc', 127 'launcher/overflow_bubble.cc',
128 'launcher/overflow_bubble.h', 128 'launcher/overflow_bubble.h',
129 'launcher/overflow_button.cc', 129 'launcher/overflow_button.cc',
130 'launcher/overflow_button.h', 130 'launcher/overflow_button.h',
131 'launcher/tabbed_launcher_button.cc', 131 'launcher/tabbed_launcher_button.cc',
132 'launcher/tabbed_launcher_button.h', 132 'launcher/tabbed_launcher_button.h',
133 'magnifier/magnification_controller.cc', 133 'magnifier/magnification_controller.cc',
134 'magnifier/magnification_controller.h', 134 'magnifier/magnification_controller.h',
135 'magnifier/partial_magnification_controller.cc',
136 'magnifier/partial_magnification_controller.h',
135 'keyboard_overlay/keyboard_overlay_delegate.cc', 137 'keyboard_overlay/keyboard_overlay_delegate.cc',
136 'keyboard_overlay/keyboard_overlay_delegate.h', 138 'keyboard_overlay/keyboard_overlay_delegate.h',
137 'keyboard_overlay/keyboard_overlay_view.cc', 139 'keyboard_overlay/keyboard_overlay_view.cc',
138 'keyboard_overlay/keyboard_overlay_view.h', 140 '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',
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
684 'shell/cocoa/app-Info.plist', 686 'shell/cocoa/app-Info.plist',
685 ], 687 ],
686 'xcode_settings': { 688 'xcode_settings': {
687 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 689 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
688 }, 690 },
689 }], 691 }],
690 ], 692 ],
691 }, 693 },
692 ], 694 ],
693 } 695 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698