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

Side by Side Diff: content/content_shell.gypi

Issue 14767019: [content shell] move code common to several processes to a common dir (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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/browser/plugin_browsertest.cc ('k') | content/renderer/render_view_browsertest.cc » ('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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 'shell/shell_application_mac.mm', 89 'shell/shell_application_mac.mm',
90 'shell/shell_browser_context.cc', 90 'shell/shell_browser_context.cc',
91 'shell/shell_browser_context.h', 91 'shell/shell_browser_context.h',
92 'shell/shell_browser_main.cc', 92 'shell/shell_browser_main.cc',
93 'shell/shell_browser_main.h', 93 'shell/shell_browser_main.h',
94 'shell/shell_browser_main_parts.cc', 94 'shell/shell_browser_main_parts.cc',
95 'shell/shell_browser_main_parts.h', 95 'shell/shell_browser_main_parts.h',
96 'shell/shell_browser_main_parts_mac.mm', 96 'shell/shell_browser_main_parts_mac.mm',
97 'shell/shell_content_browser_client.cc', 97 'shell/shell_content_browser_client.cc',
98 'shell/shell_content_browser_client.h', 98 'shell/shell_content_browser_client.h',
99 'shell/shell_content_client.cc', 99 'shell/common/shell_content_client.cc',
100 'shell/shell_content_client.h', 100 'shell/common/shell_content_client.h',
101 'shell/shell_devtools_delegate.cc', 101 'shell/shell_devtools_delegate.cc',
102 'shell/shell_devtools_delegate.h', 102 'shell/shell_devtools_delegate.h',
103 'shell/shell_devtools_frontend.cc', 103 'shell/shell_devtools_frontend.cc',
104 'shell/shell_devtools_frontend.h', 104 'shell/shell_devtools_frontend.h',
105 'shell/shell_download_manager_delegate.cc', 105 'shell/shell_download_manager_delegate.cc',
106 'shell/shell_download_manager_delegate.h', 106 'shell/shell_download_manager_delegate.h',
107 'shell/shell_javascript_dialog_manager.cc', 107 'shell/shell_javascript_dialog_manager.cc',
108 'shell/shell_javascript_dialog_manager.h', 108 'shell/shell_javascript_dialog_manager.h',
109 'shell/shell_javascript_dialog_gtk.cc', 109 'shell/shell_javascript_dialog_gtk.cc',
110 'shell/shell_javascript_dialog_mac.mm', 110 'shell/shell_javascript_dialog_mac.mm',
111 'shell/shell_javascript_dialog_win.cc', 111 'shell/shell_javascript_dialog_win.cc',
112 'shell/shell_javascript_dialog.h', 112 'shell/shell_javascript_dialog.h',
113 'shell/shell_login_dialog_gtk.cc', 113 'shell/shell_login_dialog_gtk.cc',
114 'shell/shell_login_dialog_mac.mm', 114 'shell/shell_login_dialog_mac.mm',
115 'shell/shell_login_dialog.cc', 115 'shell/shell_login_dialog.cc',
116 'shell/shell_login_dialog.h', 116 'shell/shell_login_dialog.h',
117 'shell/shell_main_delegate.cc', 117 'shell/shell_main_delegate.cc',
118 'shell/shell_main_delegate.h', 118 'shell/shell_main_delegate.h',
119 'shell/shell_message_filter.cc', 119 'shell/shell_message_filter.cc',
120 'shell/shell_message_filter.h', 120 'shell/shell_message_filter.h',
121 'shell/shell_messages.cc', 121 'shell/common/shell_messages.cc',
122 'shell/shell_messages.h', 122 'shell/common/shell_messages.h',
123 'shell/shell_network_delegate.cc', 123 'shell/shell_network_delegate.cc',
124 'shell/shell_network_delegate.h', 124 'shell/shell_network_delegate.h',
125 'shell/shell_quota_permission_context.cc', 125 'shell/shell_quota_permission_context.cc',
126 'shell/shell_quota_permission_context.h', 126 'shell/shell_quota_permission_context.h',
127 'shell/shell_resource_dispatcher_host_delegate.cc', 127 'shell/shell_resource_dispatcher_host_delegate.cc',
128 'shell/shell_resource_dispatcher_host_delegate.h', 128 'shell/shell_resource_dispatcher_host_delegate.h',
129 'shell/shell_switches.cc', 129 'shell/common/shell_switches.cc',
130 'shell/shell_switches.h', 130 'shell/common/shell_switches.h',
131 'shell/shell_test_configuration.cc', 131 'shell/common/shell_test_configuration.cc',
132 'shell/shell_test_configuration.h', 132 'shell/common/shell_test_configuration.h',
133 'shell/shell_url_request_context_getter.cc', 133 'shell/shell_url_request_context_getter.cc',
134 'shell/shell_url_request_context_getter.h', 134 'shell/shell_url_request_context_getter.h',
135 'shell/shell_web_contents_view_delegate_android.cc', 135 'shell/shell_web_contents_view_delegate_android.cc',
136 'shell/shell_web_contents_view_delegate_creator.h', 136 'shell/shell_web_contents_view_delegate_creator.h',
137 'shell/shell_web_contents_view_delegate_gtk.cc', 137 'shell/shell_web_contents_view_delegate_gtk.cc',
138 'shell/shell_web_contents_view_delegate_mac.mm', 138 'shell/shell_web_contents_view_delegate_mac.mm',
139 'shell/shell_web_contents_view_delegate_win.cc', 139 'shell/shell_web_contents_view_delegate_win.cc',
140 'shell/shell_web_contents_view_delegate.h', 140 'shell/shell_web_contents_view_delegate.h',
141 'shell/webkit_test_controller.cc', 141 'shell/webkit_test_controller.cc',
142 'shell/webkit_test_controller.h', 142 'shell/webkit_test_controller.h',
143 'shell/webkit_test_helpers.cc', 143 'shell/common/webkit_test_helpers.cc',
144 'shell/webkit_test_helpers.h', 144 'shell/common/webkit_test_helpers.h',
145 'shell/webkit_test_platform_support.h', 145 'shell/webkit_test_platform_support.h',
146 'shell/webkit_test_platform_support_android.cc', 146 'shell/webkit_test_platform_support_android.cc',
147 'shell/webkit_test_platform_support_linux.cc', 147 'shell/webkit_test_platform_support_linux.cc',
148 'shell/webkit_test_platform_support_mac.mm', 148 'shell/webkit_test_platform_support_mac.mm',
149 'shell/webkit_test_platform_support_win.cc', 149 'shell/webkit_test_platform_support_win.cc',
150 ], 150 ],
151 'msvs_settings': { 151 'msvs_settings': {
152 'VCLinkerTool': { 152 'VCLinkerTool': {
153 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 153 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
154 }, 154 },
(...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after
683 'native_lib_target': 'libcontent_shell_content_view', 683 'native_lib_target': 'libcontent_shell_content_view',
684 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'], 684 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'],
685 'asset_location': '<(ant_build_out)/content_shell/assets', 685 'asset_location': '<(ant_build_out)/content_shell/assets',
686 }, 686 },
687 'includes': [ '../build/java_apk.gypi' ], 687 'includes': [ '../build/java_apk.gypi' ],
688 }, 688 },
689 ], 689 ],
690 }], # OS=="android" 690 }], # OS=="android"
691 ] 691 ]
692 } 692 }
OLDNEW
« no previous file with comments | « content/browser/plugin_browsertest.cc ('k') | content/renderer/render_view_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698