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

Side by Side Diff: components/web_cache.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
OLDNEW
1 # Copyright (c) 2014 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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: //components/web_cache/public/interfaces 8 # GN version: //components/web_cache/public/interfaces
9 'target_name': 'web_cache_mojo_bindings', 9 'target_name': 'web_cache_mojo_bindings',
10 'type': 'static_library', 10 'type': 'static_library',
11 'sources': [ 11 'sources': [
12 # NOTE: Sources duplicated in //components/web_cache/public/interfaces/B UILD.gn 12 # NOTE: Sources duplicated in //components/web_cache/public/interfaces/B UILD.gn
13 'web_cache/public/interfaces/web_cache.mojom', 13 'web_cache/public/interfaces/web_cache.mojom',
14 ], 14 ],
15 'variables': {
16 'use_new_wrapper_types': 'false',
17 },
15 'includes': [ '../mojo/mojom_bindings_generator.gypi'], 18 'includes': [ '../mojo/mojom_bindings_generator.gypi'],
16 }, 19 },
17 { 20 {
18 'target_name': 'web_cache_browser', 21 'target_name': 'web_cache_browser',
19 'type': 'static_library', 22 'type': 'static_library',
20 'dependencies': [ 23 'dependencies': [
21 '<(DEPTH)/base/base.gyp:base', 24 '<(DEPTH)/base/base.gyp:base',
22 '<(DEPTH)/content/content.gyp:content_browser', 25 '<(DEPTH)/content/content.gyp:content_browser',
23 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', 26 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink',
24 'web_cache_mojo_bindings', 27 'web_cache_mojo_bindings',
(...skipping 14 matching lines...) Expand all
39 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', 42 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink',
40 'web_cache_mojo_bindings', 43 'web_cache_mojo_bindings',
41 ], 44 ],
42 'sources': [ 45 'sources': [
43 'web_cache/renderer/web_cache_impl.cc', 46 'web_cache/renderer/web_cache_impl.cc',
44 'web_cache/renderer/web_cache_impl.h', 47 'web_cache/renderer/web_cache_impl.h',
45 ], 48 ],
46 }, 49 },
47 ], 50 ],
48 } 51 }
OLDNEW
« no previous file with comments | « components/startup_metric_utils/common/BUILD.gn ('k') | components/web_cache/public/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698