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

Side by Side Diff: mojo/mojo_public.gyp

Issue 2036053002: Mojo: Add a C++-style SharedBuffer API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « no previous file | mojo/public/cpp/system/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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « no previous file | mojo/public/cpp/system/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698