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

Unified Diff: mojo/public/c/bindings/BUILD.gn

Issue 2232833003: Change the canonical way to include the C bindings headers to <mojo/bindings/*.h>. (Closed) Base URL: https://github.com/domokit/mojo.git@work791_mojo_tests
Patch Set: rebased Created 4 years, 4 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/public/c/BUILD.gn ('k') | mojo/public/c/bindings/array.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/c/bindings/BUILD.gn
diff --git a/mojo/public/c/bindings/BUILD.gn b/mojo/public/c/bindings/BUILD.gn
deleted file mode 100644
index de2da899b34fca3dc006322edd470a3706916423..0000000000000000000000000000000000000000
--- a/mojo/public/c/bindings/BUILD.gn
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2016 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_sdk.gni")
-
-mojo_sdk_source_set("bindings") {
- sources = [
- "array.h",
- "buffer.h",
- "interface.h",
- "map.h",
- "message.h",
- "string.h",
- "struct.h",
- "union.h",
- "validation.h",
-
- # Implementation details.
- "lib/array.c",
- "lib/buffer.c",
- "lib/map.c",
- "lib/message.c",
- "lib/struct.c",
- "lib/type_descriptor.c",
- "lib/type_descriptor.h",
- "lib/union.c",
- "lib/util.h",
- ]
-
- mojo_sdk_public_deps = [ "mojo/public/c:system" ]
-}
« no previous file with comments | « mojo/public/c/BUILD.gn ('k') | mojo/public/c/bindings/array.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698