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

Unified Diff: mojo/environment/BUILD.gn

Issue 1765243002: Remove Mojo bindings environment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/edk/test/BUILD.gn ('k') | mojo/environment/default_async_waiter_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/environment/BUILD.gn
diff --git a/mojo/environment/BUILD.gn b/mojo/environment/BUILD.gn
deleted file mode 100644
index d794af7202e58436cdd352c6e9373bd5d923f676..0000000000000000000000000000000000000000
--- a/mojo/environment/BUILD.gn
+++ /dev/null
@@ -1,59 +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.
-
-# GYP version: mojo_base.gyp:mojo_environment_chromium
-source_set("chromium") {
- output_name = "mojo_environment_chromium"
-
- sources = [
- "environment.cc",
-
- # TODO(vtl): This is kind of ugly. (See TODO in logging.h.)
- "//mojo/public/cpp/environment/async_waiter.h",
- "//mojo/public/cpp/environment/lib/async_waiter.cc",
- "//mojo/public/cpp/environment/lib/logging.cc",
- "//mojo/public/cpp/environment/lib/scoped_task_tracking.cc",
- "//mojo/public/cpp/environment/lib/scoped_task_tracking.h",
- "//mojo/public/cpp/environment/logging.h",
- "//mojo/public/cpp/environment/task_tracker.h",
- ]
-
- public_deps = [
- ":chromium_impl",
- ]
-
- deps = [
- "//mojo/public/c/environment",
- "//mojo/public/cpp/bindings:callback",
- "//mojo/public/cpp/environment",
- "//mojo/public/cpp/system",
- ]
-}
-
-# GYP version: mojo_base.gyp:mojo_environment_chromium_impl
-component("chromium_impl") {
- output_name = "mojo_environment_impl"
- visibility = [ "//mojo/*" ]
-
- sources = [
- "default_async_waiter_impl.cc",
- "default_async_waiter_impl.h",
- "default_logger_impl.cc",
- "default_logger_impl.h",
- "default_run_loop_impl.cc",
- "default_run_loop_impl.h",
- "default_task_tracker_impl.cc",
- "default_task_tracker_impl.h",
- ]
-
- defines = [ "MOJO_ENVIRONMENT_IMPL_IMPLEMENTATION" ]
-
- deps = [
- "//base",
- "//base/third_party/dynamic_annotations",
- "//mojo/message_pump",
- "//mojo/public/c/system:for_component",
- "//mojo/public/cpp/environment:environment",
- ]
-}
« no previous file with comments | « mojo/edk/test/BUILD.gn ('k') | mojo/environment/default_async_waiter_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698