| 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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 284 'wm/coordinate_conversion.cc', | 284 'wm/coordinate_conversion.cc', |
| 285 'wm/coordinate_conversion.h', | 285 'wm/coordinate_conversion.h', |
| 286 'wm/cursor_manager.cc', | 286 'wm/cursor_manager.cc', |
| 287 'wm/cursor_manager.h', | 287 'wm/cursor_manager.h', |
| 288 'wm/custom_frame_view_ash.cc', | 288 'wm/custom_frame_view_ash.cc', |
| 289 'wm/custom_frame_view_ash.h', | 289 'wm/custom_frame_view_ash.h', |
| 290 'wm/default_window_resizer.cc', | 290 'wm/default_window_resizer.cc', |
| 291 'wm/default_window_resizer.h', | 291 'wm/default_window_resizer.h', |
| 292 'wm/dialog_frame_view.cc', | 292 'wm/dialog_frame_view.cc', |
| 293 'wm/dialog_frame_view.h', | 293 'wm/dialog_frame_view.h', |
| 294 'wm/drag_window_controller.cc', |
| 295 'wm/drag_window_controller.h', |
| 294 'wm/event_client_impl.cc', | 296 'wm/event_client_impl.cc', |
| 295 'wm/event_client_impl.h', | 297 'wm/event_client_impl.h', |
| 296 'wm/event_rewriter_event_filter.cc', | 298 'wm/event_rewriter_event_filter.cc', |
| 297 'wm/event_rewriter_event_filter.h', | 299 'wm/event_rewriter_event_filter.h', |
| 298 'wm/frame_painter.cc', | 300 'wm/frame_painter.cc', |
| 299 'wm/frame_painter.h', | 301 'wm/frame_painter.h', |
| 300 'wm/gestures/bezel_gesture_handler.cc', | 302 'wm/gestures/bezel_gesture_handler.cc', |
| 301 'wm/gestures/bezel_gesture_handler.h', | 303 'wm/gestures/bezel_gesture_handler.h', |
| 302 'wm/gestures/long_press_affordance_handler.cc', | 304 'wm/gestures/long_press_affordance_handler.cc', |
| 303 'wm/gestures/long_press_affordance_handler.h', | 305 'wm/gestures/long_press_affordance_handler.h', |
| (...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 703 'shell/cocoa/app-Info.plist', | 705 'shell/cocoa/app-Info.plist', |
| 704 ], | 706 ], |
| 705 'xcode_settings': { | 707 'xcode_settings': { |
| 706 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 708 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 707 }, | 709 }, |
| 708 }], | 710 }], |
| 709 ], | 711 ], |
| 710 }, | 712 }, |
| 711 ], | 713 ], |
| 712 } | 714 } |
| OLD | NEW |