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

Side by Side Diff: mojo/mojo.gyp

Issue 314113011: Moves common view_manager related aura files to mojo/aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tweaks 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « mojo/examples/aura_demo/window_tree_host_view_manager.cc ('k') | mojo/mojo_examples.gypi » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'target_defaults': { 6 'target_defaults': {
7 'conditions': [ 7 'conditions': [
8 ['mojo_shell_debug_url != ""', { 8 ['mojo_shell_debug_url != ""', {
9 'defines': [ 9 'defines': [
10 'MOJO_SHELL_DEBUG=1', 10 'MOJO_SHELL_DEBUG=1',
(...skipping 879 matching lines...) Expand 10 before | Expand all | Expand 10 after
890 '../ui/events/events.gyp:events', 890 '../ui/events/events.gyp:events',
891 '../ui/events/events.gyp:events_base', 891 '../ui/events/events.gyp:events_base',
892 '../ui/compositor/compositor.gyp:compositor', 892 '../ui/compositor/compositor.gyp:compositor',
893 '../ui/gl/gl.gyp:gl', 893 '../ui/gl/gl.gyp:gl',
894 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 894 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
895 'mojo_cc_support', 895 'mojo_cc_support',
896 'mojo_gles2', 896 'mojo_gles2',
897 'mojo_native_viewport_bindings', 897 'mojo_native_viewport_bindings',
898 ], 898 ],
899 'sources': [ 899 'sources': [
900 'aura/context_factory_mojo.cc',
901 'aura/context_factory_mojo.h',
900 'aura/screen_mojo.cc', 902 'aura/screen_mojo.cc',
901 'aura/screen_mojo.h', 903 'aura/screen_mojo.h',
904 'aura/window_tree_host_mojo.cc',
905 'aura/window_tree_host_mojo.h',
906 'aura/window_tree_host_mojo_delegate.h',
902 ], 907 ],
903 }, 908 },
904 ], 909 ],
905 }], 910 }],
906 ], 911 ],
907 } 912 }
OLDNEW
« no previous file with comments | « mojo/examples/aura_demo/window_tree_host_view_manager.cc ('k') | mojo/mojo_examples.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698