Updating trunk VERSION from 2139.0 to 2140.0
[chromium-blink-merge.git] / mojo / cc / BUILD.gn
blob7fbe9ffee1ccc54cd779e3f38ca18b1adc0baa10
1 # Copyright 2014 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("//mojo/system.gni")
7 # GYP version: mojo/mojo.gyp:mojo_cc_support
8 source_set("cc") {
9   deps = [
10     "//base",
11     "//cc",
12     "//cc/surfaces",
13     "//skia",
14     "//gpu/command_buffer/client:gles2_implementation",
15     "//mojo/services/public/cpp/surfaces",
16     "//mojo/services/public/interfaces/surfaces",
17   ] + mojo_gles2_for_shared_library
19   sources = [
20     "context_provider_mojo.cc",
21     "context_provider_mojo.h",
22     "output_surface_mojo.cc",
23     "output_surface_mojo.h",
24   ]