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

Side by Side Diff: chrome/chrome.gyp

Issue 291001: Moved Pepper delegate definition to chrome\renderer to allow it to use... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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 | « no previous file | chrome/renderer/DEPS » ('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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'variables': { 9 'variables': {
10 'version_py_path': 'tools/build/version.py', 10 'version_py_path': 'tools/build/version.py',
(...skipping 3201 matching lines...) Expand 10 before | Expand all | Expand 10 after
3212 'renderer/renderer_webstoragearea_impl.cc', 3212 'renderer/renderer_webstoragearea_impl.cc',
3213 'renderer/renderer_webstoragearea_impl.h', 3213 'renderer/renderer_webstoragearea_impl.h',
3214 'renderer/renderer_webstoragenamespace_impl.cc', 3214 'renderer/renderer_webstoragenamespace_impl.cc',
3215 'renderer/renderer_webstoragenamespace_impl.h', 3215 'renderer/renderer_webstoragenamespace_impl.h',
3216 'renderer/user_script_slave.cc', 3216 'renderer/user_script_slave.cc',
3217 'renderer/user_script_slave.h', 3217 'renderer/user_script_slave.h',
3218 'renderer/visitedlink_slave.cc', 3218 'renderer/visitedlink_slave.cc',
3219 'renderer/visitedlink_slave.h', 3219 'renderer/visitedlink_slave.h',
3220 'renderer/webplugin_delegate_proxy.cc', 3220 'renderer/webplugin_delegate_proxy.cc',
3221 'renderer/webplugin_delegate_proxy.h', 3221 'renderer/webplugin_delegate_proxy.h',
3222 'renderer/webplugin_delegate_pepper.cc',
3223 'renderer/webplugin_delegate_pepper.h',
3222 'renderer/webworker_proxy.cc', 3224 'renderer/webworker_proxy.cc',
3223 'renderer/webworker_proxy.h', 3225 'renderer/webworker_proxy.h',
3224 ], 3226 ],
3225 'link_settings': { 3227 'link_settings': {
3226 'mac_bundle_resources': [ 3228 'mac_bundle_resources': [
3227 'renderer/renderer.sb', 3229 'renderer/renderer.sb',
3228 ], 3230 ],
3229 }, 3231 },
3230 'conditions': [ 3232 'conditions': [
3231 ['disable_nacl!=1', { 3233 ['disable_nacl!=1', {
(...skipping 3661 matching lines...) Expand 10 before | Expand all | Expand 10 after
6893 ], # targets when browser_sync==1 6895 ], # targets when browser_sync==1
6894 }], 6896 }],
6895 ], # 'conditions' 6897 ], # 'conditions'
6896 } 6898 }
6897 6899
6898 # Local Variables: 6900 # Local Variables:
6899 # tab-width:2 6901 # tab-width:2
6900 # indent-tabs-mode:nil 6902 # indent-tabs-mode:nil
6901 # End: 6903 # End:
6902 # vim: set expandtab tabstop=2 shiftwidth=2: 6904 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698