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

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

Issue 1902263004: Mojo: Change the blink variant from "wtf" to "blink". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« mojo/mojo_public.gyp ('K') | « third_party/WebKit/public/BUILD.gn ('k') | no next file » | 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 { 99 {
100 # GN version: //third_party/WebKit/public:mojo_bindings_wtf 100 # GN version: //third_party/WebKit/public:mojo_bindings_wtf
101 # (generated by //third_party/WebKit/public:mojo_bindings) 101 # (generated by //third_party/WebKit/public:mojo_bindings)
102 'target_name': 'mojo_bindings_blink_mojom', 102 'target_name': 'mojo_bindings_blink_mojom',
103 'type': 'none', 103 'type': 'none',
104 'variables': { 104 'variables': {
105 'mojom_files': [ 105 'mojom_files': [
106 '<@(blink_mojo_sources)', 106 '<@(blink_mojo_sources)',
107 '<@(blink_android_mojo_sources)', 107 '<@(blink_android_mojo_sources)',
108 ], 108 ],
109 'mojom_variant': 'wtf', 109 'mojom_variant': 'blink',
110 'for_blink': 'true', 110 'for_blink': 'true',
111 }, 111 },
112 'includes': [ 112 'includes': [
113 '../../../mojo/mojom_bindings_generator_explicit.gypi', 113 '../../../mojo/mojom_bindings_generator_explicit.gypi',
114 ], 114 ],
115 }, 115 },
116 { 116 {
117 # GN version: //third_party/WebKit/public:mojo_bindings 117 # GN version: //third_party/WebKit/public:mojo_bindings
118 'target_name': 'mojo_bindings_mojom', 118 'target_name': 'mojo_bindings_mojom',
119 'type': 'none', 119 'type': 'none',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 'type': 'static_library', 153 'type': 'static_library',
154 'dependencies': [ 154 'dependencies': [
155 'android_mojo_bindings_mojom', 155 'android_mojo_bindings_mojom',
156 '../../../mojo/mojo_public.gyp:mojo_bindings_java', 156 '../../../mojo/mojo_public.gyp:mojo_bindings_java',
157 ], 157 ],
158 }, 158 },
159 ], 159 ],
160 }], 160 }],
161 ], 161 ],
162 } 162 }
OLDNEW
« mojo/mojo_public.gyp ('K') | « third_party/WebKit/public/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698