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

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: Fix comment. Created 5 years, 1 month 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
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 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 'dependencies': [ 389 'dependencies': [
389 'mojo_interface_bindings_java_sources', 390 'mojo_interface_bindings_java_sources',
390 'mojo_public_java', 391 'mojo_public_java',
391 ], 392 ],
392 'includes': [ '../../build/java.gypi' ], 393 'includes': [ '../../build/java.gypi' ],
393 }, 394 },
394 ], 395 ],
395 }], 396 }],
396 ], 397 ],
397 } 398 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698