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 433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
444 'system/tray_update.cc', | 444 'system/tray_update.cc', |
445 'system/tray_update.h', | 445 'system/tray_update.h', |
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/virtual_keyboard/virtual_keyboard_tray.cc', | |
kevers
2014/03/03 16:58:45
Might be more appropriate to move to system/chrome
bshe
2014/03/03 20:24:03
Done.
| |
455 'system/virtual_keyboard/virtual_keyboard_tray.h', | |
454 'system/web_notification/web_notification_tray.cc', | 456 'system/web_notification/web_notification_tray.cc', |
455 'system/web_notification/web_notification_tray.h', | 457 'system/web_notification/web_notification_tray.h', |
456 'touch/touch_hud_debug.cc', | 458 'touch/touch_hud_debug.cc', |
457 'touch/touch_hud_debug.h', | 459 'touch/touch_hud_debug.h', |
458 'touch/touch_hud_projection.cc', | 460 'touch/touch_hud_projection.cc', |
459 'touch/touch_hud_projection.h', | 461 'touch/touch_hud_projection.h', |
460 'touch/touch_observer_hud.cc', | 462 'touch/touch_observer_hud.cc', |
461 'touch/touch_observer_hud.h', | 463 'touch/touch_observer_hud.h', |
462 'touch/touch_uma.cc', | 464 'touch/touch_uma.cc', |
463 'touch/touch_uma.h', | 465 'touch/touch_uma.h', |
(...skipping 649 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1113 }, | 1115 }, |
1114 }, | 1116 }, |
1115 'dependencies': [ | 1117 'dependencies': [ |
1116 '../sandbox/sandbox.gyp:sandbox', | 1118 '../sandbox/sandbox.gyp:sandbox', |
1117 ], | 1119 ], |
1118 }], | 1120 }], |
1119 ], | 1121 ], |
1120 }, | 1122 }, |
1121 ], | 1123 ], |
1122 } | 1124 } |
OLD | NEW |