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

Unified Diff: ui/keyboard/webui/BUILD.gn

Issue 577383002: Folds ui/keyboard/webui/BUILD.gn into ui/keyboard/BUILD.gn (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « ui/keyboard/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/webui/BUILD.gn
diff --git a/ui/keyboard/webui/BUILD.gn b/ui/keyboard/webui/BUILD.gn
deleted file mode 100644
index cf306815aa39b1b2795f2ad830ed5a483a1d22c7..0000000000000000000000000000000000000000
--- a/ui/keyboard/webui/BUILD.gn
+++ /dev/null
@@ -1,42 +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.
-
-import("//mojo/public/tools/bindings/mojom.gni")
-
-# GYP version: ui/keyboard/keyboard.gyp:keyboard_mojom_bindings
-mojom("mojo_bindings") {
- sources = [
- "keyboard.mojom",
- ]
-}
-
-# GYP version: part of ui/keyboard/keyboard.gyp:keyboard
-source_set("webui") {
- visibility = [ "//ui/keyboard" ]
-
- sources = [
- "../keyboard_export.h",
- "vk_mojo_handler.cc",
- "vk_mojo_handler.h",
- "vk_webui_controller.cc",
- "vk_webui_controller.h",
- ]
-
- deps = [
- ":mojo_bindings",
- "//base",
- "//content/public/browser",
- "//content/public/common",
- "//ui/aura",
- "//ui/base",
- "//ui/keyboard:resources",
- "//mojo/public/cpp/bindings",
- "//mojo/environment:chromium",
- "//mojo/bindings/js",
- "//mojo/system",
- ]
-
- defines = [ "KEYBOARD_IMPLEMENTATION" ]
-
-}
« no previous file with comments | « ui/keyboard/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698