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

Side by Side Diff: athena/athena.gyp

Issue 543263002: Move ContentAppModelBuilder to athena/extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DEPS fix 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/content/DEPS » ('j') | no next file with comments »
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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 ], 140 ],
141 'sources': [ 141 'sources': [
142 'content/app_activity.cc', 142 'content/app_activity.cc',
143 'content/app_activity.h', 143 'content/app_activity.h',
144 'content/app_activity_proxy.cc', 144 'content/app_activity_proxy.cc',
145 'content/app_activity_proxy.h', 145 'content/app_activity_proxy.h',
146 'content/app_activity_registry.cc', 146 'content/app_activity_registry.cc',
147 'content/app_activity_registry.h', 147 'content/app_activity_registry.h',
148 'content/app_registry_impl.cc', 148 'content/app_registry_impl.cc',
149 'content/content_activity_factory.cc', 149 'content/content_activity_factory.cc',
150 'content/content_app_model_builder.cc', 150 'extensions/extension_app_model_builder.cc',
151 'content/public/app_registry.h', 151 'content/public/app_registry.h',
152 'content/content_activity_factory.h', 152 'content/content_activity_factory.h',
153 'content/public/content_activity_factory_creator.h', 153 'content/public/content_activity_factory_creator.h',
154 'content/public/content_app_model_builder.h', 154 'extensions/public/extension_app_model_builder.h',
155 'content/public/web_contents_view_delegate_creator.h', 155 'content/public/web_contents_view_delegate_creator.h',
156 'content/render_view_context_menu_impl.cc', 156 'content/render_view_context_menu_impl.cc',
157 'content/render_view_context_menu_impl.h', 157 'content/render_view_context_menu_impl.h',
158 'content/web_activity.cc', 158 'content/web_activity.cc',
159 'content/web_activity.h', 159 'content/web_activity.h',
160 'content/web_contents_view_delegate_factory_impl.cc', 160 'content/web_contents_view_delegate_factory_impl.cc',
161 'extensions/public/extensions_delegate.h', 161 'extensions/public/extensions_delegate.h',
162 'extensions/extensions_delegate.cc', 162 'extensions/extensions_delegate.cc',
163 'virtual_keyboard/public/virtual_keyboard_manager.h', 163 'virtual_keyboard/public/virtual_keyboard_manager.h',
164 'virtual_keyboard/virtual_keyboard_manager_impl.cc', 164 'virtual_keyboard/virtual_keyboard_manager_impl.cc',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 'screen/screen_manager_unittest.cc', 253 'screen/screen_manager_unittest.cc',
254 'test/athena_unittests.cc', 254 'test/athena_unittests.cc',
255 'wm/split_view_controller_unittest.cc', 255 'wm/split_view_controller_unittest.cc',
256 'wm/window_list_provider_impl_unittest.cc', 256 'wm/window_list_provider_impl_unittest.cc',
257 'wm/window_manager_unittest.cc', 257 'wm/window_manager_unittest.cc',
258 ], 258 ],
259 } 259 }
260 ], 260 ],
261 } 261 }
262 262
OLDNEW
« no previous file with comments | « no previous file | athena/content/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698