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 source_set("platform_handle") {
7 "platform_handle_private_thunks.cc",
8 "platform_handle_private_thunks.h",
13 "//third_party/mojo/src/mojo/public/c/system",
16 defines = [ "PLATFORM_HANDLE_IMPLEMENTATION" ]
19 # Only targets that are registering the thunks should depend upon this.
23 "//mojo/runner:native_application_support",
27 "platform_handle_functions.h",