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",
12 "//third_party/mojo/src/mojo/public/c/system",
19 defines = [ "PLATFORM_HANDLE_IMPLEMENTATION" ]
22 # Only targets that are registering the thunks or get linked into the runner
23 # depend upon this target. The rest should use the |platform_handle| target
28 "//components/mus/gles2",
30 "//mojo/runner:native_application_support",
35 "platform_handle_exports.h",
36 "platform_handle_functions.h",
40 "//third_party/mojo/src/mojo/public/c/system",