| 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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 229 'wm/app_list_controller.cc', | 229 'wm/app_list_controller.cc', |
| 230 'wm/app_list_controller.h', | 230 'wm/app_list_controller.h', |
| 231 'wm/activation_controller.cc', | 231 'wm/activation_controller.cc', |
| 232 'wm/activation_controller.h', | 232 'wm/activation_controller.h', |
| 233 'wm/always_on_top_controller.cc', | 233 'wm/always_on_top_controller.cc', |
| 234 'wm/always_on_top_controller.h', | 234 'wm/always_on_top_controller.h', |
| 235 'wm/base_layout_manager.cc', | 235 'wm/base_layout_manager.cc', |
| 236 'wm/base_layout_manager.h', | 236 'wm/base_layout_manager.h', |
| 237 'wm/capture_controller.cc', | 237 'wm/capture_controller.cc', |
| 238 'wm/capture_controller.h', | 238 'wm/capture_controller.h', |
| 239 'wm/coordinate_conversion.cc', |
| 240 'wm/coordinate_conversion.h', |
| 239 'wm/cursor_manager.cc', | 241 'wm/cursor_manager.cc', |
| 240 'wm/cursor_manager.h', | 242 'wm/cursor_manager.h', |
| 241 'wm/custom_frame_view_ash.cc', | 243 'wm/custom_frame_view_ash.cc', |
| 242 'wm/custom_frame_view_ash.h', | 244 'wm/custom_frame_view_ash.h', |
| 243 'wm/default_window_resizer.cc', | 245 'wm/default_window_resizer.cc', |
| 244 'wm/default_window_resizer.h', | 246 'wm/default_window_resizer.h', |
| 245 'wm/dialog_frame_view.cc', | 247 'wm/dialog_frame_view.cc', |
| 246 'wm/dialog_frame_view.h', | 248 'wm/dialog_frame_view.h', |
| 247 'wm/event_client_impl.cc', | 249 'wm/event_client_impl.cc', |
| 248 'wm/event_client_impl.h', | 250 'wm/event_client_impl.h', |
| (...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 611 'shell/cocoa/app-Info.plist', | 613 'shell/cocoa/app-Info.plist', |
| 612 ], | 614 ], |
| 613 'xcode_settings': { | 615 'xcode_settings': { |
| 614 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 616 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 615 }, | 617 }, |
| 616 }], | 618 }], |
| 617 ], | 619 ], |
| 618 }, | 620 }, |
| 619 ], | 621 ], |
| 620 } | 622 } |
| OLD | NEW |