| 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 406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 417 'wm/base_layout_manager.cc', | 417 'wm/base_layout_manager.cc', |
| 418 'wm/base_layout_manager.h', | 418 'wm/base_layout_manager.h', |
| 419 'wm/boot_splash_screen_chromeos.cc', | 419 'wm/boot_splash_screen_chromeos.cc', |
| 420 'wm/boot_splash_screen_chromeos.h', | 420 'wm/boot_splash_screen_chromeos.h', |
| 421 'wm/caption_buttons/alternate_frame_caption_button.cc', | 421 'wm/caption_buttons/alternate_frame_caption_button.cc', |
| 422 'wm/caption_buttons/alternate_frame_caption_button.h', | 422 'wm/caption_buttons/alternate_frame_caption_button.h', |
| 423 'wm/caption_buttons/frame_caption_button_container_view.cc', | 423 'wm/caption_buttons/frame_caption_button_container_view.cc', |
| 424 'wm/caption_buttons/frame_caption_button_container_view.h', | 424 'wm/caption_buttons/frame_caption_button_container_view.h', |
| 425 'wm/caption_buttons/frame_maximize_button.cc', | 425 'wm/caption_buttons/frame_maximize_button.cc', |
| 426 'wm/caption_buttons/frame_maximize_button.h', | 426 'wm/caption_buttons/frame_maximize_button.h', |
| 427 'wm/caption_buttons/frame_maximize_button_observer.h', |
| 427 'wm/caption_buttons/maximize_bubble_controller.cc', | 428 'wm/caption_buttons/maximize_bubble_controller.cc', |
| 428 'wm/caption_buttons/maximize_bubble_controller.h', | 429 'wm/caption_buttons/maximize_bubble_controller.h', |
| 429 'wm/caption_buttons/maximize_bubble_frame_state.h', | 430 'wm/caption_buttons/maximize_bubble_frame_state.h', |
| 430 'wm/coordinate_conversion.cc', | 431 'wm/coordinate_conversion.cc', |
| 431 'wm/coordinate_conversion.h', | 432 'wm/coordinate_conversion.h', |
| 432 'wm/custom_frame_view_ash.cc', | 433 'wm/custom_frame_view_ash.cc', |
| 433 'wm/custom_frame_view_ash.h', | 434 'wm/custom_frame_view_ash.h', |
| 434 'wm/default_window_resizer.cc', | 435 'wm/default_window_resizer.cc', |
| 435 'wm/default_window_resizer.h', | 436 'wm/default_window_resizer.h', |
| 436 'wm/dock/docked_window_layout_manager.cc', | 437 'wm/dock/docked_window_layout_manager.cc', |
| (...skipping 527 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 964 }, | 965 }, |
| 965 }, | 966 }, |
| 966 'dependencies': [ | 967 'dependencies': [ |
| 967 '../sandbox/sandbox.gyp:sandbox', | 968 '../sandbox/sandbox.gyp:sandbox', |
| 968 ], | 969 ], |
| 969 }], | 970 }], |
| 970 ], | 971 ], |
| 971 }, | 972 }, |
| 972 ], | 973 ], |
| 973 } | 974 } |
| OLD | NEW |