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
3 # found in the LICENSE file.
5 import("//testing/test.gni")
7 component("message_pump") {
11 "message_pump_mojo.cc",
12 "message_pump_mojo.h",
13 "message_pump_mojo_handler.h",
18 defines = [ "MOJO_MESSAGE_PUMP_IMPLEMENTATION" ]
22 "//base/third_party/dynamic_annotations",
23 "//third_party/mojo/src/mojo/public/c/system:for_component",
24 "//third_party/mojo/src/mojo/public/cpp/system",