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

Side by Side Diff: content/content_browser.gypi

Issue 786933005: [Android] Add proxy for Java-based WebContentsObservers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 9 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
« no previous file with comments | « content/browser/android/web_contents_observer_proxy.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 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../device/vibration/vibration.gyp:device_vibration', 9 '../device/vibration/vibration.gyp:device_vibration',
10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', 10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 'browser/android/overscroll_glow.cc', 362 'browser/android/overscroll_glow.cc',
363 'browser/android/overscroll_glow.h', 363 'browser/android/overscroll_glow.h',
364 'browser/android/overscroll_refresh.cc', 364 'browser/android/overscroll_refresh.cc',
365 'browser/android/overscroll_refresh.h', 365 'browser/android/overscroll_refresh.h',
366 'browser/android/popup_touch_handle_drawable.cc', 366 'browser/android/popup_touch_handle_drawable.cc',
367 'browser/android/popup_touch_handle_drawable.h', 367 'browser/android/popup_touch_handle_drawable.h',
368 'browser/android/tracing_controller_android.cc', 368 'browser/android/tracing_controller_android.cc',
369 'browser/android/tracing_controller_android.h', 369 'browser/android/tracing_controller_android.h',
370 'browser/android/url_request_content_job.cc', 370 'browser/android/url_request_content_job.cc',
371 'browser/android/url_request_content_job.h', 371 'browser/android/url_request_content_job.h',
372 'browser/android/web_contents_observer_android.cc', 372 'browser/android/web_contents_observer_proxy.cc',
373 'browser/android/web_contents_observer_android.h', 373 'browser/android/web_contents_observer_proxy.h',
374 'browser/appcache/appcache.cc', 374 'browser/appcache/appcache.cc',
375 'browser/appcache/appcache.h', 375 'browser/appcache/appcache.h',
376 'browser/appcache/appcache_backend_impl.cc', 376 'browser/appcache/appcache_backend_impl.cc',
377 'browser/appcache/appcache_backend_impl.h', 377 'browser/appcache/appcache_backend_impl.h',
378 'browser/appcache/appcache_database.cc', 378 'browser/appcache/appcache_database.cc',
379 'browser/appcache/appcache_database.h', 379 'browser/appcache/appcache_database.h',
380 'browser/appcache/appcache_disk_cache.cc', 380 'browser/appcache/appcache_disk_cache.cc',
381 'browser/appcache/appcache_disk_cache.h', 381 'browser/appcache/appcache_disk_cache.h',
382 'browser/appcache/appcache_dispatcher_host.cc', 382 'browser/appcache/appcache_dispatcher_host.cc',
383 'browser/appcache/appcache_dispatcher_host.h', 383 'browser/appcache/appcache_dispatcher_host.h',
(...skipping 1590 matching lines...) Expand 10 before | Expand all | Expand 10 after
1974 'browser/media/media_web_contents_observer.h', 1974 'browser/media/media_web_contents_observer.h',
1975 ], 1975 ],
1976 }], 1976 }],
1977 ['OS == "linux" and use_openssl==1', { 1977 ['OS == "linux" and use_openssl==1', {
1978 'dependencies': [ 1978 'dependencies': [
1979 '../third_party/boringssl/boringssl.gyp:boringssl', 1979 '../third_party/boringssl/boringssl.gyp:boringssl',
1980 ], 1980 ],
1981 }], 1981 }],
1982 ], 1982 ],
1983 } 1983 }
OLDNEW
« no previous file with comments | « content/browser/android/web_contents_observer_proxy.cc ('k') | content/content_jni.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698