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 387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
398 'wm/base_layout_manager.cc', | 398 'wm/base_layout_manager.cc', |
399 'wm/base_layout_manager.h', | 399 'wm/base_layout_manager.h', |
400 'wm/boot_splash_screen_chromeos.cc', | 400 'wm/boot_splash_screen_chromeos.cc', |
401 'wm/boot_splash_screen_chromeos.h', | 401 'wm/boot_splash_screen_chromeos.h', |
402 'wm/caption_buttons/alternate_frame_caption_button.cc', | 402 'wm/caption_buttons/alternate_frame_caption_button.cc', |
403 'wm/caption_buttons/alternate_frame_caption_button.h', | 403 'wm/caption_buttons/alternate_frame_caption_button.h', |
404 'wm/caption_buttons/frame_caption_button_container_view.cc', | 404 'wm/caption_buttons/frame_caption_button_container_view.cc', |
405 'wm/caption_buttons/frame_caption_button_container_view.h', | 405 'wm/caption_buttons/frame_caption_button_container_view.h', |
406 'wm/caption_buttons/frame_maximize_button.cc', | 406 'wm/caption_buttons/frame_maximize_button.cc', |
407 'wm/caption_buttons/frame_maximize_button.h', | 407 'wm/caption_buttons/frame_maximize_button.h', |
| 408 'wm/caption_buttons/hideable_caption_button_container.cc', |
| 409 'wm/caption_buttons/hideable_caption_button_container.h', |
408 'wm/caption_buttons/maximize_bubble_controller.cc', | 410 'wm/caption_buttons/maximize_bubble_controller.cc', |
409 'wm/caption_buttons/maximize_bubble_controller.h', | 411 'wm/caption_buttons/maximize_bubble_controller.h', |
410 'wm/caption_buttons/maximize_bubble_frame_state.h', | 412 'wm/caption_buttons/maximize_bubble_frame_state.h', |
411 'wm/coordinate_conversion.cc', | 413 'wm/coordinate_conversion.cc', |
412 'wm/coordinate_conversion.h', | 414 'wm/coordinate_conversion.h', |
413 'wm/custom_frame_view_ash.cc', | 415 'wm/custom_frame_view_ash.cc', |
414 'wm/custom_frame_view_ash.h', | 416 'wm/custom_frame_view_ash.h', |
415 'wm/default_window_resizer.cc', | 417 'wm/default_window_resizer.cc', |
416 'wm/default_window_resizer.h', | 418 'wm/default_window_resizer.h', |
417 'wm/dock/docked_window_layout_manager.cc', | 419 'wm/dock/docked_window_layout_manager.cc', |
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
912 }, | 914 }, |
913 }, | 915 }, |
914 'dependencies': [ | 916 'dependencies': [ |
915 '../sandbox/sandbox.gyp:sandbox', | 917 '../sandbox/sandbox.gyp:sandbox', |
916 ], | 918 ], |
917 }], | 919 }], |
918 ], | 920 ], |
919 }, | 921 }, |
920 ], | 922 ], |
921 } | 923 } |
OLD | NEW |