| 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 465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 476 'system/tray/tray_popup_label_button.h', | 476 'system/tray/tray_popup_label_button.h', |
| 477 'system/tray/tray_popup_label_button_border.cc', | 477 'system/tray/tray_popup_label_button_border.cc', |
| 478 'system/tray/tray_popup_label_button_border.h', | 478 'system/tray/tray_popup_label_button_border.h', |
| 479 'system/tray/tray_utils.cc', | 479 'system/tray/tray_utils.cc', |
| 480 'system/tray/tray_utils.h', | 480 'system/tray/tray_utils.h', |
| 481 'system/tray/view_click_listener.h', | 481 'system/tray/view_click_listener.h', |
| 482 'system/tray_accessibility.cc', | 482 'system/tray_accessibility.cc', |
| 483 'system/tray_accessibility.h', | 483 'system/tray_accessibility.h', |
| 484 'system/tray_update.cc', | 484 'system/tray_update.cc', |
| 485 'system/tray_update.h', | 485 'system/tray_update.h', |
| 486 'system/user/accounts_detailed_view.cc', |
| 487 'system/user/accounts_detailed_view.h', |
| 488 'system/user/config.cc', |
| 489 'system/user/config.h', |
| 490 'system/user/button_from_view.cc', |
| 491 'system/user/button_from_view.h', |
| 486 'system/user/login_status.cc', | 492 'system/user/login_status.cc', |
| 487 'system/user/login_status.h', | 493 'system/user/login_status.h', |
| 494 'system/user/rounded_image_view.cc', |
| 495 'system/user/rounded_image_view.h', |
| 488 'system/user/tray_user.cc', | 496 'system/user/tray_user.cc', |
| 489 'system/user/tray_user.h', | 497 'system/user/tray_user.h', |
| 490 'system/user/tray_user_separator.cc', | 498 'system/user/tray_user_separator.cc', |
| 491 'system/user/tray_user_separator.h', | 499 'system/user/tray_user_separator.h', |
| 492 'system/user/update_observer.h', | 500 'system/user/update_observer.h', |
| 493 'system/user/user_observer.h', | 501 'system/user/user_observer.h', |
| 502 'system/user/user_accounts_delegate.cc', |
| 503 'system/user/user_accounts_delegate.h', |
| 504 'system/user/user_card_view.cc', |
| 505 'system/user/user_card_view.h', |
| 506 'system/user/user_view.cc', |
| 507 'system/user/user_view.h', |
| 494 'system/web_notification/web_notification_tray.cc', | 508 'system/web_notification/web_notification_tray.cc', |
| 495 'system/web_notification/web_notification_tray.h', | 509 'system/web_notification/web_notification_tray.h', |
| 496 'system/win/audio/tray_audio_delegate_win.cc', | 510 'system/win/audio/tray_audio_delegate_win.cc', |
| 497 'system/win/audio/tray_audio_delegate_win.h', | 511 'system/win/audio/tray_audio_delegate_win.h', |
| 498 'system/win/audio/tray_audio_win.cc', | 512 'system/win/audio/tray_audio_win.cc', |
| 499 'system/win/audio/tray_audio_win.h', | 513 'system/win/audio/tray_audio_win.h', |
| 500 'touch/touch_hud_debug.cc', | 514 'touch/touch_hud_debug.cc', |
| 501 'touch/touch_hud_debug.h', | 515 'touch/touch_hud_debug.h', |
| 502 'touch/touch_hud_projection.cc', | 516 'touch/touch_hud_projection.cc', |
| 503 'touch/touch_hud_projection.h', | 517 'touch/touch_hud_projection.h', |
| (...skipping 640 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1144 }], | 1158 }], |
| 1145 ['chromeos==1', { | 1159 ['chromeos==1', { |
| 1146 'dependencies': [ | 1160 'dependencies': [ |
| 1147 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 1161 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 1148 ], | 1162 ], |
| 1149 }], | 1163 }], |
| 1150 ], | 1164 ], |
| 1151 }, | 1165 }, |
| 1152 ], | 1166 ], |
| 1153 } | 1167 } |
| OLD | NEW |