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

Unified Diff: mojo/mojo_services.gypi

Issue 338093008: Client side name cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/examples/window_manager/window_manager.cc ('k') | mojo/services/launcher/launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_services.gypi
diff --git a/mojo/mojo_services.gypi b/mojo/mojo_services.gypi
index a0bd0a52004e2924fda1565489f3df2f84285f41..856f18ed2a3833c5f896ea4bddc98c3b05b003dd 100644
--- a/mojo/mojo_services.gypi
+++ b/mojo/mojo_services.gypi
@@ -242,7 +242,7 @@
'target_name': 'mojo_view_manager_common',
'type': 'static_library',
'sources': [
- 'services/public/cpp/view_manager/view_manager_types.h',
+ 'services/public/cpp/view_manager/types.h',
],
},
{
@@ -311,24 +311,21 @@
'mojo_view_manager_common',
],
'sources': [
+ 'services/public/cpp/view_manager/lib/node.cc',
+ 'services/public/cpp/view_manager/lib/node_observer.cc',
+ 'services/public/cpp/view_manager/lib/node_private.cc',
+ 'services/public/cpp/view_manager/lib/node_private.h',
'services/public/cpp/view_manager/lib/view.cc',
'services/public/cpp/view_manager/lib/view_private.cc',
'services/public/cpp/view_manager/lib/view_private.h',
- 'services/public/cpp/view_manager/lib/view_manager_synchronizer.cc',
- 'services/public/cpp/view_manager/lib/view_manager_synchronizer.h',
- 'services/public/cpp/view_manager/lib/view_tree_host.cc',
- 'services/public/cpp/view_manager/lib/view_tree_node.cc',
- 'services/public/cpp/view_manager/lib/view_tree_node_observer.cc',
- 'services/public/cpp/view_manager/lib/view_tree_node_private.cc',
- 'services/public/cpp/view_manager/lib/view_tree_node_private.h',
+ 'services/public/cpp/view_manager/lib/view_manager_client_impl.cc',
+ 'services/public/cpp/view_manager/lib/view_manager_client_impl.h',
+ 'services/public/cpp/view_manager/node.h',
+ 'services/public/cpp/view_manager/node_observer.h',
'services/public/cpp/view_manager/view.h',
'services/public/cpp/view_manager/view_manager.h',
'services/public/cpp/view_manager/view_manager_delegate.h',
- 'services/public/cpp/view_manager/view_manager_types.h',
'services/public/cpp/view_manager/view_observer.h',
- 'services/public/cpp/view_manager/view_tree_host.h',
- 'services/public/cpp/view_manager/view_tree_node.h',
- 'services/public/cpp/view_manager/view_tree_node_observer.h',
],
},
{
@@ -346,10 +343,9 @@
'mojo_view_manager_lib',
],
'sources': [
+ 'services/public/cpp/view_manager/tests/node_unittest.cc',
'services/public/cpp/view_manager/tests/view_unittest.cc',
'services/public/cpp/view_manager/tests/view_manager_unittest.cc',
- 'services/public/cpp/view_manager/tests/view_tree_host_unittest.cc',
- 'services/public/cpp/view_manager/tests/view_tree_node_unittest.cc',
],
'conditions': [
['use_aura==1', {
« no previous file with comments | « mojo/examples/window_manager/window_manager.cc ('k') | mojo/services/launcher/launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698