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

Side by Side Diff: third_party/WebKit/public/blink.gyp

Issue 1832703002: Mojo: Simplify typemap usage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-bindings-variant-import
Patch Set: add missing mash dependency Created 4 years, 8 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 | « third_party/WebKit/public/BUILD.gn ('k') | url/mojo/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 # Copyright (C) 2013 Google Inc. All rights reserved. 2 # Copyright (C) 2013 Google Inc. All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 'dependencies': [ 90 'dependencies': [
91 '../Source/platform/blink_platform_tests.gyp:blink_platform_test _support', 91 '../Source/platform/blink_platform_tests.gyp:blink_platform_test _support',
92 '../Source/web/web.gyp:blink_web_test_support', 92 '../Source/web/web.gyp:blink_web_test_support',
93 ], 93 ],
94 'export_dependent_settings': [ 94 'export_dependent_settings': [
95 '../Source/platform/blink_platform_tests.gyp:blink_platform_test _support', 95 '../Source/platform/blink_platform_tests.gyp:blink_platform_test _support',
96 '../Source/web/web.gyp:blink_web_test_support', 96 '../Source/web/web.gyp:blink_web_test_support',
97 ], 97 ],
98 }, 98 },
99 { 99 {
100 # GN version: //third_party/WebKit/public:mojo_bindings_blink 100 # GN version: //third_party/WebKit/public:mojo_bindings_wtf
101 # (generated by //third_party/WebKit/public:mojo_bindings)
101 'target_name': 'mojo_bindings_blink_mojom', 102 'target_name': 'mojo_bindings_blink_mojom',
102 'type': 'none', 103 'type': 'none',
103 'variables': { 104 'variables': {
104 'mojom_files': [ 105 'mojom_files': [
105 '<@(blink_mojo_sources)', 106 '<@(blink_mojo_sources)',
106 '<@(blink_android_mojo_sources)', 107 '<@(blink_android_mojo_sources)',
107 ], 108 ],
108 'mojom_variant': 'wtf', 109 'mojom_variant': 'wtf',
109 'for_blink': 'true', 110 'for_blink': 'true',
110 }, 111 },
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 'type': 'static_library', 153 'type': 'static_library',
153 'dependencies': [ 154 'dependencies': [
154 'android_mojo_bindings_mojom', 155 'android_mojo_bindings_mojom',
155 '../../../mojo/mojo_public.gyp:mojo_bindings_java', 156 '../../../mojo/mojo_public.gyp:mojo_bindings_java',
156 ], 157 ],
157 }, 158 },
158 ], 159 ],
159 }], 160 }],
160 ], 161 ],
161 } 162 }
OLDNEW
« no previous file with comments | « third_party/WebKit/public/BUILD.gn ('k') | url/mojo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698