| 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 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 340 'system/tray_update.cc', | 340 'system/tray_update.cc', |
| 341 'system/tray_update.h', | 341 'system/tray_update.h', |
| 342 'system/user/login_status.cc', | 342 'system/user/login_status.cc', |
| 343 'system/user/login_status.h', | 343 'system/user/login_status.h', |
| 344 'system/user/tray_user.cc', | 344 'system/user/tray_user.cc', |
| 345 'system/user/tray_user.h', | 345 'system/user/tray_user.h', |
| 346 'system/user/update_observer.h', | 346 'system/user/update_observer.h', |
| 347 'system/user/user_observer.h', | 347 'system/user/user_observer.h', |
| 348 'system/web_notification/web_notification_tray.cc', | 348 'system/web_notification/web_notification_tray.cc', |
| 349 'system/web_notification/web_notification_tray.h', | 349 'system/web_notification/web_notification_tray.h', |
| 350 'touch/touch_hud_debug.cc', |
| 351 'touch/touch_hud_debug.h', |
| 352 'touch/touch_hud_projection.cc', |
| 353 'touch/touch_hud_projection.h', |
| 350 'touch/touch_observer_hud.cc', | 354 'touch/touch_observer_hud.cc', |
| 351 'touch/touch_observer_hud.h', | 355 'touch/touch_observer_hud.h', |
| 352 'touch/touch_uma.cc', | 356 'touch/touch_uma.cc', |
| 353 'touch/touch_uma.h', | 357 'touch/touch_uma.h', |
| 354 'volume_control_delegate.h', | 358 'volume_control_delegate.h', |
| 355 'wm/app_list_controller.cc', | 359 'wm/app_list_controller.cc', |
| 356 'wm/app_list_controller.h', | 360 'wm/app_list_controller.h', |
| 357 'wm/activation_controller.cc', | 361 'wm/activation_controller.cc', |
| 358 'wm/activation_controller.h', | 362 'wm/activation_controller.h', |
| 359 'wm/activation_controller_delegate.h', | 363 'wm/activation_controller_delegate.h', |
| (...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 886 'shell/cocoa/app-Info.plist', | 890 'shell/cocoa/app-Info.plist', |
| 887 ], | 891 ], |
| 888 'xcode_settings': { | 892 'xcode_settings': { |
| 889 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 893 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 890 }, | 894 }, |
| 891 }], | 895 }], |
| 892 ], | 896 ], |
| 893 }, | 897 }, |
| 894 ], | 898 ], |
| 895 } | 899 } |
| OLD | NEW |