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 448 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
459 'wm/coordinate_conversion.h', | 459 'wm/coordinate_conversion.h', |
460 'wm/custom_frame_view_ash.cc', | 460 'wm/custom_frame_view_ash.cc', |
461 'wm/custom_frame_view_ash.h', | 461 'wm/custom_frame_view_ash.h', |
462 'wm/default_window_resizer.cc', | 462 'wm/default_window_resizer.cc', |
463 'wm/default_window_resizer.h', | 463 'wm/default_window_resizer.h', |
464 'wm/dock/docked_window_layout_manager.cc', | 464 'wm/dock/docked_window_layout_manager.cc', |
465 'wm/dock/docked_window_layout_manager.h', | 465 'wm/dock/docked_window_layout_manager.h', |
466 'wm/dock/docked_window_layout_manager_observer.h', | 466 'wm/dock/docked_window_layout_manager_observer.h', |
467 'wm/dock/docked_window_resizer.cc', | 467 'wm/dock/docked_window_resizer.cc', |
468 'wm/dock/docked_window_resizer.h', | 468 'wm/dock/docked_window_resizer.h', |
| 469 'wm/drag_details.cc', |
| 470 'wm/drag_details.h', |
469 'wm/drag_window_controller.cc', | 471 'wm/drag_window_controller.cc', |
470 'wm/drag_window_controller.h', | 472 'wm/drag_window_controller.h', |
471 'wm/drag_window_resizer.cc', | 473 'wm/drag_window_resizer.cc', |
472 'wm/drag_window_resizer.h', | 474 'wm/drag_window_resizer.h', |
473 'wm/event_client_impl.cc', | 475 'wm/event_client_impl.cc', |
474 'wm/event_client_impl.h', | 476 'wm/event_client_impl.h', |
475 'wm/event_rewriter_event_filter.cc', | 477 'wm/event_rewriter_event_filter.cc', |
476 'wm/event_rewriter_event_filter.h', | 478 'wm/event_rewriter_event_filter.h', |
477 'wm/frame_border_hit_test_controller.cc', | 479 'wm/frame_border_hit_test_controller.cc', |
478 'wm/frame_border_hit_test_controller.h', | 480 'wm/frame_border_hit_test_controller.h', |
(...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1010 }, | 1012 }, |
1011 }, | 1013 }, |
1012 'dependencies': [ | 1014 'dependencies': [ |
1013 '../sandbox/sandbox.gyp:sandbox', | 1015 '../sandbox/sandbox.gyp:sandbox', |
1014 ], | 1016 ], |
1015 }], | 1017 }], |
1016 ], | 1018 ], |
1017 }, | 1019 }, |
1018 ], | 1020 ], |
1019 } | 1021 } |
OLD | NEW |