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

Side by Side Diff: content/content_renderer.gypi

Issue 15920002: Fix WebView compositor input handling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup 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
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 20 matching lines...) Expand all
31 'sources': [ 31 'sources': [
32 'public/renderer/android_content_detection_prefixes.cc', 32 'public/renderer/android_content_detection_prefixes.cc',
33 'public/renderer/android_content_detection_prefixes.h', 33 'public/renderer/android_content_detection_prefixes.h',
34 'public/renderer/android/synchronous_compositor_client.h', 34 'public/renderer/android/synchronous_compositor_client.h',
35 'public/renderer/android/synchronous_compositor.h', 35 'public/renderer/android/synchronous_compositor.h',
36 'public/renderer/content_renderer_client.cc', 36 'public/renderer/content_renderer_client.cc',
37 'public/renderer/content_renderer_client.h', 37 'public/renderer/content_renderer_client.h',
38 'public/renderer/context_menu_client.h', 38 'public/renderer/context_menu_client.h',
39 'public/renderer/document_state.cc', 39 'public/renderer/document_state.cc',
40 'public/renderer/document_state.h', 40 'public/renderer/document_state.h',
41 'public/renderer/input_handler_manager_client.h',
41 'public/renderer/navigation_state.cc', 42 'public/renderer/navigation_state.cc',
42 'public/renderer/navigation_state.h', 43 'public/renderer/navigation_state.h',
43 'public/renderer/password_form_conversion_utils.h', 44 'public/renderer/password_form_conversion_utils.h',
44 'public/renderer/renderer_ppapi_host.h', 45 'public/renderer/renderer_ppapi_host.h',
45 'public/renderer/render_process_observer.cc', 46 'public/renderer/render_process_observer.cc',
46 'public/renderer/render_process_observer.h', 47 'public/renderer/render_process_observer.h',
47 'public/renderer/render_thread.cc', 48 'public/renderer/render_thread.cc',
48 'public/renderer/render_thread.h', 49 'public/renderer/render_thread.h',
49 'public/renderer/render_view.h', 50 'public/renderer/render_view.h',
50 'public/renderer/render_view_observer.cc', 51 'public/renderer/render_view_observer.cc',
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
472 }], 473 }],
473 ], 474 ],
474 'target_conditions': [ 475 'target_conditions': [
475 ['OS=="android"', { 476 ['OS=="android"', {
476 'sources/': [ 477 'sources/': [
477 ['include', '^renderer/render_view_linux\\.cc$'], 478 ['include', '^renderer/render_view_linux\\.cc$'],
478 ], 479 ],
479 }], 480 }],
480 ], 481 ],
481 } 482 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698