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

Side by Side Diff: components/dom_distiller.gypi

Issue 2156303003: Mojo C++ bindings: make the generator use STL/WTF string/vector/map by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'master' into 72_switch_default 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 unified diff | Download patch
« no previous file with comments | « components/contextual_search/BUILD.gn ('k') | components/dom_distiller/content/common/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 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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: //components/dom_distiller/core 8 # GN version: //components/dom_distiller/core
9 'target_name': 'dom_distiller_core', 9 'target_name': 'dom_distiller_core',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 }, 137 },
138 { 138 {
139 # GN version: //components/dom_distiller/content:mojo_bindings 139 # GN version: //components/dom_distiller/content:mojo_bindings
140 'target_name': 'dom_distiller_mojo_bindings', 140 'target_name': 'dom_distiller_mojo_bindings',
141 'type': 'static_library', 141 'type': 'static_library',
142 'sources': [ 142 'sources': [
143 'dom_distiller/content/common/distillability_service.mojom', 143 'dom_distiller/content/common/distillability_service.mojom',
144 'dom_distiller/content/common/distiller_javascript_service.mojom', 144 'dom_distiller/content/common/distiller_javascript_service.mojom',
145 'dom_distiller/content/common/distiller_page_notifier_service.mojom', 145 'dom_distiller/content/common/distiller_page_notifier_service.mojom',
146 ], 146 ],
147 'variables': {
148 'use_new_wrapper_types': 'false',
149 },
147 'includes': [ 150 'includes': [
148 '../mojo/mojom_bindings_generator.gypi', 151 '../mojo/mojom_bindings_generator.gypi',
149 ], 152 ],
150 }, 153 },
151 ], 154 ],
152 'conditions': [ 155 'conditions': [
153 ['OS != "ios"', { 156 ['OS != "ios"', {
154 'targets': [ 157 'targets': [
155 { 158 {
156 # GN version: //components/dom_distiller/content/browser 159 # GN version: //components/dom_distiller/content/browser
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 'variables': { 360 'variables': {
358 'package_name': 'org/chromium/components/dom_distiller/core', 361 'package_name': 'org/chromium/components/dom_distiller/core',
359 'template_deps': ['dom_distiller/core/theme_list.h'], 362 'template_deps': ['dom_distiller/core/theme_list.h'],
360 }, 363 },
361 'includes': [ '../build/android/java_cpp_template.gypi' ], 364 'includes': [ '../build/android/java_cpp_template.gypi' ],
362 }, 365 },
363 ], 366 ],
364 }], 367 }],
365 ], 368 ],
366 } 369 }
OLDNEW
« no previous file with comments | « components/contextual_search/BUILD.gn ('k') | components/dom_distiller/content/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698