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 410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
421 'wm/base_layout_manager.cc', | 421 'wm/base_layout_manager.cc', |
422 'wm/base_layout_manager.h', | 422 'wm/base_layout_manager.h', |
423 'wm/boot_splash_screen_chromeos.cc', | 423 'wm/boot_splash_screen_chromeos.cc', |
424 'wm/boot_splash_screen_chromeos.h', | 424 'wm/boot_splash_screen_chromeos.h', |
425 'wm/caption_buttons/alternate_frame_caption_button.cc', | 425 'wm/caption_buttons/alternate_frame_caption_button.cc', |
426 'wm/caption_buttons/alternate_frame_caption_button.h', | 426 'wm/caption_buttons/alternate_frame_caption_button.h', |
427 'wm/caption_buttons/frame_caption_button_container_view.cc', | 427 'wm/caption_buttons/frame_caption_button_container_view.cc', |
428 'wm/caption_buttons/frame_caption_button_container_view.h', | 428 'wm/caption_buttons/frame_caption_button_container_view.h', |
429 'wm/caption_buttons/frame_maximize_button.cc', | 429 'wm/caption_buttons/frame_maximize_button.cc', |
430 'wm/caption_buttons/frame_maximize_button.h', | 430 'wm/caption_buttons/frame_maximize_button.h', |
| 431 'wm/caption_buttons/frame_maximize_button_observer.h', |
431 'wm/caption_buttons/maximize_bubble_controller.cc', | 432 'wm/caption_buttons/maximize_bubble_controller.cc', |
432 'wm/caption_buttons/maximize_bubble_controller.h', | 433 'wm/caption_buttons/maximize_bubble_controller.h', |
433 'wm/caption_buttons/maximize_bubble_frame_state.h', | 434 'wm/caption_buttons/maximize_bubble_frame_state.h', |
434 'wm/coordinate_conversion.cc', | 435 'wm/coordinate_conversion.cc', |
435 'wm/coordinate_conversion.h', | 436 'wm/coordinate_conversion.h', |
436 'wm/custom_frame_view_ash.cc', | 437 'wm/custom_frame_view_ash.cc', |
437 'wm/custom_frame_view_ash.h', | 438 'wm/custom_frame_view_ash.h', |
438 'wm/default_window_resizer.cc', | 439 'wm/default_window_resizer.cc', |
439 'wm/default_window_resizer.h', | 440 'wm/default_window_resizer.h', |
440 'wm/dock/docked_window_layout_manager.cc', | 441 'wm/dock/docked_window_layout_manager.cc', |
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
977 }, | 978 }, |
978 }, | 979 }, |
979 'dependencies': [ | 980 'dependencies': [ |
980 '../sandbox/sandbox.gyp:sandbox', | 981 '../sandbox/sandbox.gyp:sandbox', |
981 ], | 982 ], |
982 }], | 983 }], |
983 ], | 984 ], |
984 }, | 985 }, |
985 ], | 986 ], |
986 } | 987 } |
OLD | NEW |