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

Side by Side Diff: mojo/mojo_public_nacl.gyp

Issue 2084443002: Remove all mojo and IPC dependencies on dynamic annotations. (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 | « mojo/mojo_public.gyp ('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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/common_untrusted.gypi', 10 '../build/common_untrusted.gypi',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 'nlib_target': 'libmojo_cpp_bindings_nacl.a', 45 'nlib_target': 'libmojo_cpp_bindings_nacl.a',
46 'build_glibc': 0, 46 'build_glibc': 0,
47 'build_newlib': 0, 47 'build_newlib': 0,
48 'build_irt': 1, 48 'build_irt': 1,
49 'build_pnacl_newlib': 0, 49 'build_pnacl_newlib': 0,
50 'build_nonsfi_helper': 1, 50 'build_nonsfi_helper': 1,
51 }, 51 },
52 'dependencies': [ 52 'dependencies': [
53 '../base/base_nacl.gyp:base_nacl', 53 '../base/base_nacl.gyp:base_nacl',
54 '../base/base_nacl.gyp:base_nacl_nonsfi', 54 '../base/base_nacl.gyp:base_nacl_nonsfi',
55 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
56 '../mojo/mojo_public.gyp:mojo_interface_bindings_cpp_sources', 55 '../mojo/mojo_public.gyp:mojo_interface_bindings_cpp_sources',
57 'mojo_cpp_system_nacl', 56 'mojo_cpp_system_nacl',
58 ], 57 ],
59 'sources': [ 58 'sources': [
60 '<@(mojo_cpp_bindings_sources)', 59 '<@(mojo_cpp_bindings_sources)',
61 60
62 # This comes from the mojo_interface_bindings_cpp_sources dependency. 61 # This comes from the mojo_interface_bindings_cpp_sources dependency.
63 '>@(mojom_generated_sources)', 62 '>@(mojom_generated_sources)',
64 ], 63 ],
65 }, 64 },
(...skipping 13 matching lines...) Expand all
79 'sources': [ 78 'sources': [
80 '<@(mojo_cpp_system_sources)', 79 '<@(mojo_cpp_system_sources)',
81 ], 80 ],
82 'dependencies': [ 81 'dependencies': [
83 '../base/base_nacl.gyp:base_nacl', 82 '../base/base_nacl.gyp:base_nacl',
84 'mojo_public_system_nacl', 83 'mojo_public_system_nacl',
85 ], 84 ],
86 }, 85 },
87 ], 86 ],
88 } 87 }
OLDNEW
« no previous file with comments | « mojo/mojo_public.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698