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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
137 'display/shared_display_edge_indicator.cc', | 137 'display/shared_display_edge_indicator.cc', |
138 'display/shared_display_edge_indicator.h', | 138 'display/shared_display_edge_indicator.h', |
139 'display/virtual_keyboard_window_controller.cc', | 139 'display/virtual_keyboard_window_controller.cc', |
140 'display/virtual_keyboard_window_controller.h', | 140 'display/virtual_keyboard_window_controller.h', |
141 'drag_drop/drag_drop_controller.cc', | 141 'drag_drop/drag_drop_controller.cc', |
142 'drag_drop/drag_drop_controller.h', | 142 'drag_drop/drag_drop_controller.h', |
143 'drag_drop/drag_drop_tracker.cc', | 143 'drag_drop/drag_drop_tracker.cc', |
144 'drag_drop/drag_drop_tracker.h', | 144 'drag_drop/drag_drop_tracker.h', |
145 'drag_drop/drag_image_view.cc', | 145 'drag_drop/drag_image_view.cc', |
146 'drag_drop/drag_image_view.h', | 146 'drag_drop/drag_image_view.h', |
147 'event_rewriter_delegate.h', | |
148 'first_run/desktop_cleaner.cc', | 147 'first_run/desktop_cleaner.cc', |
149 'first_run/desktop_cleaner.h', | 148 'first_run/desktop_cleaner.h', |
150 'first_run/first_run_helper.cc', | 149 'first_run/first_run_helper.cc', |
151 'first_run/first_run_helper.h', | 150 'first_run/first_run_helper.h', |
152 'first_run/first_run_helper_impl.cc', | 151 'first_run/first_run_helper_impl.cc', |
153 'first_run/first_run_helper_impl.h', | 152 'first_run/first_run_helper_impl.h', |
154 'focus_cycler.cc', | 153 'focus_cycler.cc', |
155 'focus_cycler.h', | 154 'focus_cycler.h', |
156 'gpu_support.h', | 155 'gpu_support.h', |
157 'gpu_support_stub.cc', | 156 'gpu_support_stub.cc', |
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
485 'wm/dock/docked_window_resizer.cc', | 484 'wm/dock/docked_window_resizer.cc', |
486 'wm/dock/docked_window_resizer.h', | 485 'wm/dock/docked_window_resizer.h', |
487 'wm/drag_details.cc', | 486 'wm/drag_details.cc', |
488 'wm/drag_details.h', | 487 'wm/drag_details.h', |
489 'wm/drag_window_controller.cc', | 488 'wm/drag_window_controller.cc', |
490 'wm/drag_window_controller.h', | 489 'wm/drag_window_controller.h', |
491 'wm/drag_window_resizer.cc', | 490 'wm/drag_window_resizer.cc', |
492 'wm/drag_window_resizer.h', | 491 'wm/drag_window_resizer.h', |
493 'wm/event_client_impl.cc', | 492 'wm/event_client_impl.cc', |
494 'wm/event_client_impl.h', | 493 'wm/event_client_impl.h', |
495 'wm/event_rewriter_event_filter.cc', | |
496 'wm/event_rewriter_event_filter.h', | |
497 'wm/frame_border_hit_test_controller.cc', | 494 'wm/frame_border_hit_test_controller.cc', |
498 'wm/frame_border_hit_test_controller.h', | 495 'wm/frame_border_hit_test_controller.h', |
499 'wm/header_painter.cc', | 496 'wm/header_painter.cc', |
500 'wm/header_painter.h', | 497 'wm/header_painter.h', |
501 'wm/gestures/long_press_affordance_handler.cc', | 498 'wm/gestures/long_press_affordance_handler.cc', |
502 'wm/gestures/long_press_affordance_handler.h', | 499 'wm/gestures/long_press_affordance_handler.h', |
503 'wm/gestures/overview_gesture_handler.cc', | 500 'wm/gestures/overview_gesture_handler.cc', |
504 'wm/gestures/overview_gesture_handler.h', | 501 'wm/gestures/overview_gesture_handler.h', |
505 'wm/gestures/shelf_gesture_handler.cc', | 502 'wm/gestures/shelf_gesture_handler.cc', |
506 'wm/gestures/shelf_gesture_handler.h', | 503 'wm/gestures/shelf_gesture_handler.h', |
(...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1085 }, | 1082 }, |
1086 }, | 1083 }, |
1087 'dependencies': [ | 1084 'dependencies': [ |
1088 '../sandbox/sandbox.gyp:sandbox', | 1085 '../sandbox/sandbox.gyp:sandbox', |
1089 ], | 1086 ], |
1090 }], | 1087 }], |
1091 ], | 1088 ], |
1092 }, | 1089 }, |
1093 ], | 1090 ], |
1094 } | 1091 } |
OLD | NEW |