| 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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 'frame/frame_border_hit_test_controller.cc', | 140 'frame/frame_border_hit_test_controller.cc', |
| 141 'frame/frame_border_hit_test_controller.h', | 141 'frame/frame_border_hit_test_controller.h', |
| 142 'frame/header_painter.h', | 142 'frame/header_painter.h', |
| 143 'frame/header_painter_util.cc', | 143 'frame/header_painter_util.cc', |
| 144 'frame/header_painter_util.h', | 144 'frame/header_painter_util.h', |
| 145 'gpu_support.h', | 145 'gpu_support.h', |
| 146 'gpu_support_stub.cc', | 146 'gpu_support_stub.cc', |
| 147 'gpu_support_stub.h', | 147 'gpu_support_stub.h', |
| 148 'high_contrast/high_contrast_controller.cc', | 148 'high_contrast/high_contrast_controller.cc', |
| 149 'high_contrast/high_contrast_controller.h', | 149 'high_contrast/high_contrast_controller.h', |
| 150 'host/ash_remote_window_tree_host_win.cc', |
| 151 'host/ash_remote_window_tree_host_win.h', |
| 150 'host/ash_window_tree_host.cc', | 152 'host/ash_window_tree_host.cc', |
| 151 'host/ash_window_tree_host.h', | 153 'host/ash_window_tree_host.h', |
| 152 'host/ash_window_tree_host_init_params.cc', | 154 'host/ash_window_tree_host_init_params.cc', |
| 153 'host/ash_window_tree_host_init_params.h', | 155 'host/ash_window_tree_host_init_params.h', |
| 154 'host/ash_window_tree_host_ozone.cc', | 156 'host/ash_window_tree_host_ozone.cc', |
| 155 'host/ash_window_tree_host_unified.cc', | 157 'host/ash_window_tree_host_unified.cc', |
| 156 'host/ash_window_tree_host_unified.h', | 158 'host/ash_window_tree_host_unified.h', |
| 157 'host/ash_window_tree_host_win.cc', | 159 'host/ash_window_tree_host_win.cc', |
| 158 'host/ash_window_tree_host_x11.cc', | 160 'host/ash_window_tree_host_x11.cc', |
| 159 'host/ash_window_tree_host_x11.h', | 161 'host/ash_window_tree_host_x11.h', |
| (...skipping 1204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1364 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1366 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1365 ], | 1367 ], |
| 1366 } | 1368 } |
| 1367 ], | 1369 ], |
| 1368 ], | 1370 ], |
| 1369 }, | 1371 }, |
| 1370 ], | 1372 ], |
| 1371 }], | 1373 }], |
| 1372 ], | 1374 ], |
| 1373 } | 1375 } |
| OLD | NEW |