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

Side by Side Diff: content/content_renderer.gypi

Issue 10544103: Chromium change of sharing some WebKit API between Android/Linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: For landing Created 8 years, 5 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 | « content/common/view_messages.h ('k') | content/public/common/renderer_preferences.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 '../jingle/jingle.gyp:jingle_glue', 7 '../jingle/jingle.gyp:jingle_glue',
8 '../net/net.gyp:net', 8 '../net/net.gyp:net',
9 '../ppapi/ppapi_internal.gyp:ppapi_host', 9 '../ppapi/ppapi_internal.gyp:ppapi_host',
10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 10 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 ], 328 ],
329 }, { 329 }, {
330 'sources!': [ 330 'sources!': [
331 'renderer/java/java_bridge_channel.cc', 331 'renderer/java/java_bridge_channel.cc',
332 'renderer/java/java_bridge_channel.h', 332 'renderer/java/java_bridge_channel.h',
333 'renderer/java/java_bridge_dispatcher.cc', 333 'renderer/java/java_bridge_dispatcher.cc',
334 'renderer/java/java_bridge_dispatcher.h', 334 'renderer/java/java_bridge_dispatcher.h',
335 ], 335 ],
336 }], 336 }],
337 ], 337 ],
338 'target_conditions': [
339 ['OS=="android"', {
340 'sources/': [
341 ['include', '^renderer/render_view_linux\\.cc$'],
342 ],
343 }],
344 ],
338 } 345 }
OLDNEW
« no previous file with comments | « content/common/view_messages.h ('k') | content/public/common/renderer_preferences.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698