| 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 325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 336 'system/tray_update.cc', | 336 'system/tray_update.cc', |
| 337 'system/tray_update.h', | 337 'system/tray_update.h', |
| 338 'system/user/login_status.cc', | 338 'system/user/login_status.cc', |
| 339 'system/user/login_status.h', | 339 'system/user/login_status.h', |
| 340 'system/user/tray_user.cc', | 340 'system/user/tray_user.cc', |
| 341 'system/user/tray_user.h', | 341 'system/user/tray_user.h', |
| 342 'system/user/update_observer.h', | 342 'system/user/update_observer.h', |
| 343 'system/user/user_observer.h', | 343 'system/user/user_observer.h', |
| 344 'system/web_notification/web_notification_tray.cc', | 344 'system/web_notification/web_notification_tray.cc', |
| 345 'system/web_notification/web_notification_tray.h', | 345 'system/web_notification/web_notification_tray.h', |
| 346 'touch/touch_hud_debug.cc', |
| 347 'touch/touch_hud_debug.h', |
| 348 'touch/touch_hud_projection.cc', |
| 349 'touch/touch_hud_projection.h', |
| 346 'touch/touch_observer_hud.cc', | 350 'touch/touch_observer_hud.cc', |
| 347 'touch/touch_observer_hud.h', | 351 'touch/touch_observer_hud.h', |
| 348 'touch/touch_uma.cc', | 352 'touch/touch_uma.cc', |
| 349 'touch/touch_uma.h', | 353 'touch/touch_uma.h', |
| 350 'volume_control_delegate.h', | 354 'volume_control_delegate.h', |
| 351 'wm/app_list_controller.cc', | 355 'wm/app_list_controller.cc', |
| 352 'wm/app_list_controller.h', | 356 'wm/app_list_controller.h', |
| 353 'wm/activation_controller.cc', | 357 'wm/activation_controller.cc', |
| 354 'wm/activation_controller.h', | 358 'wm/activation_controller.h', |
| 355 'wm/activation_controller_delegate.h', | 359 'wm/activation_controller_delegate.h', |
| (...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 877 'shell/cocoa/app-Info.plist', | 881 'shell/cocoa/app-Info.plist', |
| 878 ], | 882 ], |
| 879 'xcode_settings': { | 883 'xcode_settings': { |
| 880 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 884 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 881 }, | 885 }, |
| 882 }], | 886 }], |
| 883 ], | 887 ], |
| 884 }, | 888 }, |
| 885 ], | 889 ], |
| 886 } | 890 } |
| OLD | NEW |