| 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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 'common/system/chromeos/network/tray_network_state_observer.cc', | 176 'common/system/chromeos/network/tray_network_state_observer.cc', |
| 177 'common/system/chromeos/network/tray_network_state_observer.h', | 177 'common/system/chromeos/network/tray_network_state_observer.h', |
| 178 'common/system/chromeos/network/tray_sms.cc', | 178 'common/system/chromeos/network/tray_sms.cc', |
| 179 'common/system/chromeos/network/tray_sms.h', | 179 'common/system/chromeos/network/tray_sms.h', |
| 180 'common/system/chromeos/network/tray_vpn.cc', | 180 'common/system/chromeos/network/tray_vpn.cc', |
| 181 'common/system/chromeos/network/tray_vpn.h', | 181 'common/system/chromeos/network/tray_vpn.h', |
| 182 'common/system/chromeos/network/vpn_delegate.cc', | 182 'common/system/chromeos/network/vpn_delegate.cc', |
| 183 'common/system/chromeos/network/vpn_delegate.h', | 183 'common/system/chromeos/network/vpn_delegate.h', |
| 184 'common/system/chromeos/network/vpn_list_view.cc', | 184 'common/system/chromeos/network/vpn_list_view.cc', |
| 185 'common/system/chromeos/network/vpn_list_view.h', | 185 'common/system/chromeos/network/vpn_list_view.h', |
| 186 'common/system/chromeos/palette/common_palette_tool.cc', |
| 187 'common/system/chromeos/palette/common_palette_tool.h', |
| 186 'common/system/chromeos/palette/palette_ids.cc', | 188 'common/system/chromeos/palette/palette_ids.cc', |
| 187 'common/system/chromeos/palette/palette_ids.h', | 189 'common/system/chromeos/palette/palette_ids.h', |
| 188 'common/system/chromeos/palette/palette_tool.cc', | 190 'common/system/chromeos/palette/palette_tool.cc', |
| 189 'common/system/chromeos/palette/palette_tool.h', | 191 'common/system/chromeos/palette/palette_tool.h', |
| 190 'common/system/chromeos/palette/palette_tool_manager.cc', | 192 'common/system/chromeos/palette/palette_tool_manager.cc', |
| 191 'common/system/chromeos/palette/palette_tool_manager.h', | 193 'common/system/chromeos/palette/palette_tool_manager.h', |
| 192 'common/system/chromeos/palette/palette_tray.cc', | 194 'common/system/chromeos/palette/palette_tray.cc', |
| 193 'common/system/chromeos/palette/palette_tray.h', | 195 'common/system/chromeos/palette/palette_tray.h', |
| 194 'common/system/chromeos/power/battery_notification.cc', | 196 'common/system/chromeos/power/battery_notification.cc', |
| 195 'common/system/chromeos/power/battery_notification.h', | 197 'common/system/chromeos/power/battery_notification.h', |
| (...skipping 1279 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 |