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

Side by Side Diff: ash/ash.gyp

Issue 10388141: Full-screen Magnifier: Support warping the cursor on the edge (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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
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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 'launcher/launcher_model.h', 84 'launcher/launcher_model.h',
85 'launcher/launcher_model_observer.h', 85 'launcher/launcher_model_observer.h',
86 'launcher/launcher_navigator.cc', 86 'launcher/launcher_navigator.cc',
87 'launcher/launcher_navigator.h', 87 'launcher/launcher_navigator.h',
88 'launcher/launcher_types.cc', 88 'launcher/launcher_types.cc',
89 'launcher/launcher_types.h', 89 'launcher/launcher_types.h',
90 'launcher/launcher_view.cc', 90 'launcher/launcher_view.cc',
91 'launcher/launcher_view.h', 91 'launcher/launcher_view.h',
92 'launcher/tabbed_launcher_button.cc', 92 'launcher/tabbed_launcher_button.cc',
93 'launcher/tabbed_launcher_button.h', 93 'launcher/tabbed_launcher_button.h',
94 'magnifier/magnified_cursor.cc',
95 'magnifier/magnified_cursor.h',
94 'magnifier/magnification_controller.cc', 96 'magnifier/magnification_controller.cc',
95 'magnifier/magnification_controller.h', 97 'magnifier/magnification_controller.h',
96 'monitor/monitor_controller.cc', 98 'monitor/monitor_controller.cc',
97 'monitor/monitor_controller.h', 99 'monitor/monitor_controller.h',
98 'monitor/multi_monitor_manager.cc', 100 'monitor/multi_monitor_manager.cc',
99 'monitor/multi_monitor_manager.h', 101 'monitor/multi_monitor_manager.h',
100 'monitor/secondary_monitor_view.cc', 102 'monitor/secondary_monitor_view.cc',
101 'monitor/secondary_monitor_view.h', 103 'monitor/secondary_monitor_view.h',
102 'screen_ash.cc', 104 'screen_ash.cc',
103 'screen_ash.h', 105 'screen_ash.h',
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
525 'shell/cocoa/app-Info.plist', 527 'shell/cocoa/app-Info.plist',
526 ], 528 ],
527 'xcode_settings': { 529 'xcode_settings': {
528 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 530 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
529 }, 531 },
530 }], 532 }],
531 ], 533 ],
532 }, 534 },
533 ], 535 ],
534 } 536 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698