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

Side by Side Diff: content/content_shell.gypi

Issue 139413003: Replace the gc extension in content shell with a gin::Wrappable class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/shell/renderer/DEPS » ('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) 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 'variables': { 6 'variables': {
7 'content_shell_product_name': 'Content Shell', 7 'content_shell_product_name': 'Content Shell',
8 # The "19" is so that sites that sniff for version think that this is 8 # The "19" is so that sites that sniff for version think that this is
9 # something reasonably current; the "77.34.5" is a hint that this isn't a 9 # something reasonably current; the "77.34.5" is a hint that this isn't a
10 # standard Chrome. 10 # standard Chrome.
(...skipping 23 matching lines...) Expand all
34 'content.gyp:content_ppapi_plugin', 34 'content.gyp:content_ppapi_plugin',
35 'content.gyp:content_renderer', 35 'content.gyp:content_renderer',
36 'content.gyp:content_utility', 36 'content.gyp:content_utility',
37 'content.gyp:content_worker', 37 'content.gyp:content_worker',
38 'content_shell_resources', 38 'content_shell_resources',
39 'test_support_content', 39 'test_support_content',
40 'content_resources.gyp:content_resources', 40 'content_resources.gyp:content_resources',
41 '../base/base.gyp:base', 41 '../base/base.gyp:base',
42 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 42 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
43 '../components/components.gyp:breakpad_component', 43 '../components/components.gyp:breakpad_component',
44 '../gin/gin.gyp:gin',
44 '../ipc/ipc.gyp:ipc', 45 '../ipc/ipc.gyp:ipc',
45 '../media/media.gyp:media', 46 '../media/media.gyp:media',
46 '../net/net.gyp:net', 47 '../net/net.gyp:net',
47 '../net/net.gyp:net_resources', 48 '../net/net.gyp:net_resources',
48 '../skia/skia.gyp:skia', 49 '../skia/skia.gyp:skia',
49 '../third_party/WebKit/public/blink.gyp:blink', 50 '../third_party/WebKit/public/blink.gyp:blink',
50 '../third_party/WebKit/public/blink_test_plugin.gyp:blink_test_plugin', 51 '../third_party/WebKit/public/blink_test_plugin.gyp:blink_test_plugin',
51 '../third_party/WebKit/public/blink_test_runner.gyp:blink_test_support', 52 '../third_party/WebKit/public/blink_test_runner.gyp:blink_test_support',
52 '../ui/events/events.gyp:events_base', 53 '../ui/events/events.gyp:events_base',
53 '../ui/gfx/gfx.gyp:gfx', 54 '../ui/gfx/gfx.gyp:gfx',
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 'shell/common/shell_switches.cc', 153 'shell/common/shell_switches.cc',
153 'shell/common/shell_switches.h', 154 'shell/common/shell_switches.h',
154 'shell/common/shell_test_configuration.cc', 155 'shell/common/shell_test_configuration.cc',
155 'shell/common/shell_test_configuration.h', 156 'shell/common/shell_test_configuration.h',
156 'shell/common/test_runner/WebPreferences.cpp', 157 'shell/common/test_runner/WebPreferences.cpp',
157 'shell/common/test_runner/WebPreferences.h', 158 'shell/common/test_runner/WebPreferences.h',
158 'shell/common/webkit_test_helpers.cc', 159 'shell/common/webkit_test_helpers.cc',
159 'shell/common/webkit_test_helpers.h', 160 'shell/common/webkit_test_helpers.h',
160 'shell/geolocation/shell_access_token_store.cc', 161 'shell/geolocation/shell_access_token_store.cc',
161 'shell/geolocation/shell_access_token_store.h', 162 'shell/geolocation/shell_access_token_store.h',
162 'shell/renderer/gc_extension.cc', 163 'shell/renderer/gc_controller.cc',
163 'shell/renderer/gc_extension.h', 164 'shell/renderer/gc_controller.h',
164 'shell/renderer/shell_content_renderer_client.cc', 165 'shell/renderer/shell_content_renderer_client.cc',
165 'shell/renderer/shell_content_renderer_client.h', 166 'shell/renderer/shell_content_renderer_client.h',
166 'shell/renderer/shell_render_frame_observer.cc', 167 'shell/renderer/shell_render_frame_observer.cc',
167 'shell/renderer/shell_render_frame_observer.h', 168 'shell/renderer/shell_render_frame_observer.h',
168 'shell/renderer/shell_render_process_observer.cc', 169 'shell/renderer/shell_render_process_observer.cc',
169 'shell/renderer/shell_render_process_observer.h', 170 'shell/renderer/shell_render_process_observer.h',
170 'shell/renderer/shell_render_view_observer.cc', 171 'shell/renderer/shell_render_view_observer.cc',
171 'shell/renderer/shell_render_view_observer.h', 172 'shell/renderer/shell_render_view_observer.h',
172 'shell/renderer/test_runner/AccessibilityController.cpp', 173 'shell/renderer/test_runner/AccessibilityController.cpp',
173 'shell/renderer/test_runner/AccessibilityController.h', 174 'shell/renderer/test_runner/AccessibilityController.h',
(...skipping 836 matching lines...) Expand 10 before | Expand all | Expand 10 after
1010 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 1011 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
1011 '--destination_dir', '<(dest_dir)', 1012 '--destination_dir', '<(dest_dir)',
1012 ], 1013 ],
1013 }, 1014 },
1014 ], 1015 ],
1015 }, 1016 },
1016 ], 1017 ],
1017 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 1018 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
1018 ] 1019 ]
1019 } 1020 }
OLDNEW
« no previous file with comments | « no previous file | content/shell/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698