OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |