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

Side by Side Diff: content/content_renderer.gypi

Issue 6677096: Move a bunch of files from chrome\common to content\common. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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_common.gypi ('k') | content/renderer/active_notification_tracker.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'content_renderer', 8 'target_name': 'content_renderer',
9 'msvs_guid': '9AAA8CF2-9B3D-4895-8CB9-D70BBD125EAD', 9 'msvs_guid': '9AAA8CF2-9B3D-4895-8CB9-D70BBD125EAD',
10 'type': '<(library)', 10 'type': '<(library)',
11 'dependencies': [ 11 'dependencies': [
12 'content_common', 12 'content_common',
13 '../skia/skia.gyp:skia', 13 '../skia/skia.gyp:skia',
14 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', 14 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
15 '../third_party/libjingle/libjingle.gyp:libjingle', 15 '../third_party/libjingle/libjingle.gyp:libjingle',
16 ], 16 ],
17 'include_dirs': [ 17 'include_dirs': [
18 '..', 18 '..',
19 ], 19 ],
20 'sources': [ 20 'sources': [
21 'renderer/active_notification_tracker.cc',
22 'renderer/active_notification_tracker.h',
21 'renderer/audio_device.cc', 23 'renderer/audio_device.cc',
22 'renderer/audio_device.h', 24 'renderer/audio_device.h',
23 'renderer/audio_message_filter.cc', 25 'renderer/audio_message_filter.cc',
24 'renderer/audio_message_filter.h', 26 'renderer/audio_message_filter.h',
25 'renderer/cookie_message_filter.cc', 27 'renderer/cookie_message_filter.cc',
26 'renderer/cookie_message_filter.h', 28 'renderer/cookie_message_filter.h',
27 'renderer/device_orientation_dispatcher.cc', 29 'renderer/device_orientation_dispatcher.cc',
28 'renderer/device_orientation_dispatcher.h', 30 'renderer/device_orientation_dispatcher.h',
29 'renderer/geolocation_dispatcher.cc', 31 'renderer/geolocation_dispatcher.cc',
30 'renderer/geolocation_dispatcher.h', 32 'renderer/geolocation_dispatcher.h',
(...skipping 16 matching lines...) Expand all
47 'renderer/p2p/socket_client.cc', 49 'renderer/p2p/socket_client.cc',
48 'renderer/p2p/socket_client.h', 50 'renderer/p2p/socket_client.h',
49 'renderer/p2p/socket_dispatcher.cc', 51 'renderer/p2p/socket_dispatcher.cc',
50 'renderer/p2p/socket_dispatcher.h', 52 'renderer/p2p/socket_dispatcher.h',
51 'renderer/speech_input_dispatcher.cc', 53 'renderer/speech_input_dispatcher.cc',
52 'renderer/speech_input_dispatcher.h', 54 'renderer/speech_input_dispatcher.h',
53 ], 55 ],
54 }, 56 },
55 ], 57 ],
56 } 58 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/renderer/active_notification_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698