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

Side by Side Diff: chrome/chrome_renderer.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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/benchmarking_messages.h » ('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) 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': 'renderer', 8 'target_name': 'renderer',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 'renderer/autofill/form_manager.cc', 49 'renderer/autofill/form_manager.cc',
50 'renderer/autofill/form_manager.h', 50 'renderer/autofill/form_manager.h',
51 'renderer/autofill/password_autofill_manager.cc', 51 'renderer/autofill/password_autofill_manager.cc',
52 'renderer/autofill/password_autofill_manager.h', 52 'renderer/autofill/password_autofill_manager.h',
53 'renderer/automation/automation_renderer_helper.cc', 53 'renderer/automation/automation_renderer_helper.cc',
54 'renderer/automation/automation_renderer_helper.h', 54 'renderer/automation/automation_renderer_helper.h',
55 'renderer/automation/dom_automation_controller.cc', 55 'renderer/automation/dom_automation_controller.cc',
56 'renderer/automation/dom_automation_controller.h', 56 'renderer/automation/dom_automation_controller.h',
57 'renderer/automation/dom_automation_v8_extension.cc', 57 'renderer/automation/dom_automation_v8_extension.cc',
58 'renderer/automation/dom_automation_v8_extension.h', 58 'renderer/automation/dom_automation_v8_extension.h',
59 'renderer/benchmarking_extension.cc',
60 'renderer/benchmarking_extension.h',
59 'renderer/extensions/bindings_utils.cc', 61 'renderer/extensions/bindings_utils.cc',
60 'renderer/extensions/bindings_utils.h', 62 'renderer/extensions/bindings_utils.h',
61 'renderer/extensions/chrome_app_bindings.cc', 63 'renderer/extensions/chrome_app_bindings.cc',
62 'renderer/extensions/chrome_app_bindings.h', 64 'renderer/extensions/chrome_app_bindings.h',
63 'renderer/extensions/chrome_webstore_bindings.cc', 65 'renderer/extensions/chrome_webstore_bindings.cc',
64 'renderer/extensions/chrome_webstore_bindings.h', 66 'renderer/extensions/chrome_webstore_bindings.h',
65 'renderer/extensions/event_bindings.cc', 67 'renderer/extensions/event_bindings.cc',
66 'renderer/extensions/event_bindings.h', 68 'renderer/extensions/event_bindings.h',
67 'renderer/extensions/extension_base.cc', 69 'renderer/extensions/extension_base.cc',
68 'renderer/extensions/extension_base.h', 70 'renderer/extensions/extension_base.h',
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 'export_dependent_settings': [ 227 'export_dependent_settings': [
226 '<(allocator_target)', 228 '<(allocator_target)',
227 ], 229 ],
228 }], 230 }],
229 ], 231 ],
230 }], 232 }],
231 ], 233 ],
232 }, 234 },
233 ], 235 ],
234 } 236 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/benchmarking_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698