| 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 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 411 'wm/gestures/two_finger_drag_handler.h', | 411 'wm/gestures/two_finger_drag_handler.h', |
| 412 'wm/image_cursors.cc', | 412 'wm/image_cursors.cc', |
| 413 'wm/image_cursors.h', | 413 'wm/image_cursors.h', |
| 414 'wm/lock_state_controller.cc', | 414 'wm/lock_state_controller.cc', |
| 415 'wm/lock_state_controller.h', | 415 'wm/lock_state_controller.h', |
| 416 'wm/lock_state_controller_impl2.cc', | 416 'wm/lock_state_controller_impl2.cc', |
| 417 'wm/lock_state_controller_impl2.h', | 417 'wm/lock_state_controller_impl2.h', |
| 418 'wm/lock_state_observer.h', | 418 'wm/lock_state_observer.h', |
| 419 'wm/maximize_bubble_controller.cc', | 419 'wm/maximize_bubble_controller.cc', |
| 420 'wm/maximize_bubble_controller.h', | 420 'wm/maximize_bubble_controller.h', |
| 421 'wm/mru_window_tracker.cc', |
| 422 'wm/mru_window_tracker.h', |
| 421 'wm/overlay_event_filter.cc', | 423 'wm/overlay_event_filter.cc', |
| 422 'wm/overlay_event_filter.h', | 424 'wm/overlay_event_filter.h', |
| 423 'wm/panels/panel_frame_view.cc', | 425 'wm/panels/panel_frame_view.cc', |
| 424 'wm/panels/panel_frame_view.h', | 426 'wm/panels/panel_frame_view.h', |
| 425 'wm/panels/panel_layout_manager.cc', | 427 'wm/panels/panel_layout_manager.cc', |
| 426 'wm/panels/panel_layout_manager.h', | 428 'wm/panels/panel_layout_manager.h', |
| 427 'wm/panels/panel_window_event_handler.cc', | 429 'wm/panels/panel_window_event_handler.cc', |
| 428 'wm/panels/panel_window_event_handler.h', | 430 'wm/panels/panel_window_event_handler.h', |
| 429 'wm/panels/panel_window_resizer.cc', | 431 'wm/panels/panel_window_resizer.cc', |
| 430 'wm/panels/panel_window_resizer.h', | 432 'wm/panels/panel_window_resizer.h', |
| (...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 903 'shell/cocoa/app-Info.plist', | 905 'shell/cocoa/app-Info.plist', |
| 904 ], | 906 ], |
| 905 'xcode_settings': { | 907 'xcode_settings': { |
| 906 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 908 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 907 }, | 909 }, |
| 908 }], | 910 }], |
| 909 ], | 911 ], |
| 910 }, | 912 }, |
| 911 ], | 913 ], |
| 912 } | 914 } |
| OLD | NEW |