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

Unified Diff: mojo/mojo_services.gypi

Issue 460863002: Rename Node to View in the View Manager mojom & client lib. Service TBD. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 4 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/wm_flow/wm/wm.cc ('k') | mojo/services/html_viewer/html_document_view.h » ('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 d4a08a48a0d6a87f9a8ed5de033b189ef5fb4ebb..957257f1da915b8ed421df1244026d98e25bfb28 100644
--- a/mojo/mojo_services.gypi
+++ b/mojo/mojo_services.gypi
@@ -546,18 +546,18 @@
'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_manager_client_factory.cc',
'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/lib/view_observer.cc',
+ 'services/public/cpp/view_manager/lib/view_private.cc',
+ 'services/public/cpp/view_manager/lib/view_private.h',
+ 'services/public/cpp/view_manager/view.h',
'services/public/cpp/view_manager/view_manager.h',
'services/public/cpp/view_manager/view_manager_client_factory.h',
'services/public/cpp/view_manager/view_manager_delegate.h',
+ 'services/public/cpp/view_manager/view_observer.h',
'services/public/cpp/view_manager/window_manager_delegate.h',
],
'export_dependent_settings': [
@@ -581,7 +581,6 @@
'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',
],
« no previous file with comments | « mojo/examples/wm_flow/wm/wm.cc ('k') | mojo/services/html_viewer/html_document_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698