OLD | NEW |
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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
246 'common/system/chromeos/palette/tools/capture_region_action.cc', | 246 'common/system/chromeos/palette/tools/capture_region_action.cc', |
247 'common/system/chromeos/palette/tools/capture_region_action.h', | 247 'common/system/chromeos/palette/tools/capture_region_action.h', |
248 'common/system/chromeos/palette/tools/capture_screen_action.cc', | 248 'common/system/chromeos/palette/tools/capture_screen_action.cc', |
249 'common/system/chromeos/palette/tools/capture_screen_action.h', | 249 'common/system/chromeos/palette/tools/capture_screen_action.h', |
250 'common/system/chromeos/palette/tools/create_note_action.cc', | 250 'common/system/chromeos/palette/tools/create_note_action.cc', |
251 'common/system/chromeos/palette/tools/create_note_action.h', | 251 'common/system/chromeos/palette/tools/create_note_action.h', |
252 'common/system/chromeos/palette/tools/magnifier_mode.cc', | 252 'common/system/chromeos/palette/tools/magnifier_mode.cc', |
253 'common/system/chromeos/palette/tools/magnifier_mode.h', | 253 'common/system/chromeos/palette/tools/magnifier_mode.h', |
254 'common/system/chromeos/power/battery_notification.cc', | 254 'common/system/chromeos/power/battery_notification.cc', |
255 'common/system/chromeos/power/battery_notification.h', | 255 'common/system/chromeos/power/battery_notification.h', |
| 256 'common/system/chromeos/palette/tools/laser_pointer_mode.cc', |
| 257 'common/system/chromeos/palette/tools/laser_pointer_mode.h', |
| 258 'common/system/chromeos/palette/tools/laser_pointer_points.cc', |
| 259 'common/system/chromeos/palette/tools/laser_pointer_points.h', |
| 260 'common/system/chromeos/palette/tools/laser_pointer_view.cc', |
| 261 'common/system/chromeos/palette/tools/laser_pointer_view.h', |
256 'common/system/chromeos/power/dual_role_notification.cc', | 262 'common/system/chromeos/power/dual_role_notification.cc', |
257 'common/system/chromeos/power/dual_role_notification.h', | 263 'common/system/chromeos/power/dual_role_notification.h', |
258 'common/system/chromeos/power/power_status.cc', | 264 'common/system/chromeos/power/power_status.cc', |
259 'common/system/chromeos/power/power_status.h', | 265 'common/system/chromeos/power/power_status.h', |
260 'common/system/chromeos/power/power_status_view.cc', | 266 'common/system/chromeos/power/power_status_view.cc', |
261 'common/system/chromeos/power/power_status_view.h', | 267 'common/system/chromeos/power/power_status_view.h', |
262 'common/system/chromeos/power/tray_power.cc', | 268 'common/system/chromeos/power/tray_power.cc', |
263 'common/system/chromeos/power/tray_power.h', | 269 'common/system/chromeos/power/tray_power.h', |
264 'common/system/chromeos/screen_security/screen_capture_observer.h', | 270 'common/system/chromeos/screen_security/screen_capture_observer.h', |
265 'common/system/chromeos/screen_security/screen_capture_tray_item.cc', | 271 'common/system/chromeos/screen_security/screen_capture_tray_item.cc', |
(...skipping 691 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
957 'common/shelf/shelf_tooltip_manager_unittest.cc', | 963 'common/shelf/shelf_tooltip_manager_unittest.cc', |
958 'common/shelf/shelf_window_watcher_unittest.cc', | 964 'common/shelf/shelf_window_watcher_unittest.cc', |
959 'common/system/chromeos/brightness/tray_brightness_unittest.cc', | 965 'common/system/chromeos/brightness/tray_brightness_unittest.cc', |
960 'common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc', | 966 'common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc', |
961 'common/system/chromeos/media_security/multi_profile_media_tray_item_unitt
est.cc', | 967 'common/system/chromeos/media_security/multi_profile_media_tray_item_unitt
est.cc', |
962 'common/system/chromeos/palette/mock_palette_tool_delegate.cc', | 968 'common/system/chromeos/palette/mock_palette_tool_delegate.cc', |
963 'common/system/chromeos/palette/mock_palette_tool_delegate.h', | 969 'common/system/chromeos/palette/mock_palette_tool_delegate.h', |
964 'common/system/chromeos/palette/palette_tool_manager_unittest.cc', | 970 'common/system/chromeos/palette/palette_tool_manager_unittest.cc', |
965 'common/system/chromeos/palette/tools/create_note_unittest.cc', | 971 'common/system/chromeos/palette/tools/create_note_unittest.cc', |
966 'common/system/chromeos/palette/tools/screenshot_unittest.cc', | 972 'common/system/chromeos/palette/tools/screenshot_unittest.cc', |
| 973 'common/system/chromeos/palette/tools/laser_pointer_mode_test_api.cc', |
| 974 'common/system/chromeos/palette/tools/laser_pointer_mode_test_api.h', |
| 975 'common/system/chromeos/palette/tools/laser_pointer_points_test_api.cc', |
| 976 'common/system/chromeos/palette/tools/laser_pointer_points_test_api.h', |
| 977 'common/system/chromeos/palette/tools/laser_pointer_unittest.cc', |
967 'common/system/chromeos/power/power_status_unittest.cc', | 978 'common/system/chromeos/power/power_status_unittest.cc', |
968 'common/system/chromeos/power/power_status_view_unittest.cc', | 979 'common/system/chromeos/power/power_status_view_unittest.cc', |
969 'common/system/chromeos/power/tray_power_unittest.cc', | 980 'common/system/chromeos/power/tray_power_unittest.cc', |
970 'common/system/chromeos/screen_security/screen_tray_item_unittest.cc', | 981 'common/system/chromeos/screen_security/screen_tray_item_unittest.cc', |
971 'common/system/chromeos/session/logout_confirmation_controller_unittest.cc
', | 982 'common/system/chromeos/session/logout_confirmation_controller_unittest.cc
', |
972 'common/system/chromeos/session/tray_session_length_limit_unittest.cc', | 983 'common/system/chromeos/session/tray_session_length_limit_unittest.cc', |
973 'common/system/chromeos/supervised/tray_supervised_user_unittest.cc', | 984 'common/system/chromeos/supervised/tray_supervised_user_unittest.cc', |
974 'common/system/date/date_view_unittest.cc', | 985 'common/system/date/date_view_unittest.cc', |
975 'common/system/ime/tray_ime_chromeos_unittest.cc', | 986 'common/system/ime/tray_ime_chromeos_unittest.cc', |
976 'common/system/tray/system_tray_unittest.cc', | 987 'common/system/tray/system_tray_unittest.cc', |
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1514 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1525 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1515 ], | 1526 ], |
1516 } | 1527 } |
1517 ], | 1528 ], |
1518 ], | 1529 ], |
1519 }, | 1530 }, |
1520 ], | 1531 ], |
1521 }], | 1532 }], |
1522 ], | 1533 ], |
1523 } | 1534 } |
OLD | NEW |