| 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 '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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 'system/data_pipe_producer_dispatcher.cc', | 125 'system/data_pipe_producer_dispatcher.cc', |
| 126 'system/data_pipe_producer_dispatcher.h', | 126 'system/data_pipe_producer_dispatcher.h', |
| 127 'system/dispatcher.cc', | 127 'system/dispatcher.cc', |
| 128 'system/dispatcher.h', | 128 'system/dispatcher.h', |
| 129 'system/handle_table.cc', | 129 'system/handle_table.cc', |
| 130 'system/handle_table.h', | 130 'system/handle_table.h', |
| 131 'system/local_data_pipe.cc', | 131 'system/local_data_pipe.cc', |
| 132 'system/local_data_pipe.h', | 132 'system/local_data_pipe.h', |
| 133 'system/local_message_pipe_endpoint.cc', | 133 'system/local_message_pipe_endpoint.cc', |
| 134 'system/local_message_pipe_endpoint.h', | 134 'system/local_message_pipe_endpoint.h', |
| 135 'system/mapping_table.cc', |
| 136 'system/mapping_table.h', |
| 135 'system/memory.cc', | 137 'system/memory.cc', |
| 136 'system/memory.h', | 138 'system/memory.h', |
| 137 'system/message_in_transit.cc', | 139 'system/message_in_transit.cc', |
| 138 'system/message_in_transit.h', | 140 'system/message_in_transit.h', |
| 139 'system/message_in_transit_queue.cc', | 141 'system/message_in_transit_queue.cc', |
| 140 'system/message_in_transit_queue.h', | 142 'system/message_in_transit_queue.h', |
| 141 'system/message_pipe.cc', | 143 'system/message_pipe.cc', |
| 142 'system/message_pipe.h', | 144 'system/message_pipe.h', |
| 143 'system/message_pipe_dispatcher.cc', | 145 'system/message_pipe_dispatcher.cc', |
| 144 'system/message_pipe_dispatcher.h', | 146 'system/message_pipe_dispatcher.h', |
| (...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 606 'mojo_js_unittests.isolate', | 608 'mojo_js_unittests.isolate', |
| 607 ], | 609 ], |
| 608 'sources': [ | 610 'sources': [ |
| 609 'mojo_js_unittests.isolate', | 611 'mojo_js_unittests.isolate', |
| 610 ], | 612 ], |
| 611 }, | 613 }, |
| 612 ], | 614 ], |
| 613 }], | 615 }], |
| 614 ], | 616 ], |
| 615 } | 617 } |
| OLD | NEW |