OLD | NEW |
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 Loading... |
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 Loading... |
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 |
OLD | NEW |