| 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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', | 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', |
| 9 # These files lists are shared with the GN build. | 9 # These files lists are shared with the GN build. |
| 10 'ash_sources': [ | 10 'ash_sources': [ |
| (...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 336 'system/chromeos/session/logout_button_tray.h', | 336 'system/chromeos/session/logout_button_tray.h', |
| 337 'system/chromeos/session/logout_confirmation_controller.cc', | 337 'system/chromeos/session/logout_confirmation_controller.cc', |
| 338 'system/chromeos/session/logout_confirmation_controller.h', | 338 'system/chromeos/session/logout_confirmation_controller.h', |
| 339 'system/chromeos/session/logout_confirmation_dialog.cc', | 339 'system/chromeos/session/logout_confirmation_dialog.cc', |
| 340 'system/chromeos/session/logout_confirmation_dialog.h', | 340 'system/chromeos/session/logout_confirmation_dialog.h', |
| 341 'system/chromeos/session/session_length_limit_observer.h', | 341 'system/chromeos/session/session_length_limit_observer.h', |
| 342 'system/chromeos/session/tray_session_length_limit.cc', | 342 'system/chromeos/session/tray_session_length_limit.cc', |
| 343 'system/chromeos/session/tray_session_length_limit.h', | 343 'system/chromeos/session/tray_session_length_limit.h', |
| 344 'system/chromeos/settings/tray_settings.cc', | 344 'system/chromeos/settings/tray_settings.cc', |
| 345 'system/chromeos/settings/tray_settings.h', | 345 'system/chromeos/settings/tray_settings.h', |
| 346 'system/chromeos/supervised/custodian_info_tray_observer.h', |
| 346 'system/chromeos/supervised/tray_supervised_user.cc', | 347 'system/chromeos/supervised/tray_supervised_user.cc', |
| 347 'system/chromeos/supervised/tray_supervised_user.h', | 348 'system/chromeos/supervised/tray_supervised_user.h', |
| 348 'system/chromeos/system_clock_observer.cc', | 349 'system/chromeos/system_clock_observer.cc', |
| 349 'system/chromeos/system_clock_observer.h', | 350 'system/chromeos/system_clock_observer.h', |
| 350 'system/chromeos/tray_caps_lock.cc', | 351 'system/chromeos/tray_caps_lock.cc', |
| 351 'system/chromeos/tray_caps_lock.h', | 352 'system/chromeos/tray_caps_lock.h', |
| 352 'system/chromeos/tray_display.cc', | 353 'system/chromeos/tray_display.cc', |
| 353 'system/chromeos/tray_display.h', | 354 'system/chromeos/tray_display.h', |
| 354 'system/chromeos/tray_tracing.cc', | 355 'system/chromeos/tray_tracing.cc', |
| 355 'system/chromeos/tray_tracing.h', | 356 'system/chromeos/tray_tracing.h', |
| (...skipping 933 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1289 '../build/isolate.gypi', | 1290 '../build/isolate.gypi', |
| 1290 ], | 1291 ], |
| 1291 'sources': [ | 1292 'sources': [ |
| 1292 'ash_unittests.isolate', | 1293 'ash_unittests.isolate', |
| 1293 ], | 1294 ], |
| 1294 }, | 1295 }, |
| 1295 ], | 1296 ], |
| 1296 }], | 1297 }], |
| 1297 ], | 1298 ], |
| 1298 } | 1299 } |
| OLD | NEW |