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

Side by Side Diff: ash/ash.gyp

Issue 2231533004: Pointer watcher modifications to support laser pointer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Initial patch. Created 4 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
« no previous file with comments | « no previous file | ash/aura/wm_shell_aura.h » ('j') | ash/aura/wm_shell_aura.h » ('J')
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 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'ash_sources': [ 9 'ash_sources': [
10 'accelerators/accelerator_commands_aura.cc', 10 'accelerators/accelerator_commands_aura.cc',
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 'common/system/chromeos/palette/palette_ids.cc', 231 'common/system/chromeos/palette/palette_ids.cc',
232 'common/system/chromeos/palette/palette_ids.h', 232 'common/system/chromeos/palette/palette_ids.h',
233 'common/system/chromeos/palette/palette_tool.cc', 233 'common/system/chromeos/palette/palette_tool.cc',
234 'common/system/chromeos/palette/palette_tool.h', 234 'common/system/chromeos/palette/palette_tool.h',
235 'common/system/chromeos/palette/palette_tool_manager.cc', 235 'common/system/chromeos/palette/palette_tool_manager.cc',
236 'common/system/chromeos/palette/palette_tool_manager.h', 236 'common/system/chromeos/palette/palette_tool_manager.h',
237 'common/system/chromeos/palette/palette_tray.cc', 237 'common/system/chromeos/palette/palette_tray.cc',
238 'common/system/chromeos/palette/palette_tray.h', 238 'common/system/chromeos/palette/palette_tray.h',
239 'common/system/chromeos/palette/palette_utils.cc', 239 'common/system/chromeos/palette/palette_utils.cc',
240 'common/system/chromeos/palette/palette_utils.h', 240 'common/system/chromeos/palette/palette_utils.h',
241 'common/system/chromeos/palette/tools/laser_pointer_mode.cc',
242 'common/system/chromeos/palette/tools/laser_pointer_mode.h',
243 'common/system/chromeos/palette/tools/laser_pointer_points.cc',
244 'common/system/chromeos/palette/tools/laser_pointer_points.h',
245 'common/system/chromeos/palette/tools/laser_pointer_view.cc',
246 'common/system/chromeos/palette/tools/laser_pointer_view.h',
241 'common/system/chromeos/power/battery_notification.cc', 247 'common/system/chromeos/power/battery_notification.cc',
242 'common/system/chromeos/power/battery_notification.h', 248 'common/system/chromeos/power/battery_notification.h',
243 'common/system/chromeos/power/dual_role_notification.cc', 249 'common/system/chromeos/power/dual_role_notification.cc',
244 'common/system/chromeos/power/dual_role_notification.h', 250 'common/system/chromeos/power/dual_role_notification.h',
245 'common/system/chromeos/power/power_status.cc', 251 'common/system/chromeos/power/power_status.cc',
246 'common/system/chromeos/power/power_status.h', 252 'common/system/chromeos/power/power_status.h',
247 'common/system/chromeos/power/power_status_view.cc', 253 'common/system/chromeos/power/power_status_view.cc',
248 'common/system/chromeos/power/power_status_view.h', 254 'common/system/chromeos/power/power_status_view.h',
249 'common/system/chromeos/power/tray_power.cc', 255 'common/system/chromeos/power/tray_power.cc',
250 'common/system/chromeos/power/tray_power.h', 256 'common/system/chromeos/power/tray_power.h',
(...skipping 681 matching lines...) Expand 10 before | Expand all | Expand 10 after
932 'common/shelf/shelf_button_pressed_metric_tracker_unittest.cc', 938 'common/shelf/shelf_button_pressed_metric_tracker_unittest.cc',
933 'common/shelf/shelf_locking_manager_unittest.cc', 939 'common/shelf/shelf_locking_manager_unittest.cc',
934 'common/shelf/shelf_model_unittest.cc', 940 'common/shelf/shelf_model_unittest.cc',
935 'common/shelf/shelf_navigator_unittest.cc', 941 'common/shelf/shelf_navigator_unittest.cc',
936 'common/shelf/shelf_tooltip_manager_unittest.cc', 942 'common/shelf/shelf_tooltip_manager_unittest.cc',
937 'common/shelf/shelf_window_watcher_unittest.cc', 943 'common/shelf/shelf_window_watcher_unittest.cc',
938 'common/system/chromeos/brightness/tray_brightness_unittest.cc', 944 'common/system/chromeos/brightness/tray_brightness_unittest.cc',
939 'common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc', 945 'common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc',
940 'common/system/chromeos/media_security/multi_profile_media_tray_item_unitt est.cc', 946 'common/system/chromeos/media_security/multi_profile_media_tray_item_unitt est.cc',
941 'common/system/chromeos/palette/palette_tool_manager_unittest.cc', 947 'common/system/chromeos/palette/palette_tool_manager_unittest.cc',
948 'common/system/chromeos/palette/tools/laser_pointer_unittest.cc',
942 'common/system/chromeos/power/power_status_unittest.cc', 949 'common/system/chromeos/power/power_status_unittest.cc',
943 'common/system/chromeos/power/power_status_view_unittest.cc', 950 'common/system/chromeos/power/power_status_view_unittest.cc',
944 'common/system/chromeos/power/tray_power_unittest.cc', 951 'common/system/chromeos/power/tray_power_unittest.cc',
945 'common/system/chromeos/screen_security/screen_tray_item_unittest.cc', 952 'common/system/chromeos/screen_security/screen_tray_item_unittest.cc',
946 'common/system/chromeos/session/logout_confirmation_controller_unittest.cc ', 953 'common/system/chromeos/session/logout_confirmation_controller_unittest.cc ',
947 'common/system/chromeos/session/tray_session_length_limit_unittest.cc', 954 'common/system/chromeos/session/tray_session_length_limit_unittest.cc',
948 'common/system/chromeos/supervised/tray_supervised_user_unittest.cc', 955 'common/system/chromeos/supervised/tray_supervised_user_unittest.cc',
949 'common/system/date/date_view_unittest.cc', 956 'common/system/date/date_view_unittest.cc',
950 'common/system/ime/tray_ime_chromeos_unittest.cc', 957 'common/system/ime/tray_ime_chromeos_unittest.cc',
951 'common/system/tray/system_tray_unittest.cc', 958 'common/system/tray/system_tray_unittest.cc',
(...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
1484 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1491 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1485 ], 1492 ],
1486 } 1493 }
1487 ], 1494 ],
1488 ], 1495 ],
1489 }, 1496 },
1490 ], 1497 ],
1491 }], 1498 }],
1492 ], 1499 ],
1493 } 1500 }
OLDNEW
« no previous file with comments | « no previous file | ash/aura/wm_shell_aura.h » ('j') | ash/aura/wm_shell_aura.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698