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

Unified Diff: content/content_common_mojo_bindings.gyp

Issue 2321743002: Inline content_[tests/browser/android].gypi into GN build. (Closed)
Patch Set: gen file fix Created 4 years, 3 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 | « content/content_browser.gypi ('k') | content/content_gpu.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 444c7c1787b8eeadb8cc8356830e632226b671be..0000000000000000000000000000000000000000
--- a/content/content_common_mojo_bindings.gyp
+++ /dev/null
@@ -1,60 +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': [
- {
- # GN version: //content/common:mojo_bindings
- 'target_name': 'content_common_mojo_bindings_mojom',
- 'type': 'none',
- 'variables': {
- 'mojom_files': [
- # NOTE: Sources duplicated in //content/common/BUILD.gn:mojo_bindings.
- 'common/frame.mojom',
- 'common/image_downloader/image_downloader.mojom',
- 'common/leveldb_wrapper.mojom',
- 'common/process_control.mojom',
- 'common/render_frame_message_filter.mojom',
- 'common/service_worker/embedded_worker_setup.mojom',
- 'common/storage_partition_service.mojom',
- '../third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom',
- ],
- 'mojom_typemaps': [
- 'common/bluetooth/web_bluetooth_device_id.typemap',
- '../device/bluetooth/public/interfaces/bluetooth_uuid.typemap',
- '../skia/public/interfaces/skbitmap.typemap',
- '../ui/gfx/geometry/mojo/geometry.typemap',
- '../url/mojo/gurl.typemap',
- '../url/mojo/origin.typemap',
- ],
- },
- 'dependencies': [
- '../components/leveldb/leveldb.gyp:leveldb_bindings_mojom',
- '../mojo/mojo_public.gyp:mojo_cpp_bindings',
- '../services/shell/shell_public.gyp:shell_public',
- '../skia/skia.gyp:skia_mojo',
- '../third_party/WebKit/public/blink.gyp:mojo_bindings',
- '../ui/gfx/gfx.gyp:mojo_geometry_bindings',
- ],
- 'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ],
- },
- {
- 'target_name': 'content_common_mojo_bindings',
- 'type': 'static_library',
- 'variables': {
- 'enable_wexit_time_destructors': 1,
- },
- 'dependencies': [
- '../device/sensors/sensors.gyp:device_sensors_mojo_bindings',
- '../url/url.gyp:url_mojom',
- '../skia/skia.gyp:skia',
- 'content_common_mojo_bindings_mojom',
- ],
- 'export_dependent_settings': [
- '../skia/skia.gyp:skia',
- '../url/url.gyp:url_mojom',
- ],
- },
- ]
-}
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_gpu.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698