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

Side by Side Diff: content/content_shell.gypi

Issue 22723005: Remove gc extension from webkit/support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: put gc_extension in content/shell/renderer 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/content_tests.gypi » ('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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 'shell/common/shell_test_configuration.cc', 82 'shell/common/shell_test_configuration.cc',
83 'shell/common/shell_test_configuration.h', 83 'shell/common/shell_test_configuration.h',
84 'shell/common/webkit_test_helpers.cc', 84 'shell/common/webkit_test_helpers.cc',
85 'shell/common/webkit_test_helpers.h', 85 'shell/common/webkit_test_helpers.h',
86 'shell/geolocation/shell_access_token_store.cc', 86 'shell/geolocation/shell_access_token_store.cc',
87 'shell/geolocation/shell_access_token_store.h', 87 'shell/geolocation/shell_access_token_store.h',
88 'shell/minimal_shell.cc', 88 'shell/minimal_shell.cc',
89 'shell/minimal_shell.h', 89 'shell/minimal_shell.h',
90 'shell/notify_done_forwarder.cc', 90 'shell/notify_done_forwarder.cc',
91 'shell/notify_done_forwarder.h', 91 'shell/notify_done_forwarder.h',
92 'shell/renderer/gc_extension.cc',
93 'shell/renderer/gc_extension.h',
92 'shell/renderer/shell_content_renderer_client.cc', 94 'shell/renderer/shell_content_renderer_client.cc',
93 'shell/renderer/shell_content_renderer_client.h', 95 'shell/renderer/shell_content_renderer_client.h',
94 'shell/renderer/shell_render_process_observer.cc', 96 'shell/renderer/shell_render_process_observer.cc',
95 'shell/renderer/shell_render_process_observer.h', 97 'shell/renderer/shell_render_process_observer.h',
96 'shell/renderer/shell_render_view_observer.cc', 98 'shell/renderer/shell_render_view_observer.cc',
97 'shell/renderer/shell_render_view_observer.h', 99 'shell/renderer/shell_render_view_observer.h',
98 'shell/renderer/webkit_test_runner.cc', 100 'shell/renderer/webkit_test_runner.cc',
99 'shell/renderer/webkit_test_runner.h', 101 'shell/renderer/webkit_test_runner.h',
100 'shell/shell.cc', 102 'shell/shell.cc',
101 'shell/shell.h', 103 'shell/shell.h',
(...skipping 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
738 '../tools/imagediff/image_diff.gyp:image_diff#host', 740 '../tools/imagediff/image_diff.gyp:image_diff#host',
739 ], 741 ],
740 }], 742 }],
741 ], 743 ],
742 'includes': [ '../build/java_apk.gypi' ], 744 'includes': [ '../build/java_apk.gypi' ],
743 }, 745 },
744 ], 746 ],
745 }], # OS=="android" 747 }], # OS=="android"
746 ] 748 ]
747 } 749 }
OLDNEW
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698