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

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

Issue 684543003: Move //mojo/examples to //examples (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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/aura_demo/view_manager_init.cc ('k') | mojo/examples/bitmap_uploader/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/examples/bitmap_uploader/BUILD.gn
diff --git a/mojo/examples/bitmap_uploader/BUILD.gn b/mojo/examples/bitmap_uploader/BUILD.gn
deleted file mode 100644
index ba8f936e13b4c427e0fa9fce9e12e8e66b7666bf..0000000000000000000000000000000000000000
--- a/mojo/examples/bitmap_uploader/BUILD.gn
+++ /dev/null
@@ -1,36 +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.
-
-source_set("bitmap_uploader") {
- sources = [
- "bitmap_uploader.cc",
- "bitmap_uploader.h",
- ]
-
- public_deps = [
- "//base",
- "//cc/surfaces",
- "//mojo/public/c/gles2",
- "//mojo/services/public/interfaces/gpu",
- "//mojo/services/public/interfaces/surfaces",
- "//skia",
- "//ui/gfx/geometry",
- ]
- deps = [
- "//gpu",
- "//mojo/application",
- "//mojo/converters/geometry",
- "//mojo/converters/surfaces",
- "//mojo/public/cpp/bindings:bindings",
- "//mojo/public/interfaces/application",
- "//mojo/services/public/cpp/view_manager",
- "//mojo/services/public/interfaces/geometry",
- "//mojo/services/public/interfaces/input_events:input_events",
- "//mojo/services/public/interfaces/surfaces:surface_id",
- "//mojo/services/public/interfaces/view_manager",
- "//mojo/services/public/interfaces/window_manager2",
- "//ui/events",
- "//ui/gfx",
- ]
-}
« no previous file with comments | « mojo/examples/aura_demo/view_manager_init.cc ('k') | mojo/examples/bitmap_uploader/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698