| 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 404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 415 'wm/window_animations.cc', | 415 'wm/window_animations.cc', |
| 416 'wm/window_animations.h', | 416 'wm/window_animations.h', |
| 417 'wm/window_cycle_controller.cc', | 417 'wm/window_cycle_controller.cc', |
| 418 'wm/window_cycle_controller.h', | 418 'wm/window_cycle_controller.h', |
| 419 'wm/window_cycle_list.cc', | 419 'wm/window_cycle_list.cc', |
| 420 'wm/window_cycle_list.h', | 420 'wm/window_cycle_list.h', |
| 421 'wm/window_properties.cc', | 421 'wm/window_properties.cc', |
| 422 'wm/window_properties.h', | 422 'wm/window_properties.h', |
| 423 'wm/window_resizer.cc', | 423 'wm/window_resizer.cc', |
| 424 'wm/window_resizer.h', | 424 'wm/window_resizer.h', |
| 425 'wm/window_resizer_owner.h', |
| 425 'wm/window_util.cc', | 426 'wm/window_util.cc', |
| 426 'wm/window_util.h', | 427 'wm/window_util.h', |
| 427 'wm/workspace_controller.cc', | 428 'wm/workspace_controller.cc', |
| 428 'wm/workspace_controller.h', | 429 'wm/workspace_controller.h', |
| 429 'wm/workspace/auto_window_management.cc', | 430 'wm/workspace/auto_window_management.cc', |
| 430 'wm/workspace/auto_window_management.h', | 431 'wm/workspace/auto_window_management.h', |
| 431 'wm/workspace/colored_window_controller.cc', | 432 'wm/workspace/colored_window_controller.cc', |
| 432 'wm/workspace/colored_window_controller.h', | 433 'wm/workspace/colored_window_controller.h', |
| 433 'wm/workspace/desktop_background_fade_controller.cc', | 434 'wm/workspace/desktop_background_fade_controller.cc', |
| 434 'wm/workspace/desktop_background_fade_controller.h', | 435 'wm/workspace/desktop_background_fade_controller.h', |
| (...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 799 'shell/cocoa/app-Info.plist', | 800 'shell/cocoa/app-Info.plist', |
| 800 ], | 801 ], |
| 801 'xcode_settings': { | 802 'xcode_settings': { |
| 802 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 803 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 803 }, | 804 }, |
| 804 }], | 805 }], |
| 805 ], | 806 ], |
| 806 }, | 807 }, |
| 807 ], | 808 ], |
| 808 } | 809 } |
| OLD | NEW |