| 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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 298 'wm/capture_controller.cc', | 298 'wm/capture_controller.cc', |
| 299 'wm/capture_controller.h', | 299 'wm/capture_controller.h', |
| 300 'wm/coordinate_conversion.cc', | 300 'wm/coordinate_conversion.cc', |
| 301 'wm/coordinate_conversion.h', | 301 'wm/coordinate_conversion.h', |
| 302 'wm/cursor_manager.cc', | 302 'wm/cursor_manager.cc', |
| 303 'wm/cursor_manager.h', | 303 'wm/cursor_manager.h', |
| 304 'wm/custom_frame_view_ash.cc', | 304 'wm/custom_frame_view_ash.cc', |
| 305 'wm/custom_frame_view_ash.h', | 305 'wm/custom_frame_view_ash.h', |
| 306 'wm/default_window_resizer.cc', | 306 'wm/default_window_resizer.cc', |
| 307 'wm/default_window_resizer.h', | 307 'wm/default_window_resizer.h', |
| 308 'wm/dialog_frame_view.cc', | |
| 309 'wm/dialog_frame_view.h', | |
| 310 'wm/drag_window_controller.cc', | 308 'wm/drag_window_controller.cc', |
| 311 'wm/drag_window_controller.h', | 309 'wm/drag_window_controller.h', |
| 312 'wm/drag_window_resizer.cc', | 310 'wm/drag_window_resizer.cc', |
| 313 'wm/drag_window_resizer.h', | 311 'wm/drag_window_resizer.h', |
| 314 'wm/event_client_impl.cc', | 312 'wm/event_client_impl.cc', |
| 315 'wm/event_client_impl.h', | 313 'wm/event_client_impl.h', |
| 316 'wm/event_rewriter_event_filter.cc', | 314 'wm/event_rewriter_event_filter.cc', |
| 317 'wm/event_rewriter_event_filter.h', | 315 'wm/event_rewriter_event_filter.h', |
| 318 'wm/frame_painter.cc', | 316 'wm/frame_painter.cc', |
| 319 'wm/frame_painter.h', | 317 'wm/frame_painter.h', |
| (...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 736 'shell/cocoa/app-Info.plist', | 734 'shell/cocoa/app-Info.plist', |
| 737 ], | 735 ], |
| 738 'xcode_settings': { | 736 'xcode_settings': { |
| 739 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 737 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 740 }, | 738 }, |
| 741 }], | 739 }], |
| 742 ], | 740 ], |
| 743 }, | 741 }, |
| 744 ], | 742 ], |
| 745 } | 743 } |
| OLD | NEW |