| 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 | 10 |
| (...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 313 'wm/visibility_controller.cc', | 313 'wm/visibility_controller.cc', |
| 314 'wm/visibility_controller.h', | 314 'wm/visibility_controller.h', |
| 315 'wm/window_animations.cc', | 315 'wm/window_animations.cc', |
| 316 'wm/window_animations.h', | 316 'wm/window_animations.h', |
| 317 'wm/window_cycle_controller.cc', | 317 'wm/window_cycle_controller.cc', |
| 318 'wm/window_cycle_controller.h', | 318 'wm/window_cycle_controller.h', |
| 319 'wm/window_cycle_list.cc', | 319 'wm/window_cycle_list.cc', |
| 320 'wm/window_cycle_list.h', | 320 'wm/window_cycle_list.h', |
| 321 'wm/window_frame.cc', | 321 'wm/window_frame.cc', |
| 322 'wm/window_frame.h', | 322 'wm/window_frame.h', |
| 323 'wm/window_manager_extension.cc', |
| 324 'wm/window_manager_extension.h', |
| 323 'wm/window_modality_controller.cc', | 325 'wm/window_modality_controller.cc', |
| 324 'wm/window_modality_controller.h', | 326 'wm/window_modality_controller.h', |
| 325 'wm/window_properties.cc', | 327 'wm/window_properties.cc', |
| 326 'wm/window_properties.h', | 328 'wm/window_properties.h', |
| 327 'wm/window_resizer.cc', | 329 'wm/window_resizer.cc', |
| 328 'wm/window_resizer.h', | 330 'wm/window_resizer.h', |
| 329 'wm/window_util.cc', | 331 'wm/window_util.cc', |
| 330 'wm/window_util.h', | 332 'wm/window_util.h', |
| 331 'wm/workspace_controller.cc', | 333 'wm/workspace_controller.cc', |
| 332 'wm/workspace_controller.h', | 334 'wm/workspace_controller.h', |
| (...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 604 'shell/cocoa/app-Info.plist', | 606 'shell/cocoa/app-Info.plist', |
| 605 ], | 607 ], |
| 606 'xcode_settings': { | 608 'xcode_settings': { |
| 607 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 609 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 608 }, | 610 }, |
| 609 }], | 611 }], |
| 610 ], | 612 ], |
| 611 }, | 613 }, |
| 612 ], | 614 ], |
| 613 } | 615 } |
| OLD | NEW |