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

Unified Diff: mojo/mojo.gyp

Issue 647263005: Remove gyp for mojo/examples (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « no previous file | mojo/mojo_examples.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 0f5e11b85f80525fcdf7280f617288eb7c48c93d..13d46cee34f44679986f636efcc586c3bca711f7 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -16,7 +16,6 @@
'includes': [
'mojo_apps.gypi',
'mojo_converters.gypi',
- 'mojo_examples.gypi',
'mojo_services.gypi',
'mojo_variables.gypi',
],
@@ -33,11 +32,6 @@
'mojo_base.gyp:mojo_base',
'mojo_clipboard',
'mojo_clipboard_unittests',
- 'mojo_content_handler_demo',
- 'mojo_echo_client',
- 'mojo_echo_service',
- 'mojo_example_apptests',
- 'mojo_example_service',
'mojo_geometry_lib',
'mojo_html_viewer',
'mojo_input_events_lib',
@@ -46,46 +40,25 @@
'mojo_js_unittests',
'mojo_native_viewport_service',
'mojo_network_service',
- 'mojo_pepper_container_app',
- 'mojo_png_viewer',
- 'mojo_sample_app',
'mojo_shell',
'mojo_shell_lib',
'mojo_shell_tests',
- 'mojo_surfaces_app',
- 'mojo_surfaces_app',
- 'mojo_surfaces_child_app',
- 'mojo_surfaces_child_gl_app',
'mojo_surfaces_lib',
'mojo_surfaces_lib_unittests',
'mojo_surfaces_service',
'mojo_test_app',
'mojo_test_request_tracker_app',
'mojo_view_manager_lib_unittests',
- 'mojo_wget',
'services/public/mojo_services_public.gyp:mojo_services_public',
'public/mojo_public.gyp:mojo_public',
],
'conditions': [
['use_aura==1', {
'dependencies': [
- 'mojo_aura_demo',
- 'mojo_aura_demo_init',
- 'mojo_browser',
'mojo_core_window_manager',
'mojo_core_window_manager_unittests',
- 'mojo_demo_launcher',
- 'mojo_embedded_app',
- 'mojo_keyboard',
- 'mojo_media_viewer',
- 'mojo_nesting_app',
'mojo_view_manager',
'mojo_view_manager_unittests',
- 'mojo_window_manager',
- 'mojo_wm_flow_app',
- 'mojo_wm_flow_embedded',
- 'mojo_wm_flow_init',
- 'mojo_wm_flow_wm',
],
}],
['OS == "linux"', {
« no previous file with comments | « no previous file | mojo/mojo_examples.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698