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

Side by Side Diff: components/web_cache.gypi

Issue 2161423002: Switch on use_new_wrapper_types mode for url/mojo/ and components/web_cache/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | components/web_cache/public/interfaces/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 (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 },
18 'includes': [ '../mojo/mojom_bindings_generator.gypi'], 15 'includes': [ '../mojo/mojom_bindings_generator.gypi'],
19 }, 16 },
20 { 17 {
21 'target_name': 'web_cache_browser', 18 'target_name': 'web_cache_browser',
22 'type': 'static_library', 19 'type': 'static_library',
23 'dependencies': [ 20 'dependencies': [
24 '<(DEPTH)/base/base.gyp:base', 21 '<(DEPTH)/base/base.gyp:base',
25 '<(DEPTH)/content/content.gyp:content_browser', 22 '<(DEPTH)/content/content.gyp:content_browser',
26 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', 23 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink',
27 'web_cache_mojo_bindings', 24 'web_cache_mojo_bindings',
(...skipping 14 matching lines...) Expand all
42 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', 39 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink',
43 'web_cache_mojo_bindings', 40 'web_cache_mojo_bindings',
44 ], 41 ],
45 'sources': [ 42 'sources': [
46 'web_cache/renderer/web_cache_impl.cc', 43 'web_cache/renderer/web_cache_impl.cc',
47 'web_cache/renderer/web_cache_impl.h', 44 'web_cache/renderer/web_cache_impl.h',
48 ], 45 ],
49 }, 46 },
50 ], 47 ],
51 } 48 }
OLDNEW
« no previous file with comments | « no previous file | components/web_cache/public/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698