Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Side by Side Diff: ash/ash.gyp

Issue 25536010: Make packaged apps use AppNonClientFrameViewAsh when maximized (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 'wm/base_layout_manager.cc', 396 'wm/base_layout_manager.cc',
397 'wm/base_layout_manager.h', 397 'wm/base_layout_manager.h',
398 'wm/boot_splash_screen_chromeos.cc', 398 'wm/boot_splash_screen_chromeos.cc',
399 'wm/boot_splash_screen_chromeos.h', 399 'wm/boot_splash_screen_chromeos.h',
400 'wm/caption_buttons/alternate_frame_caption_button.cc', 400 'wm/caption_buttons/alternate_frame_caption_button.cc',
401 'wm/caption_buttons/alternate_frame_caption_button.h', 401 'wm/caption_buttons/alternate_frame_caption_button.h',
402 'wm/caption_buttons/frame_caption_button_container_view.cc', 402 'wm/caption_buttons/frame_caption_button_container_view.cc',
403 'wm/caption_buttons/frame_caption_button_container_view.h', 403 'wm/caption_buttons/frame_caption_button_container_view.h',
404 'wm/caption_buttons/frame_maximize_button.cc', 404 'wm/caption_buttons/frame_maximize_button.cc',
405 'wm/caption_buttons/frame_maximize_button.h', 405 'wm/caption_buttons/frame_maximize_button.h',
406 'wm/caption_buttons/hideable_caption_button_container.cc',
407 'wm/caption_buttons/hideable_caption_button_container.h',
406 'wm/caption_buttons/maximize_bubble_controller.cc', 408 'wm/caption_buttons/maximize_bubble_controller.cc',
407 'wm/caption_buttons/maximize_bubble_controller.h', 409 'wm/caption_buttons/maximize_bubble_controller.h',
408 'wm/caption_buttons/maximize_bubble_frame_state.h', 410 'wm/caption_buttons/maximize_bubble_frame_state.h',
409 'wm/coordinate_conversion.cc', 411 'wm/coordinate_conversion.cc',
410 'wm/coordinate_conversion.h', 412 'wm/coordinate_conversion.h',
411 'wm/custom_frame_view_ash.cc', 413 'wm/custom_frame_view_ash.cc',
412 'wm/custom_frame_view_ash.h', 414 'wm/custom_frame_view_ash.h',
413 'wm/default_window_resizer.cc', 415 'wm/default_window_resizer.cc',
414 'wm/default_window_resizer.h', 416 'wm/default_window_resizer.h',
415 'wm/dock/docked_window_layout_manager.cc', 417 'wm/dock/docked_window_layout_manager.cc',
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
915 }, 917 },
916 }, 918 },
917 'dependencies': [ 919 'dependencies': [
918 '../sandbox/sandbox.gyp:sandbox', 920 '../sandbox/sandbox.gyp:sandbox',
919 ], 921 ],
920 }], 922 }],
921 ], 923 ],
922 }, 924 },
923 ], 925 ],
924 } 926 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_switches.h » ('j') | ash/wm/caption_buttons/hideable_caption_button_container.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698