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

Side by Side Diff: content/content_common_mojo_bindings.gyp

Issue 1904163002: Move Web Notifications to use Mojo Base URL: https://chromium.googlesource.com/chromium/src.git@skbitmap-blink
Patch Set: it works \o/ Created 4 years, 7 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 unified diff | Download patch
« no previous file with comments | « content/content_common.gypi ('k') | content/content_renderer.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //content/common:mojo_bindings_blink
9 'target_name': 'content_common_mojo_bindings_blink_mojom',
10 'type': 'none',
11 'variables': {
12 'mojom_files': [
13 # NOTE: Sources duplicated in
14 # //content/common/BUILD.gn:mojo_bindings_blink.
15 'common/notification_service_worker_client.mojom',
16
17 # NOTE: Sources duplicated in
18 # //content/public/common/BUILD.gn:mojo_bindings_blink.
19 'public/common/service_worker_event_status.mojom',
20 ],
21 'for_blink': 'true',
22 },
23 'dependencies': [
24 '../third_party/WebKit/public/blink.gyp:mojo_bindings',
25 ],
26 'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ],
27 },
28 {
8 # GN version: //content/common:mojo_bindings 29 # GN version: //content/common:mojo_bindings
9 'target_name': 'content_common_mojo_bindings_mojom', 30 'target_name': 'content_common_mojo_bindings_mojom',
10 'type': 'none', 31 'type': 'none',
11 'variables': { 32 'variables': {
12 'mojom_files': [ 33 'mojom_files': [
13 # NOTE: Sources duplicated in //content/common/BUILD.gn:mojo_bindings. 34 # NOTE: Sources duplicated in //content/common/BUILD.gn:mojo_bindings.
14 'common/application_setup.mojom', 35 'common/application_setup.mojom',
15 'common/background_sync_service.mojom', 36 'common/background_sync_service.mojom',
16 'common/image_downloader/image_downloader.mojom', 37 'common/image_downloader/image_downloader.mojom',
17 'common/leveldb_wrapper.mojom', 38 'common/leveldb_wrapper.mojom',
39 'common/notification_service_worker_client.mojom',
18 'common/presentation/presentation_service.mojom', 40 'common/presentation/presentation_service.mojom',
19 'common/process_control.mojom', 41 'common/process_control.mojom',
20 'common/render_frame_setup.mojom', 42 'common/render_frame_setup.mojom',
21 'common/service_worker/embedded_worker_setup.mojom', 43 'common/service_worker/embedded_worker_setup.mojom',
22 'common/storage_partition_service.mojom', 44 'common/storage_partition_service.mojom',
23 'common/vr_service.mojom', 45 'common/vr_service.mojom',
24 46
25 # NOTE: Sources duplicated in 47 # NOTE: Sources duplicated in
26 # //content/public/common/BUILD.gn:mojo_bindings. 48 # //content/public/common/BUILD.gn:mojo_bindings.
27 'public/common/background_sync.mojom', 49 'public/common/background_sync.mojom',
(...skipping 15 matching lines...) Expand all
43 'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ], 65 'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ],
44 }, 66 },
45 { 67 {
46 'target_name': 'content_common_mojo_bindings', 68 'target_name': 'content_common_mojo_bindings',
47 'type': 'static_library', 69 'type': 'static_library',
48 'variables': { 70 'variables': {
49 'enable_wexit_time_destructors': 1, 71 'enable_wexit_time_destructors': 1,
50 }, 72 },
51 'dependencies': [ 73 'dependencies': [
52 '../url/url.gyp:url_mojom', 74 '../url/url.gyp:url_mojom',
75 'content_common_mojo_bindings_blink_mojom',
53 'content_common_mojo_bindings_mojom', 76 'content_common_mojo_bindings_mojom',
54 ], 77 ],
55 'export_dependent_settings': [ 78 'export_dependent_settings': [
56 '../url/url.gyp:url_mojom', 79 '../url/url.gyp:url_mojom',
57 ], 80 ],
58 }, 81 },
59 ] 82 ]
60 } 83 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698