| 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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 220 'wm/app_list_controller.cc', | 220 'wm/app_list_controller.cc', |
| 221 'wm/app_list_controller.h', | 221 'wm/app_list_controller.h', |
| 222 'wm/activation_controller.cc', | 222 'wm/activation_controller.cc', |
| 223 'wm/activation_controller.h', | 223 'wm/activation_controller.h', |
| 224 'wm/always_on_top_controller.cc', | 224 'wm/always_on_top_controller.cc', |
| 225 'wm/always_on_top_controller.h', | 225 'wm/always_on_top_controller.h', |
| 226 'wm/base_layout_manager.cc', | 226 'wm/base_layout_manager.cc', |
| 227 'wm/base_layout_manager.h', | 227 'wm/base_layout_manager.h', |
| 228 'wm/capture_controller.cc', | 228 'wm/capture_controller.cc', |
| 229 'wm/capture_controller.h', | 229 'wm/capture_controller.h', |
| 230 'wm/cursor_manager.cc', |
| 231 'wm/cursor_manager.h', |
| 230 'wm/custom_frame_view_ash.cc', | 232 'wm/custom_frame_view_ash.cc', |
| 231 'wm/custom_frame_view_ash.h', | 233 'wm/custom_frame_view_ash.h', |
| 232 'wm/default_window_resizer.cc', | 234 'wm/default_window_resizer.cc', |
| 233 'wm/default_window_resizer.h', | 235 'wm/default_window_resizer.h', |
| 234 'wm/dialog_frame_view.cc', | 236 'wm/dialog_frame_view.cc', |
| 235 'wm/dialog_frame_view.h', | 237 'wm/dialog_frame_view.h', |
| 236 'wm/event_client_impl.cc', | 238 'wm/event_client_impl.cc', |
| 237 'wm/event_client_impl.h', | 239 'wm/event_client_impl.h', |
| 238 'wm/event_rewriter_event_filter.cc', | 240 'wm/event_rewriter_event_filter.cc', |
| 239 'wm/event_rewriter_event_filter.h', | 241 'wm/event_rewriter_event_filter.h', |
| (...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 598 'shell/cocoa/app-Info.plist', | 600 'shell/cocoa/app-Info.plist', |
| 599 ], | 601 ], |
| 600 'xcode_settings': { | 602 'xcode_settings': { |
| 601 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 603 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 602 }, | 604 }, |
| 603 }], | 605 }], |
| 604 ], | 606 ], |
| 605 }, | 607 }, |
| 606 ], | 608 ], |
| 607 } | 609 } |
| OLD | NEW |