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

Side by Side Diff: content/content_renderer.gypi

Issue 7274031: Wholesale move of debugger sources to content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add OWNERS and DEPS. Created 9 years, 5 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) 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 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 10 matching lines...) Expand all
21 '../third_party/npapi/npapi.gyp:npapi', 21 '../third_party/npapi/npapi.gyp:npapi',
22 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', 22 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
23 '../ui/gfx/surface/surface.gyp:surface', 23 '../ui/gfx/surface/surface.gyp:surface',
24 ], 24 ],
25 'include_dirs': [ 25 'include_dirs': [
26 '..', 26 '..',
27 ], 27 ],
28 'sources': [ 28 'sources': [
29 'renderer/active_notification_tracker.cc', 29 'renderer/active_notification_tracker.cc',
30 'renderer/active_notification_tracker.h', 30 'renderer/active_notification_tracker.h',
31 'renderer/content_renderer_client.cc',
32 'renderer/content_renderer_client.h', 31 'renderer/content_renderer_client.h',
33 'renderer/device_orientation_dispatcher.cc', 32 'renderer/device_orientation_dispatcher.cc',
34 'renderer/device_orientation_dispatcher.h', 33 'renderer/device_orientation_dispatcher.h',
35 'renderer/external_popup_menu.cc', 34 'renderer/external_popup_menu.cc',
36 'renderer/external_popup_menu.h', 35 'renderer/external_popup_menu.h',
37 'renderer/geolocation_dispatcher.cc', 36 'renderer/geolocation_dispatcher.cc',
38 'renderer/geolocation_dispatcher.h', 37 'renderer/geolocation_dispatcher.h',
39 'renderer/gpu/gpu_channel_host.cc', 38 'renderer/gpu/gpu_channel_host.cc',
40 'renderer/gpu/gpu_channel_host.h', 39 'renderer/gpu/gpu_channel_host.h',
41 'renderer/gpu/gpu_surface_proxy.cc', 40 'renderer/gpu/gpu_surface_proxy.cc',
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 'link_settings': { 190 'link_settings': {
192 'mac_bundle_resources': [ 191 'mac_bundle_resources': [
193 'renderer/renderer.sb', 192 'renderer/renderer.sb',
194 ], 193 ],
195 }, 194 },
196 }], 195 }],
197 ], 196 ],
198 }, 197 },
199 ], 198 ],
200 } 199 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698