| 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 446 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 457 'wm/panels/panel_layout_manager.cc', | 457 'wm/panels/panel_layout_manager.cc', |
| 458 'wm/panels/panel_layout_manager.h', | 458 'wm/panels/panel_layout_manager.h', |
| 459 'wm/panels/panel_window_event_handler.cc', | 459 'wm/panels/panel_window_event_handler.cc', |
| 460 'wm/panels/panel_window_event_handler.h', | 460 'wm/panels/panel_window_event_handler.h', |
| 461 'wm/panels/panel_window_resizer.cc', | 461 'wm/panels/panel_window_resizer.cc', |
| 462 'wm/panels/panel_window_resizer.h', | 462 'wm/panels/panel_window_resizer.h', |
| 463 'wm/partial_screenshot_view.cc', | 463 'wm/partial_screenshot_view.cc', |
| 464 'wm/partial_screenshot_view.h', | 464 'wm/partial_screenshot_view.h', |
| 465 'wm/power_button_controller.cc', | 465 'wm/power_button_controller.cc', |
| 466 'wm/power_button_controller.h', | 466 'wm/power_button_controller.h', |
| 467 'wm/property_util.cc', | |
| 468 'wm/property_util.h', | |
| 469 'wm/resize_shadow.cc', | 467 'wm/resize_shadow.cc', |
| 470 'wm/resize_shadow.h', | 468 'wm/resize_shadow.h', |
| 471 'wm/resize_shadow_controller.cc', | 469 'wm/resize_shadow_controller.cc', |
| 472 'wm/resize_shadow_controller.h', | 470 'wm/resize_shadow_controller.h', |
| 473 'wm/root_window_layout_manager.cc', | 471 'wm/root_window_layout_manager.cc', |
| 474 'wm/root_window_layout_manager.h', | 472 'wm/root_window_layout_manager.h', |
| 475 'wm/screen_dimmer.cc', | 473 'wm/screen_dimmer.cc', |
| 476 'wm/screen_dimmer.h', | 474 'wm/screen_dimmer.h', |
| 477 'wm/session_state_animator.cc', | 475 'wm/session_state_animator.cc', |
| 478 'wm/session_state_animator.h', | 476 'wm/session_state_animator.h', |
| (...skipping 20 matching lines...) Expand all Loading... |
| 499 'wm/user_activity_detector.h', | 497 'wm/user_activity_detector.h', |
| 500 'wm/user_activity_observer.h', | 498 'wm/user_activity_observer.h', |
| 501 'wm/video_detector.cc', | 499 'wm/video_detector.cc', |
| 502 'wm/video_detector.h', | 500 'wm/video_detector.h', |
| 503 'wm/window_animations.cc', | 501 'wm/window_animations.cc', |
| 504 'wm/window_animations.h', | 502 'wm/window_animations.h', |
| 505 'wm/window_cycle_controller.cc', | 503 'wm/window_cycle_controller.cc', |
| 506 'wm/window_cycle_controller.h', | 504 'wm/window_cycle_controller.h', |
| 507 'wm/window_cycle_list.cc', | 505 'wm/window_cycle_list.cc', |
| 508 'wm/window_cycle_list.h', | 506 'wm/window_cycle_list.h', |
| 509 'wm/window_settings.cc', | 507 'wm/window_state.cc', |
| 510 'wm/window_settings.h', | 508 'wm/window_state.h', |
| 511 'wm/window_properties.cc', | 509 'wm/window_properties.cc', |
| 512 'wm/window_properties.h', | 510 'wm/window_properties.h', |
| 513 'wm/window_resizer.cc', | 511 'wm/window_resizer.cc', |
| 514 'wm/window_resizer.h', | 512 'wm/window_resizer.h', |
| 515 'wm/window_util.cc', | 513 'wm/window_util.cc', |
| 516 'wm/window_util.h', | 514 'wm/window_util.h', |
| 517 'wm/workspace_controller.cc', | 515 'wm/workspace_controller.cc', |
| 518 'wm/workspace_controller.h', | 516 'wm/workspace_controller.h', |
| 519 'wm/workspace/auto_window_management.cc', | 517 'wm/workspace/auto_window_management.cc', |
| 520 'wm/workspace/auto_window_management.h', | 518 'wm/workspace/auto_window_management.h', |
| (...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 894 }, | 892 }, |
| 895 }, | 893 }, |
| 896 'dependencies': [ | 894 'dependencies': [ |
| 897 '../sandbox/sandbox.gyp:sandbox', | 895 '../sandbox/sandbox.gyp:sandbox', |
| 898 ], | 896 ], |
| 899 }], | 897 }], |
| 900 ], | 898 ], |
| 901 }, | 899 }, |
| 902 ], | 900 ], |
| 903 } | 901 } |
| OLD | NEW |