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

Side by Side Diff: chrome/chrome_renderer.gypi

Issue 6708013: Add separate ContentClient interfaces for gpu/plugin/renderer processes. Since we don't have a n... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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 | « chrome/chrome_dll.gypi ('k') | chrome/common/chrome_content_client.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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '9301A569-5D2B-4D11-9332-B1E30AEACB8D', 10 'msvs_guid': '9301A569-5D2B-4D11-9332-B1E30AEACB8D',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 'renderer/resources/event_bindings.js', 77 'renderer/resources/event_bindings.js',
78 'renderer/resources/extension_apitest.js', 78 'renderer/resources/extension_apitest.js',
79 'renderer/resources/extension_process_bindings.js', 79 'renderer/resources/extension_process_bindings.js',
80 'renderer/resources/greasemonkey_api.js', 80 'renderer/resources/greasemonkey_api.js',
81 'renderer/resources/json_schema.js', 81 'renderer/resources/json_schema.js',
82 'renderer/resources/renderer_extension_bindings.js', 82 'renderer/resources/renderer_extension_bindings.js',
83 'renderer/about_handler.cc', 83 'renderer/about_handler.cc',
84 'renderer/about_handler.h', 84 'renderer/about_handler.h',
85 'renderer/blocked_plugin.cc', 85 'renderer/blocked_plugin.cc',
86 'renderer/blocked_plugin.h', 86 'renderer/blocked_plugin.h',
87 'renderer/chrome_content_renderer_client.cc',
88 'renderer/chrome_content_renderer_client.h',
87 'renderer/devtools_agent.cc', 89 'renderer/devtools_agent.cc',
88 'renderer/devtools_agent.h', 90 'renderer/devtools_agent.h',
89 'renderer/devtools_agent_filter.cc', 91 'renderer/devtools_agent_filter.cc',
90 'renderer/devtools_agent_filter.h', 92 'renderer/devtools_agent_filter.h',
91 'renderer/devtools_client.cc', 93 'renderer/devtools_client.cc',
92 'renderer/devtools_client.h', 94 'renderer/devtools_client.h',
93 'renderer/extension_groups.h', 95 'renderer/extension_groups.h',
94 'renderer/external_host_bindings.cc', 96 'renderer/external_host_bindings.cc',
95 'renderer/external_host_bindings.h', 97 'renderer/external_host_bindings.h',
96 'renderer/external_extension.cc', 98 'renderer/external_extension.cc',
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 ], 314 ],
313 }, 315 },
314 ], 316 ],
315 } 317 }
316 318
317 # Local Variables: 319 # Local Variables:
318 # tab-width:2 320 # tab-width:2
319 # indent-tabs-mode:nil 321 # indent-tabs-mode:nil
320 # End: 322 # End:
321 # vim: set expandtab tabstop=2 shiftwidth=2: 323 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome_dll.gypi ('k') | chrome/common/chrome_content_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698