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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 'type': 'none', | 62 'type': 'none', |
63 'sources': [ | 63 'sources': [ |
64 '../../mojo/public/c/system/buffer.h', | 64 '../../mojo/public/c/system/buffer.h', |
65 '../../mojo/public/c/system/core.h', | 65 '../../mojo/public/c/system/core.h', |
66 '../../mojo/public/c/system/data_pipe.h', | 66 '../../mojo/public/c/system/data_pipe.h', |
67 '../../mojo/public/c/system/functions.h', | 67 '../../mojo/public/c/system/functions.h', |
68 '../../mojo/public/c/system/macros.h', | 68 '../../mojo/public/c/system/macros.h', |
69 '../../mojo/public/c/system/message_pipe.h', | 69 '../../mojo/public/c/system/message_pipe.h', |
70 '../../mojo/public/c/system/system_export.h', | 70 '../../mojo/public/c/system/system_export.h', |
71 '../../mojo/public/c/system/types.h', | 71 '../../mojo/public/c/system/types.h', |
| 72 '../../mojo/public/c/system/wait_set.h', |
72 ], | 73 ], |
73 }, | 74 }, |
74 { | 75 { |
75 # GN version: //mojo/public/cpp/system | 76 # GN version: //mojo/public/cpp/system |
76 'target_name': 'mojo_system_cpp_headers', | 77 'target_name': 'mojo_system_cpp_headers', |
77 'type': 'none', | 78 'type': 'none', |
78 'sources': [ | 79 'sources': [ |
79 '../../mojo/public/cpp/system/buffer.h', | 80 '../../mojo/public/cpp/system/buffer.h', |
80 '../../mojo/public/cpp/system/core.h', | 81 '../../mojo/public/cpp/system/core.h', |
81 '../../mojo/public/cpp/system/data_pipe.h', | 82 '../../mojo/public/cpp/system/data_pipe.h', |
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
435 'dependencies': [ | 436 'dependencies': [ |
436 'mojo_interface_bindings_java_sources', | 437 'mojo_interface_bindings_java_sources', |
437 'mojo_public_java', | 438 'mojo_public_java', |
438 ], | 439 ], |
439 'includes': [ '../../build/java.gypi' ], | 440 'includes': [ '../../build/java.gypi' ], |
440 }, | 441 }, |
441 ], | 442 ], |
442 }], | 443 }], |
443 ], | 444 ], |
444 } | 445 } |
OLD | NEW |