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

Side by Side Diff: chrome/chrome_renderer.gypi

Issue 23455047: InstantExtended: Send search URLs to renderers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More browsertest fixes Created 7 years, 2 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
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/chrome_tests.gypi » ('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) 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 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 'renderer/safe_browsing/phishing_classifier_delegate.cc', 303 'renderer/safe_browsing/phishing_classifier_delegate.cc',
304 'renderer/safe_browsing/phishing_classifier_delegate.h', 304 'renderer/safe_browsing/phishing_classifier_delegate.h',
305 'renderer/safe_browsing/phishing_dom_feature_extractor.cc', 305 'renderer/safe_browsing/phishing_dom_feature_extractor.cc',
306 'renderer/safe_browsing/phishing_dom_feature_extractor.h', 306 'renderer/safe_browsing/phishing_dom_feature_extractor.h',
307 'renderer/safe_browsing/phishing_term_feature_extractor.cc', 307 'renderer/safe_browsing/phishing_term_feature_extractor.cc',
308 'renderer/safe_browsing/phishing_term_feature_extractor.h', 308 'renderer/safe_browsing/phishing_term_feature_extractor.h',
309 'renderer/safe_browsing/phishing_url_feature_extractor.cc', 309 'renderer/safe_browsing/phishing_url_feature_extractor.cc',
310 'renderer/safe_browsing/phishing_url_feature_extractor.h', 310 'renderer/safe_browsing/phishing_url_feature_extractor.h',
311 'renderer/safe_browsing/scorer.cc', 311 'renderer/safe_browsing/scorer.cc',
312 'renderer/safe_browsing/scorer.h', 312 'renderer/safe_browsing/scorer.h',
313 'renderer/searchbox/search_bouncer.cc',
314 'renderer/searchbox/search_bouncer.h',
313 'renderer/searchbox/searchbox.cc', 315 'renderer/searchbox/searchbox.cc',
314 'renderer/searchbox/searchbox.h', 316 'renderer/searchbox/searchbox.h',
315 'renderer/searchbox/searchbox_extension.cc', 317 'renderer/searchbox/searchbox_extension.cc',
316 'renderer/searchbox/searchbox_extension.h', 318 'renderer/searchbox/searchbox_extension.h',
317 'renderer/security_filter_peer.cc', 319 'renderer/security_filter_peer.cc',
318 'renderer/security_filter_peer.h', 320 'renderer/security_filter_peer.h',
319 'renderer/spellchecker/cocoa_spelling_engine_mac.cc', 321 'renderer/spellchecker/cocoa_spelling_engine_mac.cc',
320 'renderer/spellchecker/cocoa_spelling_engine_mac.h', 322 'renderer/spellchecker/cocoa_spelling_engine_mac.h',
321 'renderer/spellchecker/custom_dictionary_engine.cc', 323 'renderer/spellchecker/custom_dictionary_engine.cc',
322 'renderer/spellchecker/custom_dictionary_engine.h', 324 'renderer/spellchecker/custom_dictionary_engine.h',
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 'export_dependent_settings': [ 454 'export_dependent_settings': [
453 '<(allocator_target)', 455 '<(allocator_target)',
454 ], 456 ],
455 }], 457 }],
456 ], 458 ],
457 }], 459 }],
458 ], 460 ],
459 }, 461 },
460 ], 462 ],
461 } 463 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698