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

Side by Side Diff: chrome/chrome_renderer.gypi

Issue 969006: Add the descriptor support needed for Pepper in a way that does... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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
« no previous file with comments | « DEPS ('k') | chrome/renderer/nacl_desc_wrapper_chrome.cc » ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '9301A569-5D2B-4D11-9332-B1E30AEACB8D', 10 'msvs_guid': '9301A569-5D2B-4D11-9332-B1E30AEACB8D',
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 'renderer/external_extension.cc', 93 'renderer/external_extension.cc',
94 'renderer/external_extension.h', 94 'renderer/external_extension.h',
95 'renderer/form_manager.cc', 95 'renderer/form_manager.cc',
96 'renderer/form_manager.h', 96 'renderer/form_manager.h',
97 'renderer/geolocation_dispatcher.cc', 97 'renderer/geolocation_dispatcher.cc',
98 'renderer/geolocation_dispatcher.h', 98 'renderer/geolocation_dispatcher.h',
99 'renderer/gpu_channel_host.cc', 99 'renderer/gpu_channel_host.cc',
100 'renderer/gpu_channel_host.h', 100 'renderer/gpu_channel_host.h',
101 'renderer/localized_error.cc', 101 'renderer/localized_error.cc',
102 'renderer/localized_error.h', 102 'renderer/localized_error.h',
103 'renderer/nacl_desc_wrapper_chrome.cc',
103 'renderer/navigation_state.h', 104 'renderer/navigation_state.h',
104 'renderer/notification_provider.cc', 105 'renderer/notification_provider.cc',
105 'renderer/notification_provider.h', 106 'renderer/notification_provider.h',
106 'renderer/paint_aggregator.cc', 107 'renderer/paint_aggregator.cc',
107 'renderer/pepper_devices.cc', 108 'renderer/pepper_devices.cc',
108 'renderer/pepper_devices.h', 109 'renderer/pepper_devices.h',
109 'renderer/plugin_channel_host.cc', 110 'renderer/plugin_channel_host.cc',
110 'renderer/plugin_channel_host.h', 111 'renderer/plugin_channel_host.h',
111 'renderer/print_web_view_helper.cc', 112 'renderer/print_web_view_helper.cc',
112 'renderer/print_web_view_helper.h', 113 'renderer/print_web_view_helper.h',
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 ], 232 ],
232 }, 233 },
233 ], 234 ],
234 } 235 }
235 236
236 # Local Variables: 237 # Local Variables:
237 # tab-width:2 238 # tab-width:2
238 # indent-tabs-mode:nil 239 # indent-tabs-mode:nil
239 # End: 240 # End:
240 # vim: set expandtab tabstop=2 shiftwidth=2: 241 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « DEPS ('k') | chrome/renderer/nacl_desc_wrapper_chrome.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698