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

Unified Diff: components/safe_json.gypi

Issue 2121793002: Use common_custom_types instead of remapping base::ListValue in SafeJsonParser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed? Created 4 years, 5 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 | « no previous file | components/safe_json/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/safe_json.gypi
diff --git a/components/safe_json.gypi b/components/safe_json.gypi
index 07e8f51a134adb22771b78b469c528ad5b633b83..94a2903162e69d9532f2e8de95ae7678dddbba9c 100644
--- a/components/safe_json.gypi
+++ b/components/safe_json.gypi
@@ -64,14 +64,15 @@
# GN version: //components/safe_json/public/interfaces
'target_name': 'safe_json_mojo_bindings',
'type': 'static_library',
- 'variables': {
- 'mojom_typemaps': [
- 'safe_json/public/interfaces/safe_json.typemap',
- ],
- },
'sources': [
'safe_json/public/interfaces/safe_json.mojom',
],
+ 'dependencies': [
+ '../mojo/mojo_base.gyp:mojo_common_custom_types_mojom',
+ ],
+ 'export_dependent_settings':[
+ '../mojo/mojo_base.gyp:mojo_common_custom_types_mojom',
+ ],
'includes': [ '../mojo/mojom_bindings_generator.gypi'],
},
{
« no previous file with comments | « no previous file | components/safe_json/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698