| 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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 'wm/public/window_list_provider_observer.h', | 110 'wm/public/window_list_provider_observer.h', |
| 111 'wm/public/window_manager.h', | 111 'wm/public/window_manager.h', |
| 112 'wm/public/window_manager_observer.h', | 112 'wm/public/window_manager_observer.h', |
| 113 'wm/split_view_controller.cc', | 113 'wm/split_view_controller.cc', |
| 114 'wm/split_view_controller.h', | 114 'wm/split_view_controller.h', |
| 115 'wm/title_drag_controller.cc', | 115 'wm/title_drag_controller.cc', |
| 116 'wm/title_drag_controller.h', | 116 'wm/title_drag_controller.h', |
| 117 'wm/window_list_provider_impl.cc', | 117 'wm/window_list_provider_impl.cc', |
| 118 'wm/window_list_provider_impl.h', | 118 'wm/window_list_provider_impl.h', |
| 119 'wm/window_manager_impl.cc', | 119 'wm/window_manager_impl.cc', |
| 120 'wm/window_manager_impl.h', |
| 120 'wm/window_overview_mode.cc', | 121 'wm/window_overview_mode.cc', |
| 121 'wm/window_overview_mode.h', | 122 'wm/window_overview_mode.h', |
| 122 ], | 123 ], |
| 123 }, | 124 }, |
| 124 { | 125 { |
| 125 'target_name': 'athena_content_lib', | 126 'target_name': 'athena_content_lib', |
| 126 'type': 'static_library', | 127 'type': 'static_library', |
| 127 'dependencies': [ | 128 'dependencies': [ |
| 128 'athena_lib', | 129 'athena_lib', |
| 129 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 130 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 261 'screen/screen_manager_unittest.cc', | 262 'screen/screen_manager_unittest.cc', |
| 262 'test/athena_unittests.cc', | 263 'test/athena_unittests.cc', |
| 263 'wm/split_view_controller_unittest.cc', | 264 'wm/split_view_controller_unittest.cc', |
| 264 'wm/window_list_provider_impl_unittest.cc', | 265 'wm/window_list_provider_impl_unittest.cc', |
| 265 'wm/window_manager_unittest.cc', | 266 'wm/window_manager_unittest.cc', |
| 266 ], | 267 ], |
| 267 } | 268 } |
| 268 ], | 269 ], |
| 269 } | 270 } |
| 270 | 271 |
| OLD | NEW |