| 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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 266 'volume_control_delegate.h', | 266 'volume_control_delegate.h', |
| 267 'wm/app_list_controller.cc', | 267 'wm/app_list_controller.cc', |
| 268 'wm/app_list_controller.h', | 268 'wm/app_list_controller.h', |
| 269 'wm/activation_controller.cc', | 269 'wm/activation_controller.cc', |
| 270 'wm/activation_controller.h', | 270 'wm/activation_controller.h', |
| 271 'wm/activation_controller_delegate.h', | 271 'wm/activation_controller_delegate.h', |
| 272 'wm/always_on_top_controller.cc', | 272 'wm/always_on_top_controller.cc', |
| 273 'wm/always_on_top_controller.h', | 273 'wm/always_on_top_controller.h', |
| 274 'wm/ash_activation_controller.cc', | 274 'wm/ash_activation_controller.cc', |
| 275 'wm/ash_activation_controller.h', | 275 'wm/ash_activation_controller.h', |
| 276 'wm/ash_focus_rules.cc', |
| 277 'wm/ash_focus_rules.h', |
| 276 'wm/base_layout_manager.cc', | 278 'wm/base_layout_manager.cc', |
| 277 'wm/base_layout_manager.h', | 279 'wm/base_layout_manager.h', |
| 278 'wm/boot_splash_screen.cc', | 280 'wm/boot_splash_screen.cc', |
| 279 'wm/boot_splash_screen.h', | 281 'wm/boot_splash_screen.h', |
| 280 'wm/capture_controller.cc', | 282 'wm/capture_controller.cc', |
| 281 'wm/capture_controller.h', | 283 'wm/capture_controller.h', |
| 282 'wm/coordinate_conversion.cc', | 284 'wm/coordinate_conversion.cc', |
| 283 'wm/coordinate_conversion.h', | 285 'wm/coordinate_conversion.h', |
| 284 'wm/cursor_manager.cc', | 286 'wm/cursor_manager.cc', |
| 285 'wm/cursor_manager.h', | 287 'wm/cursor_manager.h', |
| (...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 705 'shell/cocoa/app-Info.plist', | 707 'shell/cocoa/app-Info.plist', |
| 706 ], | 708 ], |
| 707 'xcode_settings': { | 709 'xcode_settings': { |
| 708 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 710 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 709 }, | 711 }, |
| 710 }], | 712 }], |
| 711 ], | 713 ], |
| 712 }, | 714 }, |
| 713 ], | 715 ], |
| 714 } | 716 } |
| OLD | NEW |