Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Side by Side Diff: mojo/mojo_public.gyp

Issue 1995753002: [mojo-edk] Expose portable API for platform handle wrapping (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « mojo/mojo_platform_handle.gyp ('k') | mojo/platform_handle/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 # GN version: //mojo/public/c/system 78 # GN version: //mojo/public/c/system
79 'target_name': 'mojo_system_headers', 79 'target_name': 'mojo_system_headers',
80 'type': 'none', 80 'type': 'none',
81 'sources': [ 81 'sources': [
82 'public/c/system/buffer.h', 82 'public/c/system/buffer.h',
83 'public/c/system/core.h', 83 'public/c/system/core.h',
84 'public/c/system/data_pipe.h', 84 'public/c/system/data_pipe.h',
85 'public/c/system/functions.h', 85 'public/c/system/functions.h',
86 'public/c/system/macros.h', 86 'public/c/system/macros.h',
87 'public/c/system/message_pipe.h', 87 'public/c/system/message_pipe.h',
88 'public/c/system/platform_handle.h',
88 'public/c/system/system_export.h', 89 'public/c/system/system_export.h',
89 'public/c/system/types.h', 90 'public/c/system/types.h',
90 'public/c/system/wait_set.h', 91 'public/c/system/wait_set.h',
91 ], 92 ],
92 }, 93 },
93 { 94 {
94 # GN version: //mojo/public/cpp/system 95 # GN version: //mojo/public/cpp/system
95 'target_name': 'mojo_cpp_system', 96 'target_name': 'mojo_cpp_system',
96 'type': 'static_library', 97 'type': 'static_library',
97 'sources': [ 98 'sources': [
98 'public/cpp/system/buffer.h', 99 'public/cpp/system/buffer.h',
99 'public/cpp/system/core.h', 100 'public/cpp/system/core.h',
100 'public/cpp/system/data_pipe.h', 101 'public/cpp/system/data_pipe.h',
101 'public/cpp/system/functions.h', 102 'public/cpp/system/functions.h',
102 'public/cpp/system/handle.h', 103 'public/cpp/system/handle.h',
103 'public/cpp/system/message.h', 104 'public/cpp/system/message.h',
104 'public/cpp/system/message_pipe.h', 105 'public/cpp/system/message_pipe.h',
106 'public/cpp/system/platform_handle.cc',
107 'public/cpp/system/platform_handle.h',
105 'public/cpp/system/watcher.cc', 108 'public/cpp/system/watcher.cc',
106 'public/cpp/system/watcher.h', 109 'public/cpp/system/watcher.h',
107 ], 110 ],
108 'dependencies': [ 111 'dependencies': [
109 '../base/base.gyp:base', 112 '../base/base.gyp:base',
110 'mojo_system_headers', 113 'mojo_system_headers',
111 ], 114 ],
112 }, 115 },
113 { 116 {
114 # GN version: //mojo/public/cpp/bindings 117 # GN version: //mojo/public/cpp/bindings
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 'mojo_interface_bindings_java_sources', 530 'mojo_interface_bindings_java_sources',
528 'mojo_public_java', 531 'mojo_public_java',
529 '<(DEPTH)/base/base.gyp:base_java', 532 '<(DEPTH)/base/base.gyp:base_java',
530 ], 533 ],
531 'includes': [ '../build/java.gypi' ], 534 'includes': [ '../build/java.gypi' ],
532 }, 535 },
533 ], 536 ],
534 }], 537 }],
535 ], 538 ],
536 } 539 }
OLDNEW
« no previous file with comments | « mojo/mojo_platform_handle.gyp ('k') | mojo/platform_handle/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698