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

Side by Side Diff: components/web_cache.gypi

Issue 1283793004: [tracing] Add WebCache memory usage in Blink to chrome://tracing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: get() -> pointer() Created 5 years, 4 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/renderer/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 'target_name': 'web_cache_common', 8 'target_name': 'web_cache_common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 { 42 {
43 'target_name': 'web_cache_renderer', 43 'target_name': 'web_cache_renderer',
44 'type': 'static_library', 44 'type': 'static_library',
45 'dependencies': [ 45 'dependencies': [
46 '<(DEPTH)/base/base.gyp:base', 46 '<(DEPTH)/base/base.gyp:base',
47 '<(DEPTH)/content/content.gyp:content_renderer', 47 '<(DEPTH)/content/content.gyp:content_renderer',
48 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', 48 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink',
49 'web_cache_common', 49 'web_cache_common',
50 ], 50 ],
51 'sources': [ 51 'sources': [
52 'web_cache/renderer/web_cache_memory_dump_provider.cc',
53 'web_cache/renderer/web_cache_memory_dump_provider.h',
52 'web_cache/renderer/web_cache_render_process_observer.cc', 54 'web_cache/renderer/web_cache_render_process_observer.cc',
53 'web_cache/renderer/web_cache_render_process_observer.h', 55 'web_cache/renderer/web_cache_render_process_observer.h',
54 ], 56 ],
55 }, 57 },
56 ], 58 ],
57 } 59 }
OLDNEW
« no previous file with comments | « no previous file | components/web_cache/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698