| 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.cc', | 10 'accelerators/accelerator_commands.cc', |
| (...skipping 735 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 746 'accelerators/accelerator_controller_unittest.cc', | 746 'accelerators/accelerator_controller_unittest.cc', |
| 747 'accelerators/accelerator_filter_unittest.cc', | 747 'accelerators/accelerator_filter_unittest.cc', |
| 748 'accelerators/accelerator_table_unittest.cc', | 748 'accelerators/accelerator_table_unittest.cc', |
| 749 'accelerators/magnifier_key_scroller_unittest.cc', | 749 'accelerators/magnifier_key_scroller_unittest.cc', |
| 750 'accelerators/spoken_feedback_toggler_unittest.cc', | 750 'accelerators/spoken_feedback_toggler_unittest.cc', |
| 751 'ash_touch_exploration_manager_chromeos_unittest.cc', | 751 'ash_touch_exploration_manager_chromeos_unittest.cc', |
| 752 'autoclick/autoclick_unittest.cc', | 752 'autoclick/autoclick_unittest.cc', |
| 753 'content/display/screen_orientation_controller_chromeos_unittest.cc', | 753 'content/display/screen_orientation_controller_chromeos_unittest.cc', |
| 754 'desktop_background/desktop_background_controller_unittest.cc', | 754 'desktop_background/desktop_background_controller_unittest.cc', |
| 755 'dip_unittest.cc', | 755 'dip_unittest.cc', |
| 756 'display/cursor_window_controller_unittest.cc', |
| 756 'display/display_change_observer_chromeos_unittest.cc', | 757 'display/display_change_observer_chromeos_unittest.cc', |
| 757 'display/display_controller_unittest.cc', | 758 'display/display_controller_unittest.cc', |
| 758 'display/display_error_observer_chromeos_unittest.cc', | 759 'display/display_error_observer_chromeos_unittest.cc', |
| 759 'display/display_info_unittest.cc', | 760 'display/display_info_unittest.cc', |
| 760 'display/display_manager_unittest.cc', | 761 'display/display_manager_unittest.cc', |
| 761 'display/mirror_window_controller_unittest.cc', | 762 'display/mirror_window_controller_unittest.cc', |
| 762 'display/mouse_cursor_event_filter_unittest.cc', | 763 'display/mouse_cursor_event_filter_unittest.cc', |
| 763 'display/projecting_observer_chromeos_unittest.cc', | 764 'display/projecting_observer_chromeos_unittest.cc', |
| 764 'display/resolution_notification_controller_unittest.cc', | 765 'display/resolution_notification_controller_unittest.cc', |
| 765 'display/root_window_transformers_unittest.cc', | 766 'display/root_window_transformers_unittest.cc', |
| (...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1298 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1299 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1299 ], | 1300 ], |
| 1300 } | 1301 } |
| 1301 ], | 1302 ], |
| 1302 ], | 1303 ], |
| 1303 }, | 1304 }, |
| 1304 ], | 1305 ], |
| 1305 }], | 1306 }], |
| 1306 ], | 1307 ], |
| 1307 } | 1308 } |
| OLD | NEW |