| 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 476 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 487 'system/user/tray_user_separator.cc', | 487 'system/user/tray_user_separator.cc', |
| 488 'system/user/tray_user_separator.h', | 488 'system/user/tray_user_separator.h', |
| 489 'system/user/update_observer.h', | 489 'system/user/update_observer.h', |
| 490 'system/user/user_observer.h', | 490 'system/user/user_observer.h', |
| 491 'system/web_notification/web_notification_tray.cc', | 491 'system/web_notification/web_notification_tray.cc', |
| 492 'system/web_notification/web_notification_tray.h', | 492 'system/web_notification/web_notification_tray.h', |
| 493 'system/win/audio/tray_audio_delegate_win.cc', | 493 'system/win/audio/tray_audio_delegate_win.cc', |
| 494 'system/win/audio/tray_audio_delegate_win.h', | 494 'system/win/audio/tray_audio_delegate_win.h', |
| 495 'system/win/audio/tray_audio_win.cc', | 495 'system/win/audio/tray_audio_win.cc', |
| 496 'system/win/audio/tray_audio_win.h', | 496 'system/win/audio/tray_audio_win.h', |
| 497 'touch/touch_exploration_controller.cc', |
| 498 'touch/touch_exploration_controller.h', |
| 497 'touch/touch_hud_debug.cc', | 499 'touch/touch_hud_debug.cc', |
| 498 'touch/touch_hud_debug.h', | 500 'touch/touch_hud_debug.h', |
| 499 'touch/touch_hud_projection.cc', | 501 'touch/touch_hud_projection.cc', |
| 500 'touch/touch_hud_projection.h', | 502 'touch/touch_hud_projection.h', |
| 501 'touch/touch_observer_hud.cc', | 503 'touch/touch_observer_hud.cc', |
| 502 'touch/touch_observer_hud.h', | 504 'touch/touch_observer_hud.h', |
| 503 'touch/touch_uma.cc', | 505 'touch/touch_uma.cc', |
| 504 'touch/touch_uma.h', | 506 'touch/touch_uma.h', |
| 505 'volume_control_delegate.h', | 507 'volume_control_delegate.h', |
| 506 'wm/app_list_controller.cc', | 508 'wm/app_list_controller.cc', |
| (...skipping 630 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1137 }], | 1139 }], |
| 1138 ['chromeos==1', { | 1140 ['chromeos==1', { |
| 1139 'dependencies': [ | 1141 'dependencies': [ |
| 1140 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 1142 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 1141 ], | 1143 ], |
| 1142 }], | 1144 }], |
| 1143 ], | 1145 ], |
| 1144 }, | 1146 }, |
| 1145 ], | 1147 ], |
| 1146 } | 1148 } |
| OLD | NEW |