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

Side by Side Diff: trunk/src/mojo/mojo_services.gypi

Issue 269973002: Revert 268218 "Add support for mapping node tree on the client." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | trunk/src/mojo/services/public/cpp/view_manager/lib/view_manager.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'targets': [ 2 'targets': [
3 { 3 {
4 'target_name': 'mojo_echo_bindings', 4 'target_name': 'mojo_echo_bindings',
5 'type': 'static_library', 5 'type': 'static_library',
6 'sources': [ 6 'sources': [
7 'services/dbus_echo/echo.mojom', 7 'services/dbus_echo/echo.mojom',
8 ], 8 ],
9 'variables': { 9 'variables': {
10 'mojom_base_output_dir': 'mojo', 10 'mojom_base_output_dir': 'mojo',
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 'type': 'static_library', 147 'type': 'static_library',
148 'dependencies': [ 148 'dependencies': [
149 '../base/base.gyp:base', 149 '../base/base.gyp:base',
150 'mojo_shell_bindings', 150 'mojo_shell_bindings',
151 'mojo_view_manager_bindings', 151 'mojo_view_manager_bindings',
152 'mojo_view_manager_common', 152 'mojo_view_manager_common',
153 ], 153 ],
154 'sources': [ 154 'sources': [
155 'services/public/cpp/view_manager/lib/view.cc', 155 'services/public/cpp/view_manager/lib/view.cc',
156 'services/public/cpp/view_manager/lib/view_manager.cc', 156 'services/public/cpp/view_manager/lib/view_manager.cc',
157 'services/public/cpp/view_manager/lib/view_manager_observer.h',
158 'services/public/cpp/view_manager/lib/view_manager_private.cc', 157 'services/public/cpp/view_manager/lib/view_manager_private.cc',
159 'services/public/cpp/view_manager/lib/view_manager_private.h', 158 'services/public/cpp/view_manager/lib/view_manager_private.h',
160 'services/public/cpp/view_manager/lib/view_manager_synchronizer.cc', 159 'services/public/cpp/view_manager/lib/view_manager_synchronizer.cc',
161 'services/public/cpp/view_manager/lib/view_manager_synchronizer.h', 160 'services/public/cpp/view_manager/lib/view_manager_synchronizer.h',
162 'services/public/cpp/view_manager/lib/view_tree_host.cc', 161 'services/public/cpp/view_manager/lib/view_tree_host.cc',
163 'services/public/cpp/view_manager/lib/view_tree_node.cc', 162 'services/public/cpp/view_manager/lib/view_tree_node.cc',
164 'services/public/cpp/view_manager/lib/view_tree_node_observer.cc', 163 'services/public/cpp/view_manager/lib/view_tree_node_observer.cc',
165 'services/public/cpp/view_manager/lib/view_tree_node_private.cc', 164 'services/public/cpp/view_manager/lib/view_tree_node_private.cc',
166 'services/public/cpp/view_manager/lib/view_tree_node_private.h', 165 'services/public/cpp/view_manager/lib/view_tree_node_private.h',
167 'services/public/cpp/view_manager/view.h', 166 'services/public/cpp/view_manager/view.h',
168 'services/public/cpp/view_manager/view_manager.h', 167 'services/public/cpp/view_manager/view_manager.h',
169 'services/public/cpp/view_manager/view_manager_types.h', 168 'services/public/cpp/view_manager/view_manager_types.h',
170 'services/public/cpp/view_manager/view_tree_host.h', 169 'services/public/cpp/view_manager/view_tree_host.h',
171 'services/public/cpp/view_manager/view_tree_node.h', 170 'services/public/cpp/view_manager/view_tree_node.h',
172 'services/public/cpp/view_manager/view_tree_node_observer.h', 171 'services/public/cpp/view_manager/view_tree_node_observer.h',
173 ], 172 ],
174 }, 173 },
175 { 174 {
176 'target_name': 'mojo_view_manager_lib_unittests', 175 'target_name': 'mojo_view_manager_lib_unittests',
177 'type': 'executable', 176 'type': 'executable',
178 'dependencies': [ 177 'dependencies': [
179 '../base/base.gyp:base', 178 '../base/base.gyp:base',
180 '../base/base.gyp:test_support_base', 179 '../base/base.gyp:test_support_base',
181 '../testing/gtest.gyp:gtest', 180 '../testing/gtest.gyp:gtest',
182 'mojo_environment_chromium', 181 'mojo_environment_chromium',
183 'mojo_run_all_unittests', 182 'mojo_run_all_unittests',
184 'mojo_shell_test_support',
185 'mojo_view_manager_bindings',
186 'mojo_view_manager_lib', 183 'mojo_view_manager_lib',
187 ], 184 ],
188 'sources': [ 185 'sources': [
189 'services/public/cpp/view_manager/tests/view_unittest.cc', 186 'services/public/cpp/view_manager/tests/view_unittest.cc',
190 'services/public/cpp/view_manager/tests/view_manager_unittest.cc', 187 'services/public/cpp/view_manager/tests/view_manager_unittest.cc',
191 'services/public/cpp/view_manager/tests/view_tree_host_unittest.cc', 188 'services/public/cpp/view_manager/tests/view_tree_host_unittest.cc',
192 'services/public/cpp/view_manager/tests/view_tree_node_unittest.cc', 189 'services/public/cpp/view_manager/tests/view_tree_node_unittest.cc',
193 ], 190 ],
194 }, 191 },
195 ], 192 ],
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 'mojo_system_impl', 274 'mojo_system_impl',
278 ], 275 ],
279 'sources': [ 276 'sources': [
280 'services/dbus_echo/dbus_echo_service.cc', 277 'services/dbus_echo/dbus_echo_service.cc',
281 ], 278 ],
282 }, 279 },
283 ], 280 ],
284 }], 281 }],
285 ], 282 ],
286 } 283 }
OLDNEW
« no previous file with comments | « no previous file | trunk/src/mojo/services/public/cpp/view_manager/lib/view_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698