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 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
351 'system/chromeos/tray_tracing.h', | 351 'system/chromeos/tray_tracing.h', |
352 'system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc', | 352 'system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc', |
353 'system/chromeos/virtual_keyboard/virtual_keyboard_tray.h', | 353 'system/chromeos/virtual_keyboard/virtual_keyboard_tray.h', |
354 'system/date/clock_observer.h', | 354 'system/date/clock_observer.h', |
355 'system/date/date_default_view.cc', | 355 'system/date/date_default_view.cc', |
356 'system/date/date_default_view.h', | 356 'system/date/date_default_view.h', |
357 'system/date/date_view.cc', | 357 'system/date/date_view.cc', |
358 'system/date/date_view.h', | 358 'system/date/date_view.h', |
359 'system/date/tray_date.cc', | 359 'system/date/tray_date.cc', |
360 'system/date/tray_date.h', | 360 'system/date/tray_date.h', |
361 'system/drive/drive_observer.h', | |
362 'system/drive/tray_drive.cc', | |
363 'system/drive/tray_drive.h', | |
364 'system/ime/ime_observer.h', | 361 'system/ime/ime_observer.h', |
365 'system/ime/tray_ime.cc', | 362 'system/ime/tray_ime.cc', |
366 'system/ime/tray_ime.h', | 363 'system/ime/tray_ime.h', |
367 'system/keyboard_brightness/keyboard_brightness_control_delegate.h', | 364 'system/keyboard_brightness/keyboard_brightness_control_delegate.h', |
368 'system/locale/locale_notification_controller.cc', | 365 'system/locale/locale_notification_controller.cc', |
369 'system/locale/locale_notification_controller.h', | 366 'system/locale/locale_notification_controller.h', |
370 'system/overview/overview_button_tray.h', | 367 'system/overview/overview_button_tray.h', |
371 'system/overview/overview_button_tray.cc', | 368 'system/overview/overview_button_tray.cc', |
372 'system/status_area_widget.cc', | 369 'system/status_area_widget.cc', |
373 'system/status_area_widget.h', | 370 'system/status_area_widget.h', |
(...skipping 872 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1246 'conditions': [ | 1243 'conditions': [ |
1247 ['chromeos==1', { | 1244 ['chromeos==1', { |
1248 'dependencies': [ | 1245 'dependencies': [ |
1249 '../ui/display/display.gyp:display', | 1246 '../ui/display/display.gyp:display', |
1250 ], | 1247 ], |
1251 }], | 1248 }], |
1252 ], | 1249 ], |
1253 }, | 1250 }, |
1254 ], | 1251 ], |
1255 } | 1252 } |
OLD | NEW |