| 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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 197 'common/system/chromeos/palette/palette_ids.cc', | 197 'common/system/chromeos/palette/palette_ids.cc', |
| 198 'common/system/chromeos/palette/palette_ids.h', | 198 'common/system/chromeos/palette/palette_ids.h', |
| 199 'common/system/chromeos/palette/palette_tool.cc', | 199 'common/system/chromeos/palette/palette_tool.cc', |
| 200 'common/system/chromeos/palette/palette_tool.h', | 200 'common/system/chromeos/palette/palette_tool.h', |
| 201 'common/system/chromeos/palette/palette_tool_manager.cc', | 201 'common/system/chromeos/palette/palette_tool_manager.cc', |
| 202 'common/system/chromeos/palette/palette_tool_manager.h', | 202 'common/system/chromeos/palette/palette_tool_manager.h', |
| 203 'common/system/chromeos/palette/palette_tray.cc', | 203 'common/system/chromeos/palette/palette_tray.cc', |
| 204 'common/system/chromeos/palette/palette_tray.h', | 204 'common/system/chromeos/palette/palette_tray.h', |
| 205 'common/system/chromeos/palette/palette_utils.cc', | 205 'common/system/chromeos/palette/palette_utils.cc', |
| 206 'common/system/chromeos/palette/palette_utils.h', | 206 'common/system/chromeos/palette/palette_utils.h', |
| 207 'common/system/chromeos/palette/tools/laser_pointer_mode.cc', |
| 208 'common/system/chromeos/palette/tools/laser_pointer_mode.h', |
| 207 'common/system/chromeos/power/battery_notification.cc', | 209 'common/system/chromeos/power/battery_notification.cc', |
| 208 'common/system/chromeos/power/battery_notification.h', | 210 'common/system/chromeos/power/battery_notification.h', |
| 209 'common/system/chromeos/power/dual_role_notification.cc', | 211 'common/system/chromeos/power/dual_role_notification.cc', |
| 210 'common/system/chromeos/power/dual_role_notification.h', | 212 'common/system/chromeos/power/dual_role_notification.h', |
| 211 'common/system/chromeos/power/power_status.cc', | 213 'common/system/chromeos/power/power_status.cc', |
| 212 'common/system/chromeos/power/power_status.h', | 214 'common/system/chromeos/power/power_status.h', |
| 213 'common/system/chromeos/power/power_status_view.cc', | 215 'common/system/chromeos/power/power_status_view.cc', |
| 214 'common/system/chromeos/power/power_status_view.h', | 216 'common/system/chromeos/power/power_status_view.h', |
| 215 'common/system/chromeos/power/tray_power.cc', | 217 'common/system/chromeos/power/tray_power.cc', |
| 216 'common/system/chromeos/power/tray_power.h', | 218 'common/system/chromeos/power/tray_power.h', |
| (...skipping 1258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1475 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1477 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1476 ], | 1478 ], |
| 1477 } | 1479 } |
| 1478 ], | 1480 ], |
| 1479 ], | 1481 ], |
| 1480 }, | 1482 }, |
| 1481 ], | 1483 ], |
| 1482 }], | 1484 }], |
| 1483 ], | 1485 ], |
| 1484 } | 1486 } |
| OLD | NEW |