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

Side by Side Diff: chrome/chrome_renderer.gypi

Issue 8413009: Changes to upload tracked_objects data from all renderer (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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/chrome_browser.gypi ('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 'dependencies': [ 10 'dependencies': [
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 'renderer/plugin_uma.h', 136 'renderer/plugin_uma.h',
137 'renderer/prerender/prerender_helper.cc', 137 'renderer/prerender/prerender_helper.cc',
138 'renderer/prerender/prerender_helper.h', 138 'renderer/prerender/prerender_helper.h',
139 'renderer/print_web_view_helper.cc', 139 'renderer/print_web_view_helper.cc',
140 'renderer/print_web_view_helper.h', 140 'renderer/print_web_view_helper.h',
141 'renderer/print_web_view_helper_linux.cc', 141 'renderer/print_web_view_helper_linux.cc',
142 'renderer/print_web_view_helper_mac.mm', 142 'renderer/print_web_view_helper_mac.mm',
143 'renderer/print_web_view_helper_win.cc', 143 'renderer/print_web_view_helper_win.cc',
144 'renderer/renderer_histogram_snapshots.cc', 144 'renderer/renderer_histogram_snapshots.cc',
145 'renderer/renderer_histogram_snapshots.h', 145 'renderer/renderer_histogram_snapshots.h',
146 'renderer/renderer_tracking.cc',
147 'renderer/renderer_tracking.h',
146 'renderer/safe_browsing/feature_extractor_clock.cc', 148 'renderer/safe_browsing/feature_extractor_clock.cc',
147 'renderer/safe_browsing/feature_extractor_clock.h', 149 'renderer/safe_browsing/feature_extractor_clock.h',
148 'renderer/safe_browsing/features.cc', 150 'renderer/safe_browsing/features.cc',
149 'renderer/safe_browsing/features.h', 151 'renderer/safe_browsing/features.h',
150 'renderer/safe_browsing/malware_dom_details.cc', 152 'renderer/safe_browsing/malware_dom_details.cc',
151 'renderer/safe_browsing/malware_dom_details.h', 153 'renderer/safe_browsing/malware_dom_details.h',
152 'renderer/safe_browsing/murmurhash3_util.cc', 154 'renderer/safe_browsing/murmurhash3_util.cc',
153 'renderer/safe_browsing/murmurhash3_util.h', 155 'renderer/safe_browsing/murmurhash3_util.h',
154 'renderer/safe_browsing/phishing_classifier.cc', 156 'renderer/safe_browsing/phishing_classifier.cc',
155 'renderer/safe_browsing/phishing_classifier.h', 157 'renderer/safe_browsing/phishing_classifier.h',
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 'export_dependent_settings': [ 239 'export_dependent_settings': [
238 '<(allocator_target)', 240 '<(allocator_target)',
239 ], 241 ],
240 }], 242 }],
241 ], 243 ],
242 }], 244 }],
243 ], 245 ],
244 }, 246 },
245 ], 247 ],
246 } 248 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/render_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698