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

Side by Side Diff: content/content_renderer.gypi

Issue 15851006: Move synchronous compositor into content/browser (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 6 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/content_browser.gypi ('k') | content/public/browser/android/synchronous_compositor.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 '../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 15 matching lines...) Expand all
26 '../webkit/support/webkit_support.gyp:plugins_common', 26 '../webkit/support/webkit_support.gyp:plugins_common',
27 '../webkit/support/webkit_support.gyp:webkit_common', 27 '../webkit/support/webkit_support.gyp:webkit_common',
28 '../webkit/support/webkit_support.gyp:webkit_media', 28 '../webkit/support/webkit_support.gyp:webkit_media',
29 ], 29 ],
30 'include_dirs': [ 30 'include_dirs': [
31 '..', 31 '..',
32 ], 32 ],
33 'sources': [ 33 'sources': [
34 'public/renderer/android_content_detection_prefixes.cc', 34 'public/renderer/android_content_detection_prefixes.cc',
35 'public/renderer/android_content_detection_prefixes.h', 35 'public/renderer/android_content_detection_prefixes.h',
36 'public/renderer/android/synchronous_compositor_client.h',
37 'public/renderer/android/synchronous_compositor.h',
38 'public/renderer/content_renderer_client.cc', 36 'public/renderer/content_renderer_client.cc',
39 'public/renderer/content_renderer_client.h', 37 'public/renderer/content_renderer_client.h',
40 'public/renderer/context_menu_client.h', 38 'public/renderer/context_menu_client.h',
41 'public/renderer/document_state.cc', 39 'public/renderer/document_state.cc',
42 'public/renderer/document_state.h', 40 'public/renderer/document_state.h',
43 'public/renderer/history_item_serialization.cc', 41 'public/renderer/history_item_serialization.cc',
44 'public/renderer/history_item_serialization.h', 42 'public/renderer/history_item_serialization.h',
45 'public/renderer/navigation_state.cc', 43 'public/renderer/navigation_state.cc',
46 'public/renderer/navigation_state.h', 44 'public/renderer/navigation_state.h',
47 'public/renderer/password_form_conversion_utils.h', 45 'public/renderer/password_form_conversion_utils.h',
(...skipping 21 matching lines...) Expand all
69 'renderer/all_rendering_benchmarks.cc', 67 'renderer/all_rendering_benchmarks.cc',
70 'renderer/all_rendering_benchmarks.h', 68 'renderer/all_rendering_benchmarks.h',
71 'renderer/android/address_detector.cc', 69 'renderer/android/address_detector.cc',
72 'renderer/android/address_detector.h', 70 'renderer/android/address_detector.h',
73 'renderer/android/content_detector.cc', 71 'renderer/android/content_detector.cc',
74 'renderer/android/content_detector.h', 72 'renderer/android/content_detector.h',
75 'renderer/android/email_detector.cc', 73 'renderer/android/email_detector.cc',
76 'renderer/android/email_detector.h', 74 'renderer/android/email_detector.h',
77 'renderer/android/phone_number_detector.cc', 75 'renderer/android/phone_number_detector.cc',
78 'renderer/android/phone_number_detector.h', 76 'renderer/android/phone_number_detector.h',
79 'renderer/android/synchronous_compositor_impl.cc', 77 'renderer/android/synchronous_compositor_factory.cc',
80 'renderer/android/synchronous_compositor_impl.h', 78 'renderer/android/synchronous_compositor_factory.h',
81 'renderer/android/synchronous_compositor_output_surface.cc',
82 'renderer/android/synchronous_compositor_output_surface.h',
83 'renderer/device_orientation_dispatcher.cc', 79 'renderer/device_orientation_dispatcher.cc',
84 'renderer/device_orientation_dispatcher.h', 80 'renderer/device_orientation_dispatcher.h',
85 'renderer/devtools/devtools_agent.cc', 81 'renderer/devtools/devtools_agent.cc',
86 'renderer/devtools/devtools_agent.h', 82 'renderer/devtools/devtools_agent.h',
87 'renderer/devtools/devtools_agent_filter.cc', 83 'renderer/devtools/devtools_agent_filter.cc',
88 'renderer/devtools/devtools_agent_filter.h', 84 'renderer/devtools/devtools_agent_filter.h',
89 'renderer/devtools/devtools_client.cc', 85 'renderer/devtools/devtools_client.cc',
90 'renderer/devtools/devtools_client.h', 86 'renderer/devtools/devtools_client.h',
91 'renderer/disambiguation_popup_helper.cc', 87 'renderer/disambiguation_popup_helper.cc',
92 'renderer/disambiguation_popup_helper.h', 88 'renderer/disambiguation_popup_helper.h',
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 }], 476 }],
481 ], 477 ],
482 'target_conditions': [ 478 'target_conditions': [
483 ['OS=="android"', { 479 ['OS=="android"', {
484 'sources/': [ 480 'sources/': [
485 ['include', '^renderer/render_view_linux\\.cc$'], 481 ['include', '^renderer/render_view_linux\\.cc$'],
486 ], 482 ],
487 }], 483 }],
488 ], 484 ],
489 } 485 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/browser/android/synchronous_compositor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698