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

Unified Diff: content/content_common_mojo_bindings.gyp

Issue 792173002: Revert of Implement HasPermission() method in PermissionService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « content/content_browser.gypi ('k') | content/content_common_mojo_bindings.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common_mojo_bindings.gyp
diff --git a/content/content_common_mojo_bindings.gyp b/content/content_common_mojo_bindings.gyp
deleted file mode 100644
index 1a969edbfc881cb5c8e5e26e3bd48db3b4946fd2..0000000000000000000000000000000000000000
--- a/content/content_common_mojo_bindings.gyp
+++ /dev/null
@@ -1,37 +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.
-
-{
- 'targets': [
- {
- 'target_name': 'content_common_mojo_bindings_mojom',
- 'type': 'none',
- 'variables': {
- 'mojom_files': [
- # NOTE: Sources duplicated in //content/common/BUILD.gn:mojo_bindings.
- 'common/geolocation_service.mojom',
- 'common/permission_service.mojom',
- 'common/render_frame_setup.mojom',
-
- # NOTE: Sources duplicated in
- # //content/public/common/BUILD.gn:mojo_bindings.
- 'public/common/mojo_geoposition.mojom',
- 'public/common/permission_status.mojom',
- ],
- },
- 'includes': [ '../mojo/public/tools/bindings/mojom_bindings_generator_explicit.gypi' ],
- },
- {
- 'target_name': 'content_common_mojo_bindings',
- 'type': 'static_library',
- 'variables': { 'enable_wexit_time_destructors': 1, },
- 'dependencies': [
- 'content_common_mojo_bindings_mojom',
- '../mojo/mojo_base.gyp:mojo_environment_chromium',
- '../mojo/public/mojo_public.gyp:mojo_application_bindings',
- '../mojo/public/mojo_public.gyp:mojo_cpp_bindings',
- ]
- },
- ]
-}
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_common_mojo_bindings.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698