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 30 matching lines...) Expand all Loading... |
41 'activity/activity_manager_impl.cc', | 41 'activity/activity_manager_impl.cc', |
42 'activity/activity_manager_impl.h', | 42 'activity/activity_manager_impl.h', |
43 'activity/activity_frame_view.cc', | 43 'activity/activity_frame_view.cc', |
44 'activity/activity_frame_view.h', | 44 'activity/activity_frame_view.h', |
45 'activity/activity_widget_delegate.cc', | 45 'activity/activity_widget_delegate.cc', |
46 'activity/activity_widget_delegate.h', | 46 'activity/activity_widget_delegate.h', |
47 'activity/public/activity.h', | 47 'activity/public/activity.h', |
48 'activity/public/activity_factory.h', | 48 'activity/public/activity_factory.h', |
49 'activity/public/activity_manager.h', | 49 'activity/public/activity_manager.h', |
50 'activity/public/activity_manager_observer.h', | 50 'activity/public/activity_manager_observer.h', |
| 51 'activity/public/activity_view.h', |
51 'activity/public/activity_view_model.h', | 52 'activity/public/activity_view_model.h', |
52 'athena_export.h', | 53 'athena_export.h', |
53 'env/athena_env_impl.cc', | 54 'env/athena_env_impl.cc', |
54 'env/public/athena_env.h', | 55 'env/public/athena_env.h', |
55 'home/app_list_view_delegate.cc', | 56 'home/app_list_view_delegate.cc', |
56 'home/app_list_view_delegate.h', | 57 'home/app_list_view_delegate.h', |
57 'home/athena_start_page_view.cc', | 58 'home/athena_start_page_view.cc', |
58 'home/athena_start_page_view.h', | 59 'home/athena_start_page_view.h', |
59 'home/home_card_constants.cc', | 60 'home/home_card_constants.cc', |
60 'home/home_card_constants.h', | 61 'home/home_card_constants.h', |
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
309 'util/drag_handle_unittest.cc', | 310 'util/drag_handle_unittest.cc', |
310 'util/fill_layout_manager_unittest.cc', | 311 'util/fill_layout_manager_unittest.cc', |
311 'wm/split_view_controller_unittest.cc', | 312 'wm/split_view_controller_unittest.cc', |
312 'wm/window_list_provider_impl_unittest.cc', | 313 'wm/window_list_provider_impl_unittest.cc', |
313 'wm/window_manager_unittest.cc', | 314 'wm/window_manager_unittest.cc', |
314 ], | 315 ], |
315 } | 316 } |
316 ], | 317 ], |
317 } | 318 } |
318 | 319 |
OLD | NEW |