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

Side by Side Diff: content/content_browser.gypi

Issue 150983003: [Android] Share gesture types between Java and C++ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Really fix WebView Created 6 years, 10 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
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 '../third_party/re2/re2.gyp:re2', 7 '../third_party/re2/re2.gyp:re2',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 'browser/android/content_view_render_view.h', 259 'browser/android/content_view_render_view.h',
260 'browser/android/content_view_statics.cc', 260 'browser/android/content_view_statics.cc',
261 'browser/android/content_view_statics.h', 261 'browser/android/content_view_statics.h',
262 'browser/android/date_time_chooser_android.cc', 262 'browser/android/date_time_chooser_android.cc',
263 'browser/android/date_time_chooser_android.h', 263 'browser/android/date_time_chooser_android.h',
264 'browser/android/download_controller_android_impl.cc', 264 'browser/android/download_controller_android_impl.cc',
265 'browser/android/download_controller_android_impl.h', 265 'browser/android/download_controller_android_impl.h',
266 'browser/android/devtools_auth.cc', 266 'browser/android/devtools_auth.cc',
267 'browser/android/edge_effect.h', 267 'browser/android/edge_effect.h',
268 'browser/android/edge_effect.cc', 268 'browser/android/edge_effect.cc',
269 'browser/android/gesture_event_type_list.h',
269 'browser/android/in_process/synchronous_compositor_factory_impl.cc', 270 'browser/android/in_process/synchronous_compositor_factory_impl.cc',
270 'browser/android/in_process/synchronous_compositor_factory_impl.h', 271 'browser/android/in_process/synchronous_compositor_factory_impl.h',
271 'browser/android/in_process/synchronous_compositor_impl.cc', 272 'browser/android/in_process/synchronous_compositor_impl.cc',
272 'browser/android/in_process/synchronous_compositor_impl.h', 273 'browser/android/in_process/synchronous_compositor_impl.h',
273 'browser/android/in_process/synchronous_compositor_output_surface.cc', 274 'browser/android/in_process/synchronous_compositor_output_surface.cc',
274 'browser/android/in_process/synchronous_compositor_output_surface.h', 275 'browser/android/in_process/synchronous_compositor_output_surface.h',
275 'browser/android/in_process/synchronous_input_event_filter.cc', 276 'browser/android/in_process/synchronous_input_event_filter.cc',
276 'browser/android/in_process/synchronous_input_event_filter.h', 277 'browser/android/in_process/synchronous_input_event_filter.h',
277 'browser/android/interstitial_page_delegate_android.cc', 278 'browser/android/interstitial_page_delegate_android.cc',
278 'browser/android/interstitial_page_delegate_android.h', 279 'browser/android/interstitial_page_delegate_android.h',
(...skipping 1365 matching lines...) Expand 10 before | Expand all | Expand 10 after
1644 '../build/linux/system.gyp:dbus', 1645 '../build/linux/system.gyp:dbus',
1645 '../dbus/dbus.gyp:dbus', 1646 '../dbus/dbus.gyp:dbus',
1646 ], 1647 ],
1647 }, { # OS != "linux" or use_dbus==0 1648 }, { # OS != "linux" or use_dbus==0
1648 'sources!': [ 1649 'sources!': [
1649 'browser/geolocation/wifi_data_provider_linux.cc', 1650 'browser/geolocation/wifi_data_provider_linux.cc',
1650 ], 1651 ],
1651 }], 1652 }],
1652 ], 1653 ],
1653 } 1654 }
OLDNEW
« no previous file with comments | « content/content.gyp ('k') | content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698