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

Side by Side Diff: mojo/mojo_base.gyp

Issue 475223002: Mojo: Add embedder::PlatformSupport and a simple implementation (and a bit of plumbing). (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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # Essential components (and their tests) that are needed to build 5 # Essential components (and their tests) that are needed to build
6 # Chrome should be here. Other components that are useful only in 6 # Chrome should be here. Other components that are useful only in
7 # Mojo land like mojo_shell should be in mojo.gyp. 7 # Mojo land like mojo_shell should be in mojo.gyp.
8 { 8 {
9 'includes': [ 9 'includes': [
10 'mojo_public.gypi', 10 'mojo_public.gypi',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 'embedder/platform_channel_pair_win.cc', 102 'embedder/platform_channel_pair_win.cc',
103 'embedder/platform_channel_utils_posix.cc', 103 'embedder/platform_channel_utils_posix.cc',
104 'embedder/platform_channel_utils_posix.h', 104 'embedder/platform_channel_utils_posix.h',
105 'embedder/platform_handle.cc', 105 'embedder/platform_handle.cc',
106 'embedder/platform_handle.h', 106 'embedder/platform_handle.h',
107 'embedder/platform_handle_utils.h', 107 'embedder/platform_handle_utils.h',
108 'embedder/platform_handle_utils_posix.cc', 108 'embedder/platform_handle_utils_posix.cc',
109 'embedder/platform_handle_utils_win.cc', 109 'embedder/platform_handle_utils_win.cc',
110 'embedder/platform_handle_vector.h', 110 'embedder/platform_handle_vector.h',
111 'embedder/platform_shared_buffer.h', 111 'embedder/platform_shared_buffer.h',
112 'embedder/platform_support.h',
112 'embedder/scoped_platform_handle.h', 113 'embedder/scoped_platform_handle.h',
113 'embedder/simple_platform_shared_buffer.cc', 114 'embedder/simple_platform_shared_buffer.cc',
114 'embedder/simple_platform_shared_buffer.h', 115 'embedder/simple_platform_shared_buffer.h',
115 'embedder/simple_platform_shared_buffer_posix.cc', 116 'embedder/simple_platform_shared_buffer_posix.cc',
116 'embedder/simple_platform_shared_buffer_win.cc', 117 'embedder/simple_platform_shared_buffer_win.cc',
118 'embedder/simple_platform_support.cc',
119 'embedder/simple_platform_support.h',
117 'system/channel.cc', 120 'system/channel.cc',
118 'system/channel.h', 121 'system/channel.h',
119 'system/constants.h', 122 'system/constants.h',
120 'system/core.cc', 123 'system/core.cc',
121 'system/core.h', 124 'system/core.h',
122 'system/data_pipe.cc', 125 'system/data_pipe.cc',
123 'system/data_pipe.h', 126 'system/data_pipe.h',
124 'system/data_pipe_consumer_dispatcher.cc', 127 'system/data_pipe_consumer_dispatcher.cc',
125 'system/data_pipe_consumer_dispatcher.h', 128 'system/data_pipe_consumer_dispatcher.h',
126 'system/data_pipe_producer_dispatcher.cc', 129 'system/data_pipe_producer_dispatcher.cc',
(...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after
575 'mojo_js_unittests.isolate', 578 'mojo_js_unittests.isolate',
576 ], 579 ],
577 'sources': [ 580 'sources': [
578 'mojo_js_unittests.isolate', 581 'mojo_js_unittests.isolate',
579 ], 582 ],
580 }, 583 },
581 ], 584 ],
582 }], 585 }],
583 ] 586 ]
584 } 587 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698