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

Side by Side Diff: chrome/chrome_renderer.gypi

Issue 12386019: Instant: Use only one hidden WebContents per profile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 'renderer/safe_browsing/phishing_dom_feature_extractor.cc', 255 'renderer/safe_browsing/phishing_dom_feature_extractor.cc',
256 'renderer/safe_browsing/phishing_dom_feature_extractor.h', 256 'renderer/safe_browsing/phishing_dom_feature_extractor.h',
257 'renderer/safe_browsing/phishing_term_feature_extractor.cc', 257 'renderer/safe_browsing/phishing_term_feature_extractor.cc',
258 'renderer/safe_browsing/phishing_term_feature_extractor.h', 258 'renderer/safe_browsing/phishing_term_feature_extractor.h',
259 'renderer/safe_browsing/phishing_thumbnailer.cc', 259 'renderer/safe_browsing/phishing_thumbnailer.cc',
260 'renderer/safe_browsing/phishing_thumbnailer.h', 260 'renderer/safe_browsing/phishing_thumbnailer.h',
261 'renderer/safe_browsing/phishing_url_feature_extractor.cc', 261 'renderer/safe_browsing/phishing_url_feature_extractor.cc',
262 'renderer/safe_browsing/phishing_url_feature_extractor.h', 262 'renderer/safe_browsing/phishing_url_feature_extractor.h',
263 'renderer/safe_browsing/scorer.cc', 263 'renderer/safe_browsing/scorer.cc',
264 'renderer/safe_browsing/scorer.h', 264 'renderer/safe_browsing/scorer.h',
265 'renderer/searchbox/embedded_searchbox.cc',
266 'renderer/searchbox/embedded_searchbox.h',
267 'renderer/searchbox/embedded_searchbox_extension.cc',
268 'renderer/searchbox/embedded_searchbox_extension.h',
265 'renderer/searchbox/searchbox.cc', 269 'renderer/searchbox/searchbox.cc',
266 'renderer/searchbox/searchbox.h', 270 'renderer/searchbox/searchbox.h',
267 'renderer/searchbox/searchbox_extension.cc', 271 'renderer/searchbox/searchbox_extension.cc',
268 'renderer/searchbox/searchbox_extension.h', 272 'renderer/searchbox/searchbox_extension.h',
269 'renderer/security_filter_peer.cc', 273 'renderer/security_filter_peer.cc',
270 'renderer/security_filter_peer.h', 274 'renderer/security_filter_peer.h',
271 'renderer/spellchecker/cocoa_spelling_engine_mac.cc', 275 'renderer/spellchecker/cocoa_spelling_engine_mac.cc',
272 'renderer/spellchecker/cocoa_spelling_engine_mac.h', 276 'renderer/spellchecker/cocoa_spelling_engine_mac.h',
273 'renderer/spellchecker/custom_dictionary_engine.cc', 277 'renderer/spellchecker/custom_dictionary_engine.cc',
274 'renderer/spellchecker/custom_dictionary_engine.h', 278 'renderer/spellchecker/custom_dictionary_engine.h',
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 'export_dependent_settings': [ 371 'export_dependent_settings': [
368 '<(allocator_target)', 372 '<(allocator_target)',
369 ], 373 ],
370 }], 374 }],
371 ], 375 ],
372 }], 376 }],
373 ], 377 ],
374 }, 378 },
375 ], 379 ],
376 } 380 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698