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

Side by Side Diff: content/content_shell.gypi

Issue 18590002: Migrate MediaStream test code from content/shell/renderer/ to content/test/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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
« 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/geolocation/shell_access_token_store.cc', 82 'shell/geolocation/shell_access_token_store.cc',
83 'shell/geolocation/shell_access_token_store.h', 83 'shell/geolocation/shell_access_token_store.h',
84 'shell/minimal_ash.cc', 84 'shell/minimal_ash.cc',
85 'shell/minimal_ash.h', 85 'shell/minimal_ash.h',
86 'shell/notify_done_forwarder.cc', 86 'shell/notify_done_forwarder.cc',
87 'shell/notify_done_forwarder.h', 87 'shell/notify_done_forwarder.h',
88 'shell/paths_mac.h', 88 'shell/paths_mac.h',
89 'shell/paths_mac.mm', 89 'shell/paths_mac.mm',
90 'shell/renderer/shell_content_renderer_client.cc', 90 'shell/renderer/shell_content_renderer_client.cc',
91 'shell/renderer/shell_content_renderer_client.h', 91 'shell/renderer/shell_content_renderer_client.h',
92 'shell/renderer/shell_media_stream_client.cc',
93 'shell/renderer/shell_media_stream_client.h',
94 'shell/renderer/shell_render_process_observer.cc', 92 'shell/renderer/shell_render_process_observer.cc',
95 'shell/renderer/shell_render_process_observer.h', 93 'shell/renderer/shell_render_process_observer.h',
96 'shell/renderer/shell_render_view_observer.cc', 94 'shell/renderer/shell_render_view_observer.cc',
97 'shell/renderer/shell_render_view_observer.h', 95 'shell/renderer/shell_render_view_observer.h',
98 'shell/renderer/shell_video_frame_provider.cc',
99 'shell/renderer/shell_video_frame_provider.h',
100 'shell/renderer/webkit_test_runner.cc', 96 'shell/renderer/webkit_test_runner.cc',
101 'shell/renderer/webkit_test_runner.h', 97 'shell/renderer/webkit_test_runner.h',
102 'shell/shell.cc', 98 'shell/shell.cc',
103 'shell/shell.h', 99 'shell/shell.h',
104 'shell/shell_android.cc', 100 'shell/shell_android.cc',
105 'shell/shell_aura.cc', 101 'shell/shell_aura.cc',
106 'shell/shell_gtk.cc', 102 'shell/shell_gtk.cc',
107 'shell/shell_mac.mm', 103 'shell/shell_mac.mm',
108 'shell/shell_win.cc', 104 'shell/shell_win.cc',
109 'shell/shell_application_mac.h', 105 'shell/shell_application_mac.h',
(...skipping 20 matching lines...) Expand all
130 'shell/shell_javascript_dialog_win.cc', 126 'shell/shell_javascript_dialog_win.cc',
131 'shell/shell_javascript_dialog.h', 127 'shell/shell_javascript_dialog.h',
132 'shell/shell_layout_tests_android.cc', 128 'shell/shell_layout_tests_android.cc',
133 'shell/shell_layout_tests_android.h', 129 'shell/shell_layout_tests_android.h',
134 'shell/shell_login_dialog_gtk.cc', 130 'shell/shell_login_dialog_gtk.cc',
135 'shell/shell_login_dialog_mac.mm', 131 'shell/shell_login_dialog_mac.mm',
136 'shell/shell_login_dialog.cc', 132 'shell/shell_login_dialog.cc',
137 'shell/shell_login_dialog.h', 133 'shell/shell_login_dialog.h',
138 'shell/shell_message_filter.cc', 134 'shell/shell_message_filter.cc',
139 'shell/shell_message_filter.h', 135 'shell/shell_message_filter.h',
140 » 'shell/shell_net_log.cc', 136 'shell/shell_net_log.cc',
141 » 'shell/shell_net_log.h', 137 'shell/shell_net_log.h',
142 'shell/shell_network_delegate.cc', 138 'shell/shell_network_delegate.cc',
143 'shell/shell_network_delegate.h', 139 'shell/shell_network_delegate.h',
144 'shell/shell_plugin_service_filter.cc', 140 'shell/shell_plugin_service_filter.cc',
145 'shell/shell_plugin_service_filter.h', 141 'shell/shell_plugin_service_filter.h',
146 'shell/shell_quota_permission_context.cc', 142 'shell/shell_quota_permission_context.cc',
147 'shell/shell_quota_permission_context.h', 143 'shell/shell_quota_permission_context.h',
148 'shell/shell_resource_dispatcher_host_delegate.cc', 144 'shell/shell_resource_dispatcher_host_delegate.cc',
149 'shell/shell_resource_dispatcher_host_delegate.h', 145 'shell/shell_resource_dispatcher_host_delegate.h',
150 'shell/shell_url_request_context_getter.cc', 146 'shell/shell_url_request_context_getter.cc',
151 'shell/shell_url_request_context_getter.h', 147 'shell/shell_url_request_context_getter.h',
(...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 'native_lib_target': 'libcontent_shell_content_view', 716 'native_lib_target': 'libcontent_shell_content_view',
721 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'], 717 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'],
722 'asset_location': '<(ant_build_out)/content_shell/assets', 718 'asset_location': '<(ant_build_out)/content_shell/assets',
723 }, 719 },
724 'includes': [ '../build/java_apk.gypi' ], 720 'includes': [ '../build/java_apk.gypi' ],
725 }, 721 },
726 ], 722 ],
727 }], # OS=="android" 723 }], # OS=="android"
728 ] 724 ]
729 } 725 }
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