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

Unified Diff: mojo/mojo_public.gyp

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/mojo_edk_tests.gyp ('k') | mojo/mojo_public_environment_unittests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_public.gyp
diff --git a/mojo/mojo_public.gyp b/mojo/mojo_public.gyp
index b9c5b8b44af54dd3dbe7fb4d02a9d15185eb2a50..e72ce0b563399aa3591798d9c1fe72b0e277938a 100644
--- a/mojo/mojo_public.gyp
+++ b/mojo/mojo_public.gyp
@@ -232,33 +232,6 @@
],
},
{
- # GN version: //mojo/public/cpp/environment:standalone
- 'target_name': 'mojo_environment_standalone',
- 'type': 'static_library',
- 'sources': [
- 'public/c/environment/async_waiter.h',
- 'public/c/environment/logger.h',
- 'public/cpp/environment/async_waiter.h',
- 'public/cpp/environment/environment.h',
- 'public/cpp/environment/lib/async_waiter.cc',
- 'public/cpp/environment/lib/default_async_waiter.cc',
- 'public/cpp/environment/lib/default_async_waiter.h',
- 'public/cpp/environment/lib/default_logger.cc',
- 'public/cpp/environment/lib/default_logger.h',
- 'public/cpp/environment/lib/default_task_tracker.cc',
- 'public/cpp/environment/lib/default_task_tracker.h',
- 'public/cpp/environment/lib/environment.cc',
- 'public/cpp/environment/lib/logging.cc',
- 'public/cpp/environment/lib/scoped_task_tracking.cc',
- 'public/cpp/environment/lib/scoped_task_tracking.h',
- 'public/cpp/environment/logging.h',
- 'public/cpp/environment/task_tracker.h',
- ],
- 'include_dirs': [
- '..',
- ],
- },
- {
# GN version: //mojo/public/cpp/utility
'target_name': 'mojo_utility',
'type': 'static_library',
« no previous file with comments | « mojo/mojo_edk_tests.gyp ('k') | mojo/mojo_public_environment_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698