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 435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
446 'system/user/login_status.cc', | 446 'system/user/login_status.cc', |
447 'system/user/login_status.h', | 447 'system/user/login_status.h', |
448 'system/user/tray_user.cc', | 448 'system/user/tray_user.cc', |
449 'system/user/tray_user.h', | 449 'system/user/tray_user.h', |
450 'system/user/tray_user_separator.cc', | 450 'system/user/tray_user_separator.cc', |
451 'system/user/tray_user_separator.h', | 451 'system/user/tray_user_separator.h', |
452 'system/user/update_observer.h', | 452 'system/user/update_observer.h', |
453 'system/user/user_observer.h', | 453 'system/user/user_observer.h', |
454 'system/web_notification/web_notification_tray.cc', | 454 'system/web_notification/web_notification_tray.cc', |
455 'system/web_notification/web_notification_tray.h', | 455 'system/web_notification/web_notification_tray.h', |
456 'system/win/audio/tray_audio_delegate_win.cc', | |
457 'system/win/audio/tray_audio_delegate_win.h', | |
458 'system/win/audio/tray_audio_win.cc', | |
459 'system/win/audio/tray_audio_win.h', | |
460 'touch/touch_hud_debug.cc', | 456 'touch/touch_hud_debug.cc', |
461 'touch/touch_hud_debug.h', | 457 'touch/touch_hud_debug.h', |
462 'touch/touch_hud_projection.cc', | 458 'touch/touch_hud_projection.cc', |
463 'touch/touch_hud_projection.h', | 459 'touch/touch_hud_projection.h', |
464 'touch/touch_observer_hud.cc', | 460 'touch/touch_observer_hud.cc', |
465 'touch/touch_observer_hud.h', | 461 'touch/touch_observer_hud.h', |
466 'touch/touch_uma.cc', | 462 'touch/touch_uma.cc', |
467 'touch/touch_uma.h', | 463 'touch/touch_uma.h', |
468 'volume_control_delegate.h', | 464 'volume_control_delegate.h', |
469 'wm/app_list_controller.cc', | 465 'wm/app_list_controller.cc', |
(...skipping 646 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1116 }, | 1112 }, |
1117 }, | 1113 }, |
1118 'dependencies': [ | 1114 'dependencies': [ |
1119 '../sandbox/sandbox.gyp:sandbox', | 1115 '../sandbox/sandbox.gyp:sandbox', |
1120 ], | 1116 ], |
1121 }], | 1117 }], |
1122 ], | 1118 ], |
1123 }, | 1119 }, |
1124 ], | 1120 ], |
1125 } | 1121 } |
OLD | NEW |