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

Unified Diff: chrome/browser/ui/webui/omnibox/BUILD.gn

Issue 335053002: Add GN build for some chrome common, chrome net, and resources targets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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
Index: chrome/browser/ui/webui/omnibox/BUILD.gn
diff --git a/mojo/public/interfaces/interface_provider/BUILD.gn b/chrome/browser/ui/webui/omnibox/BUILD.gn
similarity index 63%
copy from mojo/public/interfaces/interface_provider/BUILD.gn
copy to chrome/browser/ui/webui/omnibox/BUILD.gn
index 55d5b0a37da471bc2666f1918b7b9cc2986c84f8..53f4c374935e5003425d8523f1de813b41617766 100644
--- a/mojo/public/interfaces/interface_provider/BUILD.gn
+++ b/chrome/browser/ui/webui/omnibox/BUILD.gn
@@ -1,11 +1,12 @@
-# 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")
-
-mojom("interface_provider") {
- sources = [
- "interface_provider.mojom",
- ]
-}
+# 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: chrome/chrome_web_ui_mojo_bindings.gyp:webui_mojo_bindings
+mojom("mojo_bindings") {
+ sources = [
+ "omnibox.mojom",
+ ]
+}
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/chrome_common.gypi » ('j') | chrome/common/net/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698