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

Side by Side Diff: content/content_common.gypi

Issue 8602002: Move some webkit_glue embedder functions into WebKitPlatformSupport virtual methods (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: copyright year Created 9 years, 1 month 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 | « content/common/webkitplatformsupport_impl.cc ('k') | content/content_renderer.gypi » ('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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../gpu/gpu.gyp:gpu_ipc', 9 '../gpu/gpu.gyp:gpu_ipc',
10 '../ipc/ipc.gyp:ipc', 10 '../ipc/ipc.gyp:ipc',
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 'common/unix_domain_socket_posix.cc', 245 'common/unix_domain_socket_posix.cc',
246 'common/unix_domain_socket_posix.h', 246 'common/unix_domain_socket_posix.h',
247 'common/utility_messages.h', 247 'common/utility_messages.h',
248 'common/view_messages.h', 248 'common/view_messages.h',
249 'common/view_message_enums.h', 249 'common/view_message_enums.h',
250 'common/web_database_observer_impl.cc', 250 'common/web_database_observer_impl.cc',
251 'common/web_database_observer_impl.h', 251 'common/web_database_observer_impl.h',
252 'common/webblobregistry_impl.cc', 252 'common/webblobregistry_impl.cc',
253 'common/webblobregistry_impl.h', 253 'common/webblobregistry_impl.h',
254 'common/webblob_messages.h', 254 'common/webblob_messages.h',
255 'common/webkitplatformsupport_impl.cc',
256 'common/webkitplatformsupport_impl.h',
255 'common/webmessageportchannel_impl.cc', 257 'common/webmessageportchannel_impl.cc',
256 'common/webmessageportchannel_impl.h', 258 'common/webmessageportchannel_impl.h',
257 'common/worker_messages.h', 259 'common/worker_messages.h',
258 'public/common/common_param_traits.cc', 260 'public/common/common_param_traits.cc',
259 'public/common/common_param_traits.h', 261 'public/common/common_param_traits.h',
260 'public/common/content_client.cc', 262 'public/common/content_client.cc',
261 'public/common/content_client.h', 263 'public/common/content_client.h',
262 'public/common/window_container_type.cc', 264 'public/common/window_container_type.cc',
263 'public/common/window_container_type.h', 265 'public/common/window_container_type.h',
264 'public/common/webkit_param_traits.cc', 266 'public/common/webkit_param_traits.cc',
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 ], 338 ],
337 'link_settings': { 339 'link_settings': {
338 'libraries': [ 340 'libraries': [
339 '-lEGL', 341 '-lEGL',
340 '-lGLESv2', 342 '-lGLESv2',
341 ], 343 ],
342 }, 344 },
343 }], 345 }],
344 ], 346 ],
345 } 347 }
OLDNEW
« no previous file with comments | « content/common/webkitplatformsupport_impl.cc ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698