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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7885013: Move the ViewHostMsg_ClearPredictorCache out of content into chrome as this functionality is chro... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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) 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': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 'browser/bug_report_data.cc', 321 'browser/bug_report_data.cc',
322 'browser/bug_report_data.h', 322 'browser/bug_report_data.h',
323 'browser/bug_report_util.cc', 323 'browser/bug_report_util.cc',
324 'browser/bug_report_util.h', 324 'browser/bug_report_util.h',
325 'browser/certificate_manager_model.cc', 325 'browser/certificate_manager_model.cc',
326 'browser/certificate_manager_model.h', 326 'browser/certificate_manager_model.h',
327 'browser/certificate_viewer.cc', 327 'browser/certificate_viewer.cc',
328 'browser/certificate_viewer.h', 328 'browser/certificate_viewer.h',
329 'browser/character_encoding.cc', 329 'browser/character_encoding.cc',
330 'browser/character_encoding.h', 330 'browser/character_encoding.h',
331 'browser/chrome_benchmarking_message_filter.cc',
332 'browser/chrome_benchmarking_message_filter.h',
331 'browser/chrome_browser_application_mac.h', 333 'browser/chrome_browser_application_mac.h',
332 'browser/chrome_browser_application_mac.mm', 334 'browser/chrome_browser_application_mac.mm',
333 'browser/chrome_browser_main.cc', 335 'browser/chrome_browser_main.cc',
334 'browser/chrome_browser_main.h', 336 'browser/chrome_browser_main.h',
335 'browser/chrome_browser_main_gtk.cc', 337 'browser/chrome_browser_main_gtk.cc',
336 'browser/chrome_browser_main_gtk.h', 338 'browser/chrome_browser_main_gtk.h',
337 'browser/chrome_browser_main_mac.mm', 339 'browser/chrome_browser_main_mac.mm',
338 'browser/chrome_browser_main_mac.h', 340 'browser/chrome_browser_main_mac.h',
339 'browser/chrome_browser_main_posix.cc', 341 'browser/chrome_browser_main_posix.cc',
340 'browser/chrome_browser_main_posix.h', 342 'browser/chrome_browser_main_posix.h',
(...skipping 4709 matching lines...) Expand 10 before | Expand all | Expand 10 after
5050 # weak imports in dependents, who still must #include 5052 # weak imports in dependents, who still must #include
5051 # closure_blocks_leopard_compat.h to get weak imports. 5053 # closure_blocks_leopard_compat.h to get weak imports.
5052 'type': 'none', 5054 'type': 'none',
5053 }], 5055 }],
5054 ], 5056 ],
5055 }, 5057 },
5056 ], 5058 ],
5057 }], 5059 }],
5058 ], 5060 ],
5059 } 5061 }
OLDNEW
« no previous file with comments | « chrome/browser/renderer_host/chrome_render_message_filter.cc ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698