Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(345)

Unified Diff: mojo/examples/compositor_app/BUILD.gn

Issue 640023004: cc: Make OutputSurface::SwapBuffers pure virtual (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@latinfo
Patch Set: rebase, comment, removed unused includes Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/examples/BUILD.gn ('k') | mojo/examples/compositor_app/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/examples/compositor_app/BUILD.gn
diff --git a/mojo/examples/compositor_app/BUILD.gn b/mojo/examples/compositor_app/BUILD.gn
deleted file mode 100644
index ff8b4ae2696025b3294417eac968345b69b4d510..0000000000000000000000000000000000000000
--- a/mojo/examples/compositor_app/BUILD.gn
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# GYP version mojo/mojo_examples.gypi:mojo_compositor_app
-shared_library("compositor_app") {
- output_name = "mojo_compositor_app"
-
- sources = [
- "compositor_app.cc",
- "compositor_host.cc",
- "compositor_host.h",
- ]
-
- deps = [
- "//base",
- "//cc",
- "//mojo/application",
- "//mojo/cc",
- "//mojo/common",
- "//mojo/converters/geometry",
- "//mojo/public/c/system:for_shared_library",
- "//mojo/public/gles2:for_shared_library",
- "//mojo/services/public/interfaces/geometry",
- "//mojo/services/public/interfaces/gpu",
- "//mojo/services/public/interfaces/native_viewport",
- ]
-}
« no previous file with comments | « mojo/examples/BUILD.gn ('k') | mojo/examples/compositor_app/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698