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

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: clipboard_utils 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',
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 'renderer/android/address_detector.cc', 72 'renderer/android/address_detector.cc',
73 'renderer/android/address_detector.h', 73 'renderer/android/address_detector.h',
74 'renderer/android/content_detector.cc', 74 'renderer/android/content_detector.cc',
75 'renderer/android/content_detector.h', 75 'renderer/android/content_detector.h',
76 'renderer/android/email_detector.cc', 76 'renderer/android/email_detector.cc',
77 'renderer/android/email_detector.h', 77 'renderer/android/email_detector.h',
78 'renderer/android/phone_number_detector.cc', 78 'renderer/android/phone_number_detector.cc',
79 'renderer/android/phone_number_detector.h', 79 'renderer/android/phone_number_detector.h',
80 'renderer/android/synchronous_compositor_factory.cc', 80 'renderer/android/synchronous_compositor_factory.cc',
81 'renderer/android/synchronous_compositor_factory.h', 81 'renderer/android/synchronous_compositor_factory.h',
82 'renderer/clipboard_utils.cc',
83 'renderer/clipboard_utils.h',
82 'renderer/cursor_utils.cc', 84 'renderer/cursor_utils.cc',
83 'renderer/cursor_utils.h', 85 'renderer/cursor_utils.h',
84 'renderer/device_orientation_dispatcher.cc', 86 'renderer/device_orientation_dispatcher.cc',
85 'renderer/device_orientation_dispatcher.h', 87 'renderer/device_orientation_dispatcher.h',
86 'renderer/device_orientation/device_motion_event_pump.cc', 88 'renderer/device_orientation/device_motion_event_pump.cc',
87 'renderer/device_orientation/device_motion_event_pump.h', 89 'renderer/device_orientation/device_motion_event_pump.h',
88 'renderer/device_orientation/device_orientation_event_pump.cc', 90 'renderer/device_orientation/device_orientation_event_pump.cc',
89 'renderer/device_orientation/device_orientation_event_pump.h', 91 'renderer/device_orientation/device_orientation_event_pump.h',
90 'renderer/device_orientation/device_sensor_event_pump.cc', 92 'renderer/device_orientation/device_sensor_event_pump.cc',
91 'renderer/device_orientation/device_sensor_event_pump.h', 93 'renderer/device_orientation/device_sensor_event_pump.h',
(...skipping 635 matching lines...) Expand 10 before | Expand all | Expand 10 after
727 }], 729 }],
728 ], 730 ],
729 'target_conditions': [ 731 'target_conditions': [
730 ['OS=="android"', { 732 ['OS=="android"', {
731 'sources/': [ 733 'sources/': [
732 ['include', '^renderer/render_view_linux\\.cc$'], 734 ['include', '^renderer/render_view_linux\\.cc$'],
733 ], 735 ],
734 }], 736 }],
735 ], 737 ],
736 } 738 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/clipboard_utils.h » ('j') | content/test/mock_webclipboard_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698