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

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 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, },
11 'dependencies': [ 11 'dependencies': [
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 'renderer/safe_browsing/phishing_dom_feature_extractor.cc', 258 'renderer/safe_browsing/phishing_dom_feature_extractor.cc',
259 'renderer/safe_browsing/phishing_dom_feature_extractor.h', 259 'renderer/safe_browsing/phishing_dom_feature_extractor.h',
260 'renderer/safe_browsing/phishing_term_feature_extractor.cc', 260 'renderer/safe_browsing/phishing_term_feature_extractor.cc',
261 'renderer/safe_browsing/phishing_term_feature_extractor.h', 261 'renderer/safe_browsing/phishing_term_feature_extractor.h',
262 'renderer/safe_browsing/phishing_thumbnailer.cc', 262 'renderer/safe_browsing/phishing_thumbnailer.cc',
263 'renderer/safe_browsing/phishing_thumbnailer.h', 263 'renderer/safe_browsing/phishing_thumbnailer.h',
264 'renderer/safe_browsing/phishing_url_feature_extractor.cc', 264 'renderer/safe_browsing/phishing_url_feature_extractor.cc',
265 'renderer/safe_browsing/phishing_url_feature_extractor.h', 265 'renderer/safe_browsing/phishing_url_feature_extractor.h',
266 'renderer/safe_browsing/scorer.cc', 266 'renderer/safe_browsing/scorer.cc',
267 'renderer/safe_browsing/scorer.h', 267 'renderer/safe_browsing/scorer.h',
268 'renderer/searchbox/embedded_searchbox.cc',
269 'renderer/searchbox/embedded_searchbox.h',
270 'renderer/searchbox/embedded_searchbox_extension.cc',
271 'renderer/searchbox/embedded_searchbox_extension.h',
268 'renderer/searchbox/searchbox.cc', 272 'renderer/searchbox/searchbox.cc',
269 'renderer/searchbox/searchbox.h', 273 'renderer/searchbox/searchbox.h',
270 'renderer/searchbox/searchbox_extension.cc', 274 'renderer/searchbox/searchbox_extension.cc',
271 'renderer/searchbox/searchbox_extension.h', 275 'renderer/searchbox/searchbox_extension.h',
272 'renderer/security_filter_peer.cc', 276 'renderer/security_filter_peer.cc',
273 'renderer/security_filter_peer.h', 277 'renderer/security_filter_peer.h',
274 'renderer/spellchecker/cocoa_spelling_engine_mac.cc', 278 'renderer/spellchecker/cocoa_spelling_engine_mac.cc',
275 'renderer/spellchecker/cocoa_spelling_engine_mac.h', 279 'renderer/spellchecker/cocoa_spelling_engine_mac.h',
276 'renderer/spellchecker/custom_dictionary_engine.cc', 280 'renderer/spellchecker/custom_dictionary_engine.cc',
277 'renderer/spellchecker/custom_dictionary_engine.h', 281 'renderer/spellchecker/custom_dictionary_engine.h',
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 'export_dependent_settings': [ 374 'export_dependent_settings': [
371 '<(allocator_target)', 375 '<(allocator_target)',
372 ], 376 ],
373 }], 377 }],
374 ], 378 ],
375 }], 379 }],
376 ], 380 ],
377 }, 381 },
378 ], 382 ],
379 } 383 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698