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

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

Powered by Google App Engine
This is Rietveld 408576698