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

Side by Side Diff: chrome/chrome_renderer.gypi

Issue 8588023: Collect profiler stats from browser child processes. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/webui/tracking_ui.cc ('k') | chrome/common/render_messages.h » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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': 'renderer', 8 'target_name': 'renderer',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 'renderer/plugins/plugin_uma.h', 143 'renderer/plugins/plugin_uma.h',
144 'renderer/prerender/prerender_helper.cc', 144 'renderer/prerender/prerender_helper.cc',
145 'renderer/prerender/prerender_helper.h', 145 'renderer/prerender/prerender_helper.h',
146 'renderer/print_web_view_helper.cc', 146 'renderer/print_web_view_helper.cc',
147 'renderer/print_web_view_helper.h', 147 'renderer/print_web_view_helper.h',
148 'renderer/print_web_view_helper_linux.cc', 148 'renderer/print_web_view_helper_linux.cc',
149 'renderer/print_web_view_helper_mac.mm', 149 'renderer/print_web_view_helper_mac.mm',
150 'renderer/print_web_view_helper_win.cc', 150 'renderer/print_web_view_helper_win.cc',
151 'renderer/renderer_histogram_snapshots.cc', 151 'renderer/renderer_histogram_snapshots.cc',
152 'renderer/renderer_histogram_snapshots.h', 152 'renderer/renderer_histogram_snapshots.h',
153 'renderer/renderer_tracking.cc',
154 'renderer/renderer_tracking.h',
155 'renderer/safe_browsing/feature_extractor_clock.cc', 153 'renderer/safe_browsing/feature_extractor_clock.cc',
156 'renderer/safe_browsing/feature_extractor_clock.h', 154 'renderer/safe_browsing/feature_extractor_clock.h',
157 'renderer/safe_browsing/features.cc', 155 'renderer/safe_browsing/features.cc',
158 'renderer/safe_browsing/features.h', 156 'renderer/safe_browsing/features.h',
159 'renderer/safe_browsing/malware_dom_details.cc', 157 'renderer/safe_browsing/malware_dom_details.cc',
160 'renderer/safe_browsing/malware_dom_details.h', 158 'renderer/safe_browsing/malware_dom_details.h',
161 'renderer/safe_browsing/murmurhash3_util.cc', 159 'renderer/safe_browsing/murmurhash3_util.cc',
162 'renderer/safe_browsing/murmurhash3_util.h', 160 'renderer/safe_browsing/murmurhash3_util.h',
163 'renderer/safe_browsing/phishing_classifier.cc', 161 'renderer/safe_browsing/phishing_classifier.cc',
164 'renderer/safe_browsing/phishing_classifier.h', 162 'renderer/safe_browsing/phishing_classifier.h',
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 'export_dependent_settings': [ 244 'export_dependent_settings': [
247 '<(allocator_target)', 245 '<(allocator_target)',
248 ], 246 ],
249 }], 247 }],
250 ], 248 ],
251 }], 249 }],
252 ], 250 ],
253 }, 251 },
254 ], 252 ],
255 } 253 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/tracking_ui.cc ('k') | chrome/common/render_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698