OLD | NEW |
---|---|
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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
112 'embedder/platform_handle_vector.h', | 112 'embedder/platform_handle_vector.h', |
113 'embedder/platform_shared_buffer.h', | 113 'embedder/platform_shared_buffer.h', |
114 'embedder/platform_support.h', | 114 'embedder/platform_support.h', |
115 'embedder/scoped_platform_handle.h', | 115 'embedder/scoped_platform_handle.h', |
116 'embedder/simple_platform_shared_buffer.cc', | 116 'embedder/simple_platform_shared_buffer.cc', |
117 'embedder/simple_platform_shared_buffer.h', | 117 'embedder/simple_platform_shared_buffer.h', |
118 'embedder/simple_platform_shared_buffer_posix.cc', | 118 'embedder/simple_platform_shared_buffer_posix.cc', |
119 'embedder/simple_platform_shared_buffer_win.cc', | 119 'embedder/simple_platform_shared_buffer_win.cc', |
120 'embedder/simple_platform_support.cc', | 120 'embedder/simple_platform_support.cc', |
121 'embedder/simple_platform_support.h', | 121 'embedder/simple_platform_support.h', |
122 'go/c_embedder/c_embedder.cc', | |
123 'go/c_embedder/c_embedder.h', | |
qsr
2014/09/15 09:54:24
I don't think this is the right place for this. Yo
| |
122 'system/channel.cc', | 124 'system/channel.cc', |
123 'system/channel.h', | 125 'system/channel.h', |
124 'system/constants.h', | 126 'system/constants.h', |
125 'system/core.cc', | 127 'system/core.cc', |
126 'system/core.h', | 128 'system/core.h', |
127 'system/data_pipe.cc', | 129 'system/data_pipe.cc', |
128 'system/data_pipe.h', | 130 'system/data_pipe.h', |
129 'system/data_pipe_consumer_dispatcher.cc', | 131 'system/data_pipe_consumer_dispatcher.cc', |
130 'system/data_pipe_consumer_dispatcher.h', | 132 'system/data_pipe_consumer_dispatcher.h', |
131 'system/data_pipe_producer_dispatcher.cc', | 133 'system/data_pipe_producer_dispatcher.cc', |
(...skipping 486 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
618 'mojo_js_unittests.isolate', | 620 'mojo_js_unittests.isolate', |
619 ], | 621 ], |
620 'sources': [ | 622 'sources': [ |
621 'mojo_js_unittests.isolate', | 623 'mojo_js_unittests.isolate', |
622 ], | 624 ], |
623 }, | 625 }, |
624 ], | 626 ], |
625 }], | 627 }], |
626 ] | 628 ] |
627 } | 629 } |
OLD | NEW |