Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / mojo / cc / BUILD.gn
index 415bf44..af2a8e5 100644 (file)
@@ -2,17 +2,23 @@
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 
+# GYP version: mojo/mojo.gyp:mojo_cc_support
 source_set("cc") {
   deps = [
     "//base",
     "//cc",
+    "//cc/surfaces",
     "//skia",
     "//gpu/command_buffer/client:gles2_implementation",
-    "//mojo/public/gles2",
+    "//mojo/public/gles2:for_shared_library",
+    "//mojo/services/public/cpp/surfaces",
+    "//mojo/services/public/interfaces/surfaces",
   ]
 
   sources = [
     "context_provider_mojo.cc",
     "context_provider_mojo.h",
+    "output_surface_mojo.cc",
+    "output_surface_mojo.h",
   ]
 }