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

Side by Side Diff: chrome/chrome_renderer.gypi

Issue 10836031: Remove Instant v1 API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update history, title, favicon Created 8 years, 4 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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 'renderer/safe_browsing/phishing_dom_feature_extractor.cc', 247 'renderer/safe_browsing/phishing_dom_feature_extractor.cc',
248 'renderer/safe_browsing/phishing_dom_feature_extractor.h', 248 'renderer/safe_browsing/phishing_dom_feature_extractor.h',
249 'renderer/safe_browsing/phishing_term_feature_extractor.cc', 249 'renderer/safe_browsing/phishing_term_feature_extractor.cc',
250 'renderer/safe_browsing/phishing_term_feature_extractor.h', 250 'renderer/safe_browsing/phishing_term_feature_extractor.h',
251 'renderer/safe_browsing/phishing_thumbnailer.cc', 251 'renderer/safe_browsing/phishing_thumbnailer.cc',
252 'renderer/safe_browsing/phishing_thumbnailer.h', 252 'renderer/safe_browsing/phishing_thumbnailer.h',
253 'renderer/safe_browsing/phishing_url_feature_extractor.cc', 253 'renderer/safe_browsing/phishing_url_feature_extractor.cc',
254 'renderer/safe_browsing/phishing_url_feature_extractor.h', 254 'renderer/safe_browsing/phishing_url_feature_extractor.h',
255 'renderer/safe_browsing/scorer.cc', 255 'renderer/safe_browsing/scorer.cc',
256 'renderer/safe_browsing/scorer.h', 256 'renderer/safe_browsing/scorer.h',
257 'renderer/search_extension.cc',
258 'renderer/search_extension.h',
259 'renderer/searchbox.cc', 257 'renderer/searchbox.cc',
260 'renderer/searchbox.h', 258 'renderer/searchbox.h',
261 'renderer/searchbox_extension.cc', 259 'renderer/searchbox_extension.cc',
262 'renderer/searchbox_extension.h', 260 'renderer/searchbox_extension.h',
263 'renderer/security_filter_peer.cc', 261 'renderer/security_filter_peer.cc',
264 'renderer/security_filter_peer.h', 262 'renderer/security_filter_peer.h',
265 'renderer/spellchecker/spellcheck_provider.cc', 263 'renderer/spellchecker/spellcheck_provider.cc',
266 'renderer/spellchecker/spellcheck_provider.h', 264 'renderer/spellchecker/spellcheck_provider.h',
267 'renderer/spellchecker/spellcheck.cc', 265 'renderer/spellchecker/spellcheck.cc',
268 'renderer/spellchecker/spellcheck.h', 266 'renderer/spellchecker/spellcheck.h',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 'sources!': [ 320 'sources!': [
323 'renderer/extensions/experimental.usb_custom_bindings.cc', 321 'renderer/extensions/experimental.usb_custom_bindings.cc',
324 'renderer/extensions/experimental.usb_custom_bindings.h', 322 'renderer/extensions/experimental.usb_custom_bindings.h',
325 'renderer/resources/extensions/experimental.usb_custom_bindings.js', 323 'renderer/resources/extensions/experimental.usb_custom_bindings.js',
326 ], 324 ],
327 }], 325 }],
328 ], 326 ],
329 }, 327 },
330 ], 328 ],
331 } 329 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options2/browser_options_handler.cc ('k') | chrome/common/chrome_notification_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698