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

Unified Diff: mojo/aura/BUILD.gn

Issue 851853002: It is time. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Trying to reup because the last upload failed. Created 5 years, 11 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 | « gpu/gpu_config.gypi ('k') | mojo/aura/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/aura/BUILD.gn
diff --git a/mojo/aura/BUILD.gn b/mojo/aura/BUILD.gn
deleted file mode 100644
index add74cde24c962e57ebce587a233c870d61f865a..0000000000000000000000000000000000000000
--- a/mojo/aura/BUILD.gn
+++ /dev/null
@@ -1,43 +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.gyp:mojo_aura_support
-source_set("aura") {
- sources = [
- "aura_init.cc",
- "aura_init.h",
- "screen_mojo.cc",
- "screen_mojo.h",
- "surface_binding.cc",
- "surface_binding.h",
- "surface_context_factory.cc",
- "surface_context_factory.h",
- "window_tree_host_mojo.cc",
- "window_tree_host_mojo.h",
- ]
-
- public_deps = [
- "//mojo/services/view_manager/public/cpp",
- ]
- deps = [
- "//cc",
- "//cc/surfaces",
- "//skia",
- "//ui/aura",
- "//ui/compositor",
- "//ui/events",
- "//ui/events:events_base",
- "//ui/gl",
- "//mojo/cc",
- "//mojo/converters/geometry",
- "//mojo/converters/surfaces",
- "//mojo/public/c/gles2",
- "//mojo/public/cpp/application",
- "//mojo/public/interfaces/application:application",
- "//mojo/services/gpu/public/interfaces",
- "//mojo/services/native_viewport/public/interfaces",
- "//mojo/services/surfaces/public/interfaces",
- "//mojo/services/view_manager/public/cpp",
- ]
-}
« no previous file with comments | « gpu/gpu_config.gypi ('k') | mojo/aura/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698