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

Side by Side Diff: mojo/mojo_edk.gyp

Issue 1893313003: [mojo] Use a pipe path to initialise Mojo in elevated utility processes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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 | « mojo/edk/system/channel_win.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 'MOJO_SYSTEM_IMPL_IMPLEMENTATION', 61 'MOJO_SYSTEM_IMPL_IMPLEMENTATION',
62 'MOJO_SYSTEM_IMPLEMENTATION', 62 'MOJO_SYSTEM_IMPLEMENTATION',
63 'MOJO_USE_SYSTEM_IMPL', 63 'MOJO_USE_SYSTEM_IMPL',
64 ], 64 ],
65 'sources': [ 65 'sources': [
66 'edk/embedder/configuration.h', 66 'edk/embedder/configuration.h',
67 'edk/embedder/embedder.cc', 67 'edk/embedder/embedder.cc',
68 'edk/embedder/embedder.h', 68 'edk/embedder/embedder.h',
69 'edk/embedder/embedder_internal.h', 69 'edk/embedder/embedder_internal.h',
70 'edk/embedder/entrypoints.cc', 70 'edk/embedder/entrypoints.cc',
71 'edk/embedder/named_platform_channel_pair_win.cc',
72 'edk/embedder/named_platform_channel_pair_win.h',
71 'edk/embedder/platform_channel_pair.cc', 73 'edk/embedder/platform_channel_pair.cc',
72 'edk/embedder/platform_channel_pair.h', 74 'edk/embedder/platform_channel_pair.h',
73 'edk/embedder/platform_channel_pair_posix.cc', 75 'edk/embedder/platform_channel_pair_posix.cc',
74 'edk/embedder/platform_channel_pair_win.cc', 76 'edk/embedder/platform_channel_pair_win.cc',
75 'edk/embedder/platform_channel_utils_posix.cc', 77 'edk/embedder/platform_channel_utils_posix.cc',
76 'edk/embedder/platform_channel_utils_posix.h', 78 'edk/embedder/platform_channel_utils_posix.h',
77 'edk/embedder/platform_handle.cc', 79 'edk/embedder/platform_handle.cc',
78 'edk/embedder/platform_handle.h', 80 'edk/embedder/platform_handle.h',
79 'edk/embedder/platform_handle_utils.h', 81 'edk/embedder/platform_handle_utils.h',
80 'edk/embedder/platform_handle_utils_posix.cc', 82 'edk/embedder/platform_handle_utils_posix.cc',
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 'mojo_public.gyp:mojo_public_test_support', 273 'mojo_public.gyp:mojo_public_test_support',
272 'mojo_system_impl', 274 'mojo_system_impl',
273 'mojo_test_support_impl', 275 'mojo_test_support_impl',
274 ], 276 ],
275 'sources': [ 277 'sources': [
276 'edk/test/run_all_perftests.cc', 278 'edk/test/run_all_perftests.cc',
277 ], 279 ],
278 }, 280 },
279 ], 281 ],
280 } 282 }
OLDNEW
« no previous file with comments | « mojo/edk/system/channel_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698