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 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
343 'system/chromeos/virtual_keyboard/virtual_keyboard_tray.h', | 343 'system/chromeos/virtual_keyboard/virtual_keyboard_tray.h', |
344 'system/chromeos/virtual_keyboard/virtual_keyboard_observer.h', | 344 'system/chromeos/virtual_keyboard/virtual_keyboard_observer.h', |
345 'system/date/clock_observer.h', | 345 'system/date/clock_observer.h', |
346 'system/date/date_default_view.cc', | 346 'system/date/date_default_view.cc', |
347 'system/date/date_default_view.h', | 347 'system/date/date_default_view.h', |
348 'system/date/date_view.cc', | 348 'system/date/date_view.cc', |
349 'system/date/date_view.h', | 349 'system/date/date_view.h', |
350 'system/date/tray_date.cc', | 350 'system/date/tray_date.cc', |
351 'system/date/tray_date.h', | 351 'system/date/tray_date.h', |
352 'system/ime/ime_observer.h', | 352 'system/ime/ime_observer.h', |
353 'system/ime/tray_ime.cc', | 353 'system/ime/tray_ime_chromeos.cc', |
354 'system/ime/tray_ime.h', | 354 'system/ime/tray_ime_chromeos.h', |
355 'system/keyboard_brightness/keyboard_brightness_control_delegate.h', | 355 'system/keyboard_brightness/keyboard_brightness_control_delegate.h', |
356 'system/locale/locale_notification_controller.cc', | 356 'system/locale/locale_notification_controller.cc', |
357 'system/locale/locale_notification_controller.h', | 357 'system/locale/locale_notification_controller.h', |
358 'system/overview/overview_button_tray.h', | 358 'system/overview/overview_button_tray.h', |
359 'system/overview/overview_button_tray.cc', | 359 'system/overview/overview_button_tray.cc', |
360 'system/status_area_widget.cc', | 360 'system/status_area_widget.cc', |
361 'system/status_area_widget.h', | 361 'system/status_area_widget.h', |
362 'system/status_area_widget_delegate.cc', | 362 'system/status_area_widget_delegate.cc', |
363 'system/status_area_widget_delegate.h', | 363 'system/status_area_widget_delegate.h', |
364 'system/system_notifier.cc', | 364 'system/system_notifier.cc', |
(...skipping 917 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1282 '../build/isolate.gypi', | 1282 '../build/isolate.gypi', |
1283 ], | 1283 ], |
1284 'sources': [ | 1284 'sources': [ |
1285 'ash_unittests.isolate', | 1285 'ash_unittests.isolate', |
1286 ], | 1286 ], |
1287 }, | 1287 }, |
1288 ], | 1288 ], |
1289 }], | 1289 }], |
1290 ], | 1290 ], |
1291 } | 1291 } |
OLD | NEW |