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

Side by Side Diff: athena/athena.gyp

Issue 550043002: Keep the split view activities topmost in z-order in Athena (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | athena/wm/split_view_controller.cc » ('j') | athena/wm/split_view_controller.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 'wm/public/window_list_provider.h', 109 'wm/public/window_list_provider.h',
110 'wm/public/window_manager.h', 110 'wm/public/window_manager.h',
111 'wm/public/window_manager_observer.h', 111 'wm/public/window_manager_observer.h',
112 'wm/split_view_controller.cc', 112 'wm/split_view_controller.cc',
113 'wm/split_view_controller.h', 113 'wm/split_view_controller.h',
114 'wm/title_drag_controller.cc', 114 'wm/title_drag_controller.cc',
115 'wm/title_drag_controller.h', 115 'wm/title_drag_controller.h',
116 'wm/window_list_provider_impl.cc', 116 'wm/window_list_provider_impl.cc',
117 'wm/window_list_provider_impl.h', 117 'wm/window_list_provider_impl.h',
118 'wm/window_manager_impl.cc', 118 'wm/window_manager_impl.cc',
119 'wm/window_manager_impl.h',
119 'wm/window_overview_mode.cc', 120 'wm/window_overview_mode.cc',
120 'wm/window_overview_mode.h', 121 'wm/window_overview_mode.h',
121 ], 122 ],
122 }, 123 },
123 { 124 {
124 'target_name': 'athena_content_lib', 125 'target_name': 'athena_content_lib',
125 'type': 'static_library', 126 'type': 'static_library',
126 'dependencies': [ 127 'dependencies': [
127 'athena_lib', 128 'athena_lib',
128 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 129 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 'screen/screen_manager_unittest.cc', 254 'screen/screen_manager_unittest.cc',
254 'test/athena_unittests.cc', 255 'test/athena_unittests.cc',
255 'wm/split_view_controller_unittest.cc', 256 'wm/split_view_controller_unittest.cc',
256 'wm/window_list_provider_impl_unittest.cc', 257 'wm/window_list_provider_impl_unittest.cc',
257 'wm/window_manager_unittest.cc', 258 'wm/window_manager_unittest.cc',
258 ], 259 ],
259 } 260 }
260 ], 261 ],
261 } 262 }
262 263
OLDNEW
« no previous file with comments | « no previous file | athena/wm/split_view_controller.cc » ('j') | athena/wm/split_view_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698