| 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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 'sources': [ | 142 'sources': [ |
| 143 'content/app_activity.cc', | 143 'content/app_activity.cc', |
| 144 'content/app_activity.h', | 144 'content/app_activity.h', |
| 145 'content/app_activity_proxy.cc', | 145 'content/app_activity_proxy.cc', |
| 146 'content/app_activity_proxy.h', | 146 'content/app_activity_proxy.h', |
| 147 'content/app_activity_registry.cc', | 147 'content/app_activity_registry.cc', |
| 148 'content/app_activity_registry.h', | 148 'content/app_activity_registry.h', |
| 149 'content/app_registry_impl.cc', | 149 'content/app_registry_impl.cc', |
| 150 'content/content_activity_factory.cc', | 150 'content/content_activity_factory.cc', |
| 151 'content/content_activity_factory.h', | 151 'content/content_activity_factory.h', |
| 152 'content/content_proxy.cc', |
| 153 'content/content_proxy.h', |
| 152 'content/public/app_registry.h', | 154 'content/public/app_registry.h', |
| 153 'content/public/content_activity_factory_creator.h', | 155 'content/public/content_activity_factory_creator.h', |
| 154 'content/public/dialogs.h', | 156 'content/public/dialogs.h', |
| 155 'content/public/web_contents_view_delegate_creator.h', | 157 'content/public/web_contents_view_delegate_creator.h', |
| 156 'content/render_view_context_menu_impl.cc', | 158 'content/render_view_context_menu_impl.cc', |
| 157 'content/render_view_context_menu_impl.h', | 159 'content/render_view_context_menu_impl.h', |
| 158 'content/web_activity.cc', | 160 'content/web_activity.cc', |
| 159 'content/web_activity.h', | 161 'content/web_activity.h', |
| 160 'content/web_contents_view_delegate_factory_impl.cc', | 162 'content/web_contents_view_delegate_factory_impl.cc', |
| 161 'extensions/extension_app_model_builder.cc', | 163 'extensions/extension_app_model_builder.cc', |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 260 'screen/screen_manager_unittest.cc', | 262 'screen/screen_manager_unittest.cc', |
| 261 'test/athena_unittests.cc', | 263 'test/athena_unittests.cc', |
| 262 'wm/split_view_controller_unittest.cc', | 264 'wm/split_view_controller_unittest.cc', |
| 263 'wm/window_list_provider_impl_unittest.cc', | 265 'wm/window_list_provider_impl_unittest.cc', |
| 264 'wm/window_manager_unittest.cc', | 266 'wm/window_manager_unittest.cc', |
| 265 ], | 267 ], |
| 266 } | 268 } |
| 267 ], | 269 ], |
| 268 } | 270 } |
| 269 | 271 |
| OLD | NEW |