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

Side by Side Diff: mojo/mojo_public.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_edk_nacl.gyp ('k') | mojo/mojo_public_nacl.gyp » ('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 Chroium Authors. All rights reserved. 1 # Copyright 2014 The Chroium 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_public.gypi', 7 'mojo_public.gypi',
8 ], 8 ],
9 'variables': { 9 'variables': {
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 }, 67 },
68 { 68 {
69 # GN version: //mojo/message_pump 69 # GN version: //mojo/message_pump
70 'target_name': 'mojo_message_pump_lib', 70 'target_name': 'mojo_message_pump_lib',
71 'type': '<(component)', 71 'type': '<(component)',
72 'defines': [ 72 'defines': [
73 'MOJO_MESSAGE_PUMP_IMPLEMENTATION', 73 'MOJO_MESSAGE_PUMP_IMPLEMENTATION',
74 ], 74 ],
75 'dependencies': [ 75 'dependencies': [
76 '../base/base.gyp:base', 76 '../base/base.gyp:base',
77 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
78 'mojo_cpp_system', 77 'mojo_cpp_system',
79 ], 78 ],
80 'export_dependent_settings': [
81 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
82 ],
83 'sources': [ 79 'sources': [
84 'message_pump/handle_watcher.cc', 80 'message_pump/handle_watcher.cc',
85 'message_pump/handle_watcher.h', 81 'message_pump/handle_watcher.h',
86 'message_pump/message_pump_mojo.cc', 82 'message_pump/message_pump_mojo.cc',
87 'message_pump/message_pump_mojo.h', 83 'message_pump/message_pump_mojo.h',
88 'message_pump/message_pump_mojo_handler.h', 84 'message_pump/message_pump_mojo_handler.h',
89 'message_pump/time_helper.cc', 85 'message_pump/time_helper.cc',
90 'message_pump/time_helper.h', 86 'message_pump/time_helper.h',
91 ], 87 ],
92 }, 88 },
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 'configurations': { 299 'configurations': {
304 'Common_Base': { 300 'Common_Base': {
305 'msvs_target_platform': 'x64', 301 'msvs_target_platform': 'x64',
306 }, 302 },
307 }, 303 },
308 }, 304 },
309 ], 305 ],
310 }], 306 }],
311 ], 307 ],
312 } 308 }
OLDNEW
« no previous file with comments | « mojo/mojo_edk_nacl.gyp ('k') | mojo/mojo_public_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698