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

Side by Side Diff: ash/ash.gyp

Issue 59043013: Add flag to enable immersive fullscreen for v2 apps (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « apps/ui/native_app_window.h ('k') | ash/ash_switches.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « apps/ui/native_app_window.h ('k') | ash/ash_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698