OLD | NEW |
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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 'mojo_apps.gypi', | 10 'mojo_apps.gypi', |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 'system/core_impl.cc', | 87 'system/core_impl.cc', |
88 'system/core_impl.h', | 88 'system/core_impl.h', |
89 'system/data_pipe.cc', | 89 'system/data_pipe.cc', |
90 'system/data_pipe.h', | 90 'system/data_pipe.h', |
91 'system/data_pipe_consumer_dispatcher.cc', | 91 'system/data_pipe_consumer_dispatcher.cc', |
92 'system/data_pipe_consumer_dispatcher.h', | 92 'system/data_pipe_consumer_dispatcher.h', |
93 'system/data_pipe_producer_dispatcher.cc', | 93 'system/data_pipe_producer_dispatcher.cc', |
94 'system/data_pipe_producer_dispatcher.h', | 94 'system/data_pipe_producer_dispatcher.h', |
95 'system/dispatcher.cc', | 95 'system/dispatcher.cc', |
96 'system/dispatcher.h', | 96 'system/dispatcher.h', |
| 97 'system/embedder.cc', |
| 98 'system/embedder.h', |
97 'system/local_data_pipe.cc', | 99 'system/local_data_pipe.cc', |
98 'system/local_data_pipe.h', | 100 'system/local_data_pipe.h', |
99 'system/local_message_pipe_endpoint.cc', | 101 'system/local_message_pipe_endpoint.cc', |
100 'system/local_message_pipe_endpoint.h', | 102 'system/local_message_pipe_endpoint.h', |
101 'system/memory.cc', | 103 'system/memory.cc', |
102 'system/memory.h', | 104 'system/memory.h', |
103 'system/message_in_transit.cc', | 105 'system/message_in_transit.cc', |
104 'system/message_in_transit.h', | 106 'system/message_in_transit.h', |
105 'system/message_pipe.cc', | 107 'system/message_pipe.cc', |
106 'system/message_pipe.h', | 108 'system/message_pipe.h', |
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
420 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk', | 422 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk', |
421 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res', | 423 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res', |
422 'native_lib_target': 'libmojo_shell', | 424 'native_lib_target': 'libmojo_shell', |
423 }, | 425 }, |
424 'includes': [ '../build/java_apk.gypi' ], | 426 'includes': [ '../build/java_apk.gypi' ], |
425 } | 427 } |
426 ], | 428 ], |
427 }], | 429 }], |
428 ], | 430 ], |
429 } | 431 } |
OLD | NEW |