| 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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 276 'system/user/update_observer.h', | 276 'system/user/update_observer.h', |
| 277 'system/user/user_observer.h', | 277 'system/user/user_observer.h', |
| 278 'system/web_notification/web_notification_tray.cc', | 278 'system/web_notification/web_notification_tray.cc', |
| 279 'system/web_notification/web_notification_tray.h', | 279 'system/web_notification/web_notification_tray.h', |
| 280 'tooltips/tooltip_controller.cc', | 280 'tooltips/tooltip_controller.cc', |
| 281 'tooltips/tooltip_controller.h', | 281 'tooltips/tooltip_controller.h', |
| 282 'touch/touch_observer_hud.cc', | 282 'touch/touch_observer_hud.cc', |
| 283 'touch/touch_observer_hud.h', | 283 'touch/touch_observer_hud.h', |
| 284 'touch/touch_uma.cc', | 284 'touch/touch_uma.cc', |
| 285 'touch/touch_uma.h', | 285 'touch/touch_uma.h', |
| 286 'ui_controls_ash.cc', | |
| 287 'volume_control_delegate.h', | 286 'volume_control_delegate.h', |
| 288 'wm/app_list_controller.cc', | 287 'wm/app_list_controller.cc', |
| 289 'wm/app_list_controller.h', | 288 'wm/app_list_controller.h', |
| 290 'wm/activation_controller.cc', | 289 'wm/activation_controller.cc', |
| 291 'wm/activation_controller.h', | 290 'wm/activation_controller.h', |
| 292 'wm/activation_controller_delegate.h', | 291 'wm/activation_controller_delegate.h', |
| 293 'wm/always_on_top_controller.cc', | 292 'wm/always_on_top_controller.cc', |
| 294 'wm/always_on_top_controller.h', | 293 'wm/always_on_top_controller.h', |
| 295 'wm/ash_activation_controller.cc', | 294 'wm/ash_activation_controller.cc', |
| 296 'wm/ash_activation_controller.h', | 295 'wm/ash_activation_controller.h', |
| (...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 739 'shell/cocoa/app-Info.plist', | 738 'shell/cocoa/app-Info.plist', |
| 740 ], | 739 ], |
| 741 'xcode_settings': { | 740 'xcode_settings': { |
| 742 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 741 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 743 }, | 742 }, |
| 744 }], | 743 }], |
| 745 ], | 744 ], |
| 746 }, | 745 }, |
| 747 ], | 746 ], |
| 748 } | 747 } |
| OLD | NEW |