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: content/content_renderer.gypi

Issue 15002007: Delegate root layer scroll offset to android_webview. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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
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 '../skia/skia.gyp:skia', 9 '../skia/skia.gyp:skia',
10 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', 10 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 'renderer/all_rendering_benchmarks.cc', 65 'renderer/all_rendering_benchmarks.cc',
66 'renderer/all_rendering_benchmarks.h', 66 'renderer/all_rendering_benchmarks.h',
67 'renderer/android/address_detector.cc', 67 'renderer/android/address_detector.cc',
68 'renderer/android/address_detector.h', 68 'renderer/android/address_detector.h',
69 'renderer/android/content_detector.cc', 69 'renderer/android/content_detector.cc',
70 'renderer/android/content_detector.h', 70 'renderer/android/content_detector.h',
71 'renderer/android/email_detector.cc', 71 'renderer/android/email_detector.cc',
72 'renderer/android/email_detector.h', 72 'renderer/android/email_detector.h',
73 'renderer/android/phone_number_detector.cc', 73 'renderer/android/phone_number_detector.cc',
74 'renderer/android/phone_number_detector.h', 74 'renderer/android/phone_number_detector.h',
75 'renderer/android/synchronous_compositor_impl.cc',
76 'renderer/android/synchronous_compositor_impl.h',
77 'renderer/android/synchronous_compositor_input_handler_client_wrapper.cc',
78 'renderer/android/synchronous_compositor_input_handler_client_wrapper.h',
75 'renderer/android/synchronous_compositor_output_surface.cc', 79 'renderer/android/synchronous_compositor_output_surface.cc',
76 'renderer/android/synchronous_compositor_output_surface.h', 80 'renderer/android/synchronous_compositor_output_surface.h',
77 'renderer/device_orientation_dispatcher.cc', 81 'renderer/device_orientation_dispatcher.cc',
78 'renderer/device_orientation_dispatcher.h', 82 'renderer/device_orientation_dispatcher.h',
79 'renderer/devtools/devtools_agent.cc', 83 'renderer/devtools/devtools_agent.cc',
80 'renderer/devtools/devtools_agent.h', 84 'renderer/devtools/devtools_agent.h',
81 'renderer/devtools/devtools_agent_filter.cc', 85 'renderer/devtools/devtools_agent_filter.cc',
82 'renderer/devtools/devtools_agent_filter.h', 86 'renderer/devtools/devtools_agent_filter.h',
83 'renderer/devtools/devtools_client.cc', 87 'renderer/devtools/devtools_client.cc',
84 'renderer/devtools/devtools_client.h', 88 'renderer/devtools/devtools_client.h',
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 }], 472 }],
469 ], 473 ],
470 'target_conditions': [ 474 'target_conditions': [
471 ['OS=="android"', { 475 ['OS=="android"', {
472 'sources/': [ 476 'sources/': [
473 ['include', '^renderer/render_view_linux\\.cc$'], 477 ['include', '^renderer/render_view_linux\\.cc$'],
474 ], 478 ],
475 }], 479 }],
476 ], 480 ],
477 } 481 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698