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

Side by Side Diff: ash/ash.gyp

Issue 2239743004: Palette tool laser prototype. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@patch
Patch Set: Fixed patch set 8 errors. 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/ash_strings.grd » ('j') | ash/common/palette_delegate.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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 'common/system/chromeos/palette/palette_tool.cc', 234 'common/system/chromeos/palette/palette_tool.cc',
235 'common/system/chromeos/palette/palette_tool.h', 235 'common/system/chromeos/palette/palette_tool.h',
236 'common/system/chromeos/palette/palette_tool_manager.cc', 236 'common/system/chromeos/palette/palette_tool_manager.cc',
237 'common/system/chromeos/palette/palette_tool_manager.h', 237 'common/system/chromeos/palette/palette_tool_manager.h',
238 'common/system/chromeos/palette/palette_tray.cc', 238 'common/system/chromeos/palette/palette_tray.cc',
239 'common/system/chromeos/palette/palette_tray.h', 239 'common/system/chromeos/palette/palette_tray.h',
240 'common/system/chromeos/palette/palette_utils.cc', 240 'common/system/chromeos/palette/palette_utils.cc',
241 'common/system/chromeos/palette/palette_utils.h', 241 'common/system/chromeos/palette/palette_utils.h',
242 'common/system/chromeos/power/battery_notification.cc', 242 'common/system/chromeos/power/battery_notification.cc',
243 'common/system/chromeos/power/battery_notification.h', 243 'common/system/chromeos/power/battery_notification.h',
244 'common/system/chromeos/palette/tools/laser_pointer_mode.cc',
245 'common/system/chromeos/palette/tools/laser_pointer_mode.h',
246 'common/system/chromeos/palette/tools/laser_pointer_points.cc',
247 'common/system/chromeos/palette/tools/laser_pointer_points.h',
248 'common/system/chromeos/palette/tools/laser_pointer_view.cc',
249 'common/system/chromeos/palette/tools/laser_pointer_view.h',
244 'common/system/chromeos/power/dual_role_notification.cc', 250 'common/system/chromeos/power/dual_role_notification.cc',
245 'common/system/chromeos/power/dual_role_notification.h', 251 'common/system/chromeos/power/dual_role_notification.h',
246 'common/system/chromeos/power/power_status.cc', 252 'common/system/chromeos/power/power_status.cc',
247 'common/system/chromeos/power/power_status.h', 253 'common/system/chromeos/power/power_status.h',
248 'common/system/chromeos/power/power_status_view.cc', 254 'common/system/chromeos/power/power_status_view.cc',
249 'common/system/chromeos/power/power_status_view.h', 255 'common/system/chromeos/power/power_status_view.h',
250 'common/system/chromeos/power/tray_power.cc', 256 'common/system/chromeos/power/tray_power.cc',
251 'common/system/chromeos/power/tray_power.h', 257 'common/system/chromeos/power/tray_power.h',
252 'common/system/chromeos/screen_security/screen_capture_observer.h', 258 'common/system/chromeos/screen_security/screen_capture_observer.h',
253 'common/system/chromeos/screen_security/screen_capture_tray_item.cc', 259 'common/system/chromeos/screen_security/screen_capture_tray_item.cc',
(...skipping 693 matching lines...) Expand 10 before | Expand all | Expand 10 after
947 'common/shelf/shelf_button_pressed_metric_tracker_unittest.cc', 953 'common/shelf/shelf_button_pressed_metric_tracker_unittest.cc',
948 'common/shelf/shelf_locking_manager_unittest.cc', 954 'common/shelf/shelf_locking_manager_unittest.cc',
949 'common/shelf/shelf_model_unittest.cc', 955 'common/shelf/shelf_model_unittest.cc',
950 'common/shelf/shelf_navigator_unittest.cc', 956 'common/shelf/shelf_navigator_unittest.cc',
951 'common/shelf/shelf_tooltip_manager_unittest.cc', 957 'common/shelf/shelf_tooltip_manager_unittest.cc',
952 'common/shelf/shelf_window_watcher_unittest.cc', 958 'common/shelf/shelf_window_watcher_unittest.cc',
953 'common/system/chromeos/brightness/tray_brightness_unittest.cc', 959 'common/system/chromeos/brightness/tray_brightness_unittest.cc',
954 'common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc', 960 'common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc',
955 'common/system/chromeos/media_security/multi_profile_media_tray_item_unitt est.cc', 961 'common/system/chromeos/media_security/multi_profile_media_tray_item_unitt est.cc',
956 'common/system/chromeos/palette/palette_tool_manager_unittest.cc', 962 'common/system/chromeos/palette/palette_tool_manager_unittest.cc',
963 'common/system/chromeos/palette/tools/laser_pointer_mode_testapi.h',
964 'common/system/chromeos/palette/tools/laser_pointer_mode_testapi.cc',
jdufault 2016/08/23 21:52:05 files should be named *_test_api.h, since it is Te
sammiequon 2016/08/24 00:04:04 Done.
965 'common/system/chromeos/palette/tools/laser_pointer_points_testapi.h',
966 'common/system/chromeos/palette/tools/laser_pointer_points_testapi.cc',
jdufault 2016/08/23 21:52:05 cc files go above h files. foo.cc, foo.h,
sammiequon 2016/08/24 00:04:04 Done.
967 'common/system/chromeos/palette/tools/laser_pointer_unittest.cc',
957 'common/system/chromeos/power/power_status_unittest.cc', 968 'common/system/chromeos/power/power_status_unittest.cc',
958 'common/system/chromeos/power/power_status_view_unittest.cc', 969 'common/system/chromeos/power/power_status_view_unittest.cc',
959 'common/system/chromeos/power/tray_power_unittest.cc', 970 'common/system/chromeos/power/tray_power_unittest.cc',
960 'common/system/chromeos/screen_security/screen_tray_item_unittest.cc', 971 'common/system/chromeos/screen_security/screen_tray_item_unittest.cc',
961 'common/system/chromeos/session/logout_confirmation_controller_unittest.cc ', 972 'common/system/chromeos/session/logout_confirmation_controller_unittest.cc ',
962 'common/system/chromeos/session/tray_session_length_limit_unittest.cc', 973 'common/system/chromeos/session/tray_session_length_limit_unittest.cc',
963 'common/system/chromeos/supervised/tray_supervised_user_unittest.cc', 974 'common/system/chromeos/supervised/tray_supervised_user_unittest.cc',
964 'common/system/date/date_view_unittest.cc', 975 'common/system/date/date_view_unittest.cc',
965 'common/system/ime/tray_ime_chromeos_unittest.cc', 976 'common/system/ime/tray_ime_chromeos_unittest.cc',
966 'common/system/tray/system_tray_unittest.cc', 977 'common/system/tray/system_tray_unittest.cc',
(...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after
1500 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1511 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1501 ], 1512 ],
1502 } 1513 }
1503 ], 1514 ],
1504 ], 1515 ],
1505 }, 1516 },
1506 ], 1517 ],
1507 }], 1518 }],
1508 ], 1519 ],
1509 } 1520 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('j') | ash/common/palette_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698