| 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 { | 5 { |
| 6 'includes': [ | 6 'includes': [ |
| 7 'mojo_variables.gypi', | 7 'mojo_variables.gypi', |
| 8 ], | 8 ], |
| 9 'target_defaults' : { | 9 'target_defaults' : { |
| 10 'include_dirs': [ | 10 'include_dirs': [ |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 'public/c/system/system_export.h', | 89 'public/c/system/system_export.h', |
| 90 'public/c/system/types.h', | 90 'public/c/system/types.h', |
| 91 'public/c/system/wait_set.h', | 91 'public/c/system/wait_set.h', |
| 92 ], | 92 ], |
| 93 }, | 93 }, |
| 94 { | 94 { |
| 95 # GN version: //mojo/public/cpp/system | 95 # GN version: //mojo/public/cpp/system |
| 96 'target_name': 'mojo_cpp_system', | 96 'target_name': 'mojo_cpp_system', |
| 97 'type': 'static_library', | 97 'type': 'static_library', |
| 98 'sources': [ | 98 'sources': [ |
| 99 'public/cpp/system/buffer.cc', |
| 99 'public/cpp/system/buffer.h', | 100 'public/cpp/system/buffer.h', |
| 100 'public/cpp/system/core.h', | 101 'public/cpp/system/core.h', |
| 101 'public/cpp/system/data_pipe.h', | 102 'public/cpp/system/data_pipe.h', |
| 102 'public/cpp/system/functions.h', | 103 'public/cpp/system/functions.h', |
| 103 'public/cpp/system/handle.h', | 104 'public/cpp/system/handle.h', |
| 104 'public/cpp/system/message.h', | 105 'public/cpp/system/message.h', |
| 105 'public/cpp/system/message_pipe.h', | 106 'public/cpp/system/message_pipe.h', |
| 106 'public/cpp/system/platform_handle.cc', | 107 'public/cpp/system/platform_handle.cc', |
| 107 'public/cpp/system/platform_handle.h', | 108 'public/cpp/system/platform_handle.h', |
| 108 'public/cpp/system/watcher.cc', | 109 'public/cpp/system/watcher.cc', |
| (...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 533 'mojo_interface_bindings_java_sources', | 534 'mojo_interface_bindings_java_sources', |
| 534 'mojo_public_java', | 535 'mojo_public_java', |
| 535 '<(DEPTH)/base/base.gyp:base_java', | 536 '<(DEPTH)/base/base.gyp:base_java', |
| 536 ], | 537 ], |
| 537 'includes': [ '../build/java.gypi' ], | 538 'includes': [ '../build/java.gypi' ], |
| 538 }, | 539 }, |
| 539 ], | 540 ], |
| 540 }], | 541 }], |
| 541 ], | 542 ], |
| 542 } | 543 } |
| OLD | NEW |