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

Side by Side Diff: third_party/mojo/mojo_public.gyp

Issue 1429553002: API definition for WaitSet. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years 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/public/c/system/wait_set.h ('k') | third_party/mojo/src/mojo/edk/embedder/entrypoints.cc » ('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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « mojo/public/c/system/wait_set.h ('k') | third_party/mojo/src/mojo/edk/embedder/entrypoints.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698