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 }, | 9 }, |
10 'includes': [ | 10 'includes': [ |
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
342 'system/chromeos/screen_security/screen_tray_item.cc', | 342 'system/chromeos/screen_security/screen_tray_item.cc', |
343 'system/chromeos/screen_security/screen_tray_item.h', | 343 'system/chromeos/screen_security/screen_tray_item.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/system_clock_observer.cc', | 346 'system/chromeos/system_clock_observer.cc', |
347 'system/chromeos/system_clock_observer.h', | 347 'system/chromeos/system_clock_observer.h', |
348 'system/chromeos/tray_display.cc', | 348 'system/chromeos/tray_display.cc', |
349 'system/chromeos/tray_display.h', | 349 'system/chromeos/tray_display.h', |
350 'system/chromeos/tray_tracing.cc', | 350 'system/chromeos/tray_tracing.cc', |
351 'system/chromeos/tray_tracing.h', | 351 'system/chromeos/tray_tracing.h', |
| 352 'system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc', |
| 353 'system/chromeos/virtual_keyboard/virtual_keyboard_tray.h', |
352 'system/date/clock_observer.h', | 354 'system/date/clock_observer.h', |
353 'system/date/date_default_view.cc', | 355 'system/date/date_default_view.cc', |
354 'system/date/date_default_view.h', | 356 'system/date/date_default_view.h', |
355 'system/date/date_view.cc', | 357 'system/date/date_view.cc', |
356 'system/date/date_view.h', | 358 'system/date/date_view.h', |
357 'system/date/tray_date.cc', | 359 'system/date/tray_date.cc', |
358 'system/date/tray_date.h', | 360 'system/date/tray_date.h', |
359 'system/drive/drive_observer.h', | 361 'system/drive/drive_observer.h', |
360 'system/drive/tray_drive.cc', | 362 'system/drive/tray_drive.cc', |
361 'system/drive/tray_drive.h', | 363 'system/drive/tray_drive.h', |
(...skipping 751 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1113 }, | 1115 }, |
1114 }, | 1116 }, |
1115 'dependencies': [ | 1117 'dependencies': [ |
1116 '../sandbox/sandbox.gyp:sandbox', | 1118 '../sandbox/sandbox.gyp:sandbox', |
1117 ], | 1119 ], |
1118 }], | 1120 }], |
1119 ], | 1121 ], |
1120 }, | 1122 }, |
1121 ], | 1123 ], |
1122 } | 1124 } |
OLD | NEW |