| 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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 'common/system/chromeos/palette/palette_ids.cc', | 238 'common/system/chromeos/palette/palette_ids.cc', |
| 239 'common/system/chromeos/palette/palette_ids.h', | 239 'common/system/chromeos/palette/palette_ids.h', |
| 240 'common/system/chromeos/palette/palette_tool.cc', | 240 'common/system/chromeos/palette/palette_tool.cc', |
| 241 'common/system/chromeos/palette/palette_tool.h', | 241 'common/system/chromeos/palette/palette_tool.h', |
| 242 'common/system/chromeos/palette/palette_tool_manager.cc', | 242 'common/system/chromeos/palette/palette_tool_manager.cc', |
| 243 'common/system/chromeos/palette/palette_tool_manager.h', | 243 'common/system/chromeos/palette/palette_tool_manager.h', |
| 244 'common/system/chromeos/palette/palette_tray.cc', | 244 'common/system/chromeos/palette/palette_tray.cc', |
| 245 'common/system/chromeos/palette/palette_tray.h', | 245 'common/system/chromeos/palette/palette_tray.h', |
| 246 'common/system/chromeos/palette/palette_utils.cc', | 246 'common/system/chromeos/palette/palette_utils.cc', |
| 247 'common/system/chromeos/palette/palette_utils.h', | 247 'common/system/chromeos/palette/palette_utils.h', |
| 248 'common/system/chromeos/palette/tools/capture_region_action.cc', | 248 'common/system/chromeos/palette/tools/capture_region_mode.cc', |
| 249 'common/system/chromeos/palette/tools/capture_region_action.h', | 249 'common/system/chromeos/palette/tools/capture_region_mode.h', |
| 250 'common/system/chromeos/palette/tools/capture_screen_action.cc', | 250 'common/system/chromeos/palette/tools/capture_screen_action.cc', |
| 251 'common/system/chromeos/palette/tools/capture_screen_action.h', | 251 'common/system/chromeos/palette/tools/capture_screen_action.h', |
| 252 'common/system/chromeos/palette/tools/create_note_action.cc', | 252 'common/system/chromeos/palette/tools/create_note_action.cc', |
| 253 'common/system/chromeos/palette/tools/create_note_action.h', | 253 'common/system/chromeos/palette/tools/create_note_action.h', |
| 254 'common/system/chromeos/palette/tools/magnifier_mode.cc', | 254 'common/system/chromeos/palette/tools/magnifier_mode.cc', |
| 255 'common/system/chromeos/palette/tools/magnifier_mode.h', | 255 'common/system/chromeos/palette/tools/magnifier_mode.h', |
| 256 'common/system/chromeos/power/battery_notification.cc', | 256 'common/system/chromeos/power/battery_notification.cc', |
| 257 'common/system/chromeos/power/battery_notification.h', | 257 'common/system/chromeos/power/battery_notification.h', |
| 258 'common/system/chromeos/power/dual_role_notification.cc', | 258 'common/system/chromeos/power/dual_role_notification.cc', |
| 259 'common/system/chromeos/power/dual_role_notification.h', | 259 'common/system/chromeos/power/dual_role_notification.h', |
| (...skipping 1255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1515 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1515 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1516 ], | 1516 ], |
| 1517 } | 1517 } |
| 1518 ], | 1518 ], |
| 1519 ], | 1519 ], |
| 1520 }, | 1520 }, |
| 1521 ], | 1521 ], |
| 1522 }], | 1522 }], |
| 1523 ], | 1523 ], |
| 1524 } | 1524 } |
| OLD | NEW |