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

Side by Side Diff: content/content_browser.gypi

Issue 10536066: android content shell bringup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync and merge Created 8 years, 6 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/content_app.gypi ('k') | content/content_common.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 'dependencies': [ 6 'dependencies': [
7 'browser/debugger/devtools_resources.gyp:devtools_resources', 7 'browser/debugger/devtools_resources.gyp:devtools_resources',
8 'browser/speech/proto/speech_proto.gyp:speech_proto', 8 'browser/speech/proto/speech_proto.gyp:speech_proto',
9 '../base/base.gyp:base_static', 9 '../base/base.gyp:base_static',
10 '../crypto/crypto.gyp:crypto', 10 '../crypto/crypto.gyp:crypto',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 'public/browser/browser_url_handler.h', 47 'public/browser/browser_url_handler.h',
48 'public/browser/browser_thread.h', 48 'public/browser/browser_thread.h',
49 'public/browser/browser_thread_delegate.h', 49 'public/browser/browser_thread_delegate.h',
50 'public/browser/cert_store.h', 50 'public/browser/cert_store.h',
51 'public/browser/child_process_data.h', 51 'public/browser/child_process_data.h',
52 'public/browser/child_process_security_policy.h', 52 'public/browser/child_process_security_policy.h',
53 'public/browser/color_chooser.h', 53 'public/browser/color_chooser.h',
54 'public/browser/content_browser_client.cc', 54 'public/browser/content_browser_client.cc',
55 'public/browser/content_browser_client.h', 55 'public/browser/content_browser_client.h',
56 'public/browser/content_ipc_logging.h', 56 'public/browser/content_ipc_logging.h',
57 'public/browser/android/content_view.h',
57 'public/browser/devtools_agent_host_registry.h', 58 'public/browser/devtools_agent_host_registry.h',
58 'public/browser/devtools_client_host.h', 59 'public/browser/devtools_client_host.h',
59 'public/browser/download_danger_type.h', 60 'public/browser/download_danger_type.h',
60 'public/browser/download_id.h', 61 'public/browser/download_id.h',
61 'public/browser/devtools_frontend_host_delegate.h', 62 'public/browser/devtools_frontend_host_delegate.h',
62 'public/browser/devtools_http_handler.h', 63 'public/browser/devtools_http_handler.h',
63 'public/browser/devtools_http_handler_delegate.h', 64 'public/browser/devtools_http_handler_delegate.h',
64 'public/browser/devtools_manager.h', 65 'public/browser/devtools_manager.h',
65 'public/browser/dom_operation_notification_details.h', 66 'public/browser/dom_operation_notification_details.h',
66 'public/browser/dom_storage_context.h', 67 'public/browser/dom_storage_context.h',
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 'browser/accessibility/browser_accessibility_manager_win.cc', 182 'browser/accessibility/browser_accessibility_manager_win.cc',
182 'browser/accessibility/browser_accessibility_manager_win.h', 183 'browser/accessibility/browser_accessibility_manager_win.h',
183 'browser/accessibility/browser_accessibility_state_impl.cc', 184 'browser/accessibility/browser_accessibility_state_impl.cc',
184 'browser/accessibility/browser_accessibility_state_impl.h', 185 'browser/accessibility/browser_accessibility_state_impl.h',
185 'browser/accessibility/browser_accessibility_win.cc', 186 'browser/accessibility/browser_accessibility_win.cc',
186 'browser/accessibility/browser_accessibility_win.h', 187 'browser/accessibility/browser_accessibility_win.h',
187 'browser/android/android_browser_process.cc', 188 'browser/android/android_browser_process.cc',
188 'browser/android/android_browser_process.h', 189 'browser/android/android_browser_process.h',
189 'browser/android/command_line.cc', 190 'browser/android/command_line.cc',
190 'browser/android/command_line.h', 191 'browser/android/command_line.h',
192 'browser/android/content_util.cc',
193 'browser/android/content_util.h',
194 'browser/android/content_view_impl.cc',
195 'browser/android/content_view_impl.h',
196 'browser/android/content_view_client.cc',
197 'browser/android/content_view_client.h',
191 'browser/android/device_info.cc', 198 'browser/android/device_info.cc',
192 'browser/android/device_info.h', 199 'browser/android/device_info.h',
193 'browser/android/download_controller.cc', 200 'browser/android/download_controller.cc',
194 'browser/android/download_controller.h', 201 'browser/android/download_controller.h',
195 'browser/android/jni_helper.cc', 202 'browser/android/jni_helper.cc',
196 'browser/android/jni_helper.h', 203 'browser/android/jni_helper.h',
197 'browser/android/sandboxed_process_launcher.cc', 204 'browser/android/sandboxed_process_launcher.cc',
198 'browser/android/sandboxed_process_launcher.h', 205 'browser/android/sandboxed_process_launcher.h',
199 'browser/android/trace_event_binding.cc', 206 'browser/android/trace_event_binding.cc',
200 'browser/android/trace_event_binding.h', 207 'browser/android/trace_event_binding.h',
(...skipping 759 matching lines...) Expand 10 before | Expand all | Expand 10 after
960 ], 967 ],
961 }], 968 }],
962 ['input_speech==0', { 969 ['input_speech==0', {
963 'sources/': [ 970 'sources/': [
964 ['exclude', '^browser/speech/'], 971 ['exclude', '^browser/speech/'],
965 ], 972 ],
966 }], 973 }],
967 ], 974 ],
968 } 975 }
969 976
OLDNEW
« no previous file with comments | « content/content_app.gypi ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698