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

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

Issue 814543006: Move //mojo/{public, edk} underneath //third_party (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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 | « mojo/public/cpp/application/tests/service_registry_unittest.cc ('k') | mojo/public/cpp/bindings/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/bindings/BUILD.gn
diff --git a/mojo/public/cpp/bindings/BUILD.gn b/mojo/public/cpp/bindings/BUILD.gn
deleted file mode 100644
index 515c3e1d517498cd478dd883691724b0f1b10cfc..0000000000000000000000000000000000000000
--- a/mojo/public/cpp/bindings/BUILD.gn
+++ /dev/null
@@ -1,79 +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_sdk.gni")
-
-mojo_sdk_source_set("bindings") {
- sources = [
- "array.h",
- "binding.h",
- "error_handler.h",
- "interface_ptr.h",
- "map.h",
- "message.h",
- "message_filter.h",
- "no_interface.h",
- "strong_binding.h",
- "string.h",
- "struct_ptr.h",
- "type_converter.h",
- "lib/array_internal.cc",
- "lib/array_internal.h",
- "lib/array_serialization.h",
- "lib/bindings_internal.h",
- "lib/bindings_serialization.cc",
- "lib/bindings_serialization.h",
- "lib/bounds_checker.cc",
- "lib/bounds_checker.h",
- "lib/buffer.h",
- "lib/connector.cc",
- "lib/connector.h",
- "lib/filter_chain.cc",
- "lib/filter_chain.h",
- "lib/fixed_buffer.cc",
- "lib/fixed_buffer.h",
- "lib/map_data_internal.h",
- "lib/map_internal.h",
- "lib/map_serialization.h",
- "lib/message.cc",
- "lib/message_builder.cc",
- "lib/message_builder.h",
- "lib/message_filter.cc",
- "lib/message_header_validator.cc",
- "lib/message_header_validator.h",
- "lib/message_internal.h",
- "lib/message_queue.cc",
- "lib/message_queue.h",
- "lib/no_interface.cc",
- "lib/router.cc",
- "lib/router.h",
- "lib/string_serialization.cc",
- "lib/string_serialization.h",
- "lib/union_accessor.h",
- "lib/validate_params.h",
- "lib/validation_errors.cc",
- "lib/validation_errors.h",
- ]
-
- deps = [
- ":callback",
- ]
-
- mojo_sdk_deps = [
- "mojo/public/cpp/environment",
- "mojo/public/cpp/system",
- ]
-}
-
-mojo_sdk_source_set("callback") {
- sources = [
- "callback.h",
- "lib/callback_internal.h",
- "lib/template_util.h",
- "lib/shared_data.h",
- "lib/shared_ptr.h",
- ]
-
- mojo_sdk_deps = [ "mojo/public/cpp/system" ]
-}
« no previous file with comments | « mojo/public/cpp/application/tests/service_registry_unittest.cc ('k') | mojo/public/cpp/bindings/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698