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

Side by Side Diff: content/content_browser.gypi

Issue 10532148: Adding java TouchPoint class for android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase with some gyp file changes 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/browser/android/touch_point.cc ('k') | content/content_jni.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 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 'browser/android/content_view_impl.cc', 194 'browser/android/content_view_impl.cc',
195 'browser/android/content_view_impl.h', 195 'browser/android/content_view_impl.h',
196 'browser/android/content_view_client.cc', 196 'browser/android/content_view_client.cc',
197 'browser/android/content_view_client.h', 197 'browser/android/content_view_client.h',
198 'browser/android/device_info.cc', 198 'browser/android/device_info.cc',
199 'browser/android/device_info.h', 199 'browser/android/device_info.h',
200 'browser/android/download_controller.cc', 200 'browser/android/download_controller.cc',
201 'browser/android/download_controller.h', 201 'browser/android/download_controller.h',
202 'browser/android/sandboxed_process_launcher.cc', 202 'browser/android/sandboxed_process_launcher.cc',
203 'browser/android/sandboxed_process_launcher.h', 203 'browser/android/sandboxed_process_launcher.h',
204 'browser/android/touch_point.cc',
205 'browser/android/touch_point.h',
204 'browser/appcache/appcache_dispatcher_host.cc', 206 'browser/appcache/appcache_dispatcher_host.cc',
205 'browser/appcache/appcache_dispatcher_host.h', 207 'browser/appcache/appcache_dispatcher_host.h',
206 'browser/appcache/appcache_frontend_proxy.cc', 208 'browser/appcache/appcache_frontend_proxy.cc',
207 'browser/appcache/appcache_frontend_proxy.h', 209 'browser/appcache/appcache_frontend_proxy.h',
208 'browser/appcache/chrome_appcache_service.cc', 210 'browser/appcache/chrome_appcache_service.cc',
209 'browser/appcache/chrome_appcache_service.h', 211 'browser/appcache/chrome_appcache_service.h',
210 'browser/browser_child_process_host_impl.cc', 212 'browser/browser_child_process_host_impl.cc',
211 'browser/browser_child_process_host_impl.h', 213 'browser/browser_child_process_host_impl.h',
212 'browser/browser_context.cc', 214 'browser/browser_context.cc',
213 'browser/browser_main.cc', 215 'browser/browser_main.cc',
(...skipping 749 matching lines...) Expand 10 before | Expand all | Expand 10 after
963 ], 965 ],
964 }], 966 }],
965 ['input_speech==0', { 967 ['input_speech==0', {
966 'sources/': [ 968 'sources/': [
967 ['exclude', '^browser/speech/'], 969 ['exclude', '^browser/speech/'],
968 ], 970 ],
969 }], 971 }],
970 ], 972 ],
971 } 973 }
972 974
OLDNEW
« no previous file with comments | « content/browser/android/touch_point.cc ('k') | content/content_jni.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698