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 468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
479 'system/tray_update.cc', | 479 'system/tray_update.cc', |
480 'system/tray_update.h', | 480 'system/tray_update.h', |
481 'system/user/login_status.cc', | 481 'system/user/login_status.cc', |
482 'system/user/login_status.h', | 482 'system/user/login_status.h', |
483 'system/user/tray_user.cc', | 483 'system/user/tray_user.cc', |
484 'system/user/tray_user.h', | 484 'system/user/tray_user.h', |
485 'system/user/tray_user_separator.cc', | 485 'system/user/tray_user_separator.cc', |
486 'system/user/tray_user_separator.h', | 486 'system/user/tray_user_separator.h', |
487 'system/user/update_observer.h', | 487 'system/user/update_observer.h', |
488 'system/user/user_observer.h', | 488 'system/user/user_observer.h', |
| 489 'system/user/user_accounts_delegate.cc', |
| 490 'system/user/user_accounts_delegate.h', |
489 'system/web_notification/web_notification_tray.cc', | 491 'system/web_notification/web_notification_tray.cc', |
490 'system/web_notification/web_notification_tray.h', | 492 'system/web_notification/web_notification_tray.h', |
491 'system/win/audio/tray_audio_delegate_win.cc', | 493 'system/win/audio/tray_audio_delegate_win.cc', |
492 'system/win/audio/tray_audio_delegate_win.h', | 494 'system/win/audio/tray_audio_delegate_win.h', |
493 'system/win/audio/tray_audio_win.cc', | 495 'system/win/audio/tray_audio_win.cc', |
494 'system/win/audio/tray_audio_win.h', | 496 'system/win/audio/tray_audio_win.h', |
495 'touch/touch_hud_debug.cc', | 497 'touch/touch_hud_debug.cc', |
496 'touch/touch_hud_debug.h', | 498 'touch/touch_hud_debug.h', |
497 'touch/touch_hud_projection.cc', | 499 'touch/touch_hud_projection.cc', |
498 'touch/touch_hud_projection.h', | 500 'touch/touch_hud_projection.h', |
(...skipping 642 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1141 }], | 1143 }], |
1142 ['chromeos==1', { | 1144 ['chromeos==1', { |
1143 'dependencies': [ | 1145 'dependencies': [ |
1144 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 1146 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
1145 ], | 1147 ], |
1146 }], | 1148 }], |
1147 ], | 1149 ], |
1148 }, | 1150 }, |
1149 ], | 1151 ], |
1150 } | 1152 } |
OLD | NEW |