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

Side by Side Diff: content/content_renderer.gypi

Issue 25378002: Move the rest of source files from webkit/renderer to content/renderer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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 '../media/media.gyp:media', 8 '../media/media.gyp:media',
9 '../net/net.gyp:net', 9 '../net/net.gyp:net',
10 '../skia/skia.gyp:skia', 10 '../skia/skia.gyp:skia',
11 '../third_party/WebKit/public/blink.gyp:blink', 11 '../third_party/WebKit/public/blink.gyp:blink',
12 '../third_party/icu/icu.gyp:icui18n', 12 '../third_party/icu/icu.gyp:icui18n',
13 '../third_party/icu/icu.gyp:icuuc', 13 '../third_party/icu/icu.gyp:icuuc',
14 '../third_party/libjingle/libjingle.gyp:libjingle', 14 '../third_party/libjingle/libjingle.gyp:libjingle',
15 '../third_party/npapi/npapi.gyp:npapi', 15 '../third_party/npapi/npapi.gyp:npapi',
16 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', 16 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
17 '../ui/native_theme/native_theme.gyp:native_theme', 17 '../ui/native_theme/native_theme.gyp:native_theme',
18 '../ui/surface/surface.gyp:surface', 18 '../ui/surface/surface.gyp:surface',
19 '../ui/ui.gyp:keycode_converter', 19 '../ui/ui.gyp:keycode_converter',
20 '../v8/tools/gyp/v8.gyp:v8', 20 '../v8/tools/gyp/v8.gyp:v8',
21 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 21 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
22 '../webkit/common/webkit_common.gyp:webkit_common', 22 '../webkit/common/webkit_common.gyp:webkit_common',
23 '../webkit/glue/webkit_glue.gyp:glue', 23 '../webkit/glue/webkit_glue.gyp:glue',
24 '../webkit/glue/webkit_glue.gyp:glue_child', 24 '../webkit/glue/webkit_glue.gyp:glue_child',
25 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compo sitor_bindings', 25 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compo sitor_bindings',
26 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compo sitor_support', 26 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compo sitor_support',
27 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer',
28 '../webkit/storage_common.gyp:webkit_storage_common', 27 '../webkit/storage_common.gyp:webkit_storage_common',
29 ], 28 ],
30 'include_dirs': [ 29 'include_dirs': [
31 '..', 30 '..',
32 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems_info.cc. 31 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems_info.cc.
33 ], 32 ],
34 'sources': [ 33 'sources': [
35 'public/renderer/android_content_detection_prefixes.cc', 34 'public/renderer/android_content_detection_prefixes.cc',
36 'public/renderer/android_content_detection_prefixes.h', 35 'public/renderer/android_content_detection_prefixes.h',
37 'public/renderer/content_renderer_client.cc', 36 'public/renderer/content_renderer_client.cc',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 'renderer/android/address_detector.cc', 71 'renderer/android/address_detector.cc',
73 'renderer/android/address_detector.h', 72 'renderer/android/address_detector.h',
74 'renderer/android/content_detector.cc', 73 'renderer/android/content_detector.cc',
75 'renderer/android/content_detector.h', 74 'renderer/android/content_detector.h',
76 'renderer/android/email_detector.cc', 75 'renderer/android/email_detector.cc',
77 'renderer/android/email_detector.h', 76 'renderer/android/email_detector.h',
78 'renderer/android/phone_number_detector.cc', 77 'renderer/android/phone_number_detector.cc',
79 'renderer/android/phone_number_detector.h', 78 'renderer/android/phone_number_detector.h',
80 'renderer/android/synchronous_compositor_factory.cc', 79 'renderer/android/synchronous_compositor_factory.cc',
81 'renderer/android/synchronous_compositor_factory.h', 80 'renderer/android/synchronous_compositor_factory.h',
81 'renderer/clipboard_utils.cc',
82 'renderer/clipboard_utils.h',
83 'renderer/cpp_bound_class.cc',
84 'renderer/cpp_bound_class.h',
85 'renderer/cpp_variant.cc',
86 'renderer/cpp_variant.h',
82 'renderer/cursor_utils.cc', 87 'renderer/cursor_utils.cc',
83 'renderer/cursor_utils.h', 88 'renderer/cursor_utils.h',
84 'renderer/device_orientation_dispatcher.cc', 89 'renderer/device_orientation_dispatcher.cc',
85 'renderer/device_orientation_dispatcher.h', 90 'renderer/device_orientation_dispatcher.h',
86 'renderer/device_orientation/device_motion_event_pump.cc', 91 'renderer/device_orientation/device_motion_event_pump.cc',
87 'renderer/device_orientation/device_motion_event_pump.h', 92 'renderer/device_orientation/device_motion_event_pump.h',
88 'renderer/device_orientation/device_orientation_event_pump.cc', 93 'renderer/device_orientation/device_orientation_event_pump.cc',
89 'renderer/device_orientation/device_orientation_event_pump.h', 94 'renderer/device_orientation/device_orientation_event_pump.h',
90 'renderer/device_orientation/device_sensor_event_pump.cc', 95 'renderer/device_orientation/device_sensor_event_pump.cc',
91 'renderer/device_orientation/device_sensor_event_pump.h', 96 'renderer/device_orientation/device_sensor_event_pump.h',
(...skipping 635 matching lines...) Expand 10 before | Expand all | Expand 10 after
727 }], 732 }],
728 ], 733 ],
729 'target_conditions': [ 734 'target_conditions': [
730 ['OS=="android"', { 735 ['OS=="android"', {
731 'sources/': [ 736 'sources/': [
732 ['include', '^renderer/render_view_linux\\.cc$'], 737 ['include', '^renderer/render_view_linux\\.cc$'],
733 ], 738 ],
734 }], 739 }],
735 ], 740 ],
736 } 741 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698