| 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', |
| 456 'touch/touch_hud_debug.cc', | 460 'touch/touch_hud_debug.cc', |
| 457 'touch/touch_hud_debug.h', | 461 'touch/touch_hud_debug.h', |
| 458 'touch/touch_hud_projection.cc', | 462 'touch/touch_hud_projection.cc', |
| 459 'touch/touch_hud_projection.h', | 463 'touch/touch_hud_projection.h', |
| 460 'touch/touch_observer_hud.cc', | 464 'touch/touch_observer_hud.cc', |
| 461 'touch/touch_observer_hud.h', | 465 'touch/touch_observer_hud.h', |
| 462 'touch/touch_uma.cc', | 466 'touch/touch_uma.cc', |
| 463 'touch/touch_uma.h', | 467 'touch/touch_uma.h', |
| 464 'volume_control_delegate.h', | 468 'volume_control_delegate.h', |
| 465 'wm/app_list_controller.cc', | 469 'wm/app_list_controller.cc', |
| (...skipping 646 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1112 }, | 1116 }, |
| 1113 }, | 1117 }, |
| 1114 'dependencies': [ | 1118 'dependencies': [ |
| 1115 '../sandbox/sandbox.gyp:sandbox', | 1119 '../sandbox/sandbox.gyp:sandbox', |
| 1116 ], | 1120 ], |
| 1117 }], | 1121 }], |
| 1118 ], | 1122 ], |
| 1119 }, | 1123 }, |
| 1120 ], | 1124 ], |
| 1121 } | 1125 } |
| OLD | NEW |