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

Side by Side Diff: content/content_renderer.gypi

Issue 22410007: Move appcache_frontend_impl.* to content/renderer/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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 | « no previous file | content/renderer/appcache_frontend_impl.h » ('j') | content/worker/DEPS » ('J')
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 '../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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 'renderer/android/address_detector.cc', 74 'renderer/android/address_detector.cc',
75 'renderer/android/address_detector.h', 75 'renderer/android/address_detector.h',
76 'renderer/android/content_detector.cc', 76 'renderer/android/content_detector.cc',
77 'renderer/android/content_detector.h', 77 'renderer/android/content_detector.h',
78 'renderer/android/email_detector.cc', 78 'renderer/android/email_detector.cc',
79 'renderer/android/email_detector.h', 79 'renderer/android/email_detector.h',
80 'renderer/android/phone_number_detector.cc', 80 'renderer/android/phone_number_detector.cc',
81 'renderer/android/phone_number_detector.h', 81 'renderer/android/phone_number_detector.h',
82 'renderer/android/synchronous_compositor_factory.cc', 82 'renderer/android/synchronous_compositor_factory.cc',
83 'renderer/android/synchronous_compositor_factory.h', 83 'renderer/android/synchronous_compositor_factory.h',
84 'renderer/appcache_frontend_impl.cc',
85 'renderer/appcache_frontend_impl.h',
84 'renderer/cursor_utils.cc', 86 'renderer/cursor_utils.cc',
85 'renderer/cursor_utils.h', 87 'renderer/cursor_utils.h',
86 'renderer/device_orientation_dispatcher.cc', 88 'renderer/device_orientation_dispatcher.cc',
87 'renderer/device_orientation_dispatcher.h', 89 'renderer/device_orientation_dispatcher.h',
88 'renderer/device_orientation/device_motion_event_pump.cc', 90 'renderer/device_orientation/device_motion_event_pump.cc',
89 'renderer/device_orientation/device_motion_event_pump.h', 91 'renderer/device_orientation/device_motion_event_pump.h',
90 'renderer/device_orientation/device_orientation_event_pump.cc', 92 'renderer/device_orientation/device_orientation_event_pump.cc',
91 'renderer/device_orientation/device_orientation_event_pump.h', 93 'renderer/device_orientation/device_orientation_event_pump.h',
92 'renderer/device_orientation/device_sensor_event_pump.cc', 94 'renderer/device_orientation/device_sensor_event_pump.cc',
93 'renderer/device_orientation/device_sensor_event_pump.h', 95 'renderer/device_orientation/device_sensor_event_pump.h',
(...skipping 608 matching lines...) Expand 10 before | Expand all | Expand 10 after
702 }], 704 }],
703 ], 705 ],
704 'target_conditions': [ 706 'target_conditions': [
705 ['OS=="android"', { 707 ['OS=="android"', {
706 'sources/': [ 708 'sources/': [
707 ['include', '^renderer/render_view_linux\\.cc$'], 709 ['include', '^renderer/render_view_linux\\.cc$'],
708 ], 710 ],
709 }], 711 }],
710 ], 712 ],
711 } 713 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/appcache_frontend_impl.h » ('j') | content/worker/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698