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

Side by Side Diff: content/content_browser.gypi

Issue 920693003: Revert "Revert of [Android] Migrate javascript settings to a content setting from a pref. (patchset… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove jni registration Created 5 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
« no previous file with comments | « content/browser/android/content_settings.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 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 'browser/android/browser_surface_texture_manager.cc', 300 'browser/android/browser_surface_texture_manager.cc',
301 'browser/android/browser_surface_texture_manager.h', 301 'browser/android/browser_surface_texture_manager.h',
302 'browser/android/child_process_launcher_android.cc', 302 'browser/android/child_process_launcher_android.cc',
303 'browser/android/child_process_launcher_android.h', 303 'browser/android/child_process_launcher_android.h',
304 'browser/android/composited_touch_handle_drawable.cc', 304 'browser/android/composited_touch_handle_drawable.cc',
305 'browser/android/composited_touch_handle_drawable.h', 305 'browser/android/composited_touch_handle_drawable.h',
306 'browser/android/content_protocol_handler_impl.cc', 306 'browser/android/content_protocol_handler_impl.cc',
307 'browser/android/content_protocol_handler_impl.h', 307 'browser/android/content_protocol_handler_impl.h',
308 'browser/android/content_readback_handler.cc', 308 'browser/android/content_readback_handler.cc',
309 'browser/android/content_readback_handler.h', 309 'browser/android/content_readback_handler.h',
310 'browser/android/content_settings.cc',
311 'browser/android/content_settings.h',
312 'browser/android/content_startup_flags.cc', 310 'browser/android/content_startup_flags.cc',
313 'browser/android/content_startup_flags.h', 311 'browser/android/content_startup_flags.h',
314 'browser/android/content_video_view.cc', 312 'browser/android/content_video_view.cc',
315 'browser/android/content_video_view.h', 313 'browser/android/content_video_view.h',
316 'browser/android/content_view_core_impl.cc', 314 'browser/android/content_view_core_impl.cc',
317 'browser/android/content_view_core_impl.h', 315 'browser/android/content_view_core_impl.h',
318 'browser/android/content_view_render_view.cc', 316 'browser/android/content_view_render_view.cc',
319 'browser/android/content_view_render_view.h', 317 'browser/android/content_view_render_view.h',
320 'browser/android/content_view_statics.cc', 318 'browser/android/content_view_statics.cc',
321 'browser/android/content_view_statics.h', 319 'browser/android/content_view_statics.h',
(...skipping 1649 matching lines...) Expand 10 before | Expand all | Expand 10 after
1971 'browser/media/media_web_contents_observer.h', 1969 'browser/media/media_web_contents_observer.h',
1972 ], 1970 ],
1973 }], 1971 }],
1974 ['OS == "linux" and use_openssl==1', { 1972 ['OS == "linux" and use_openssl==1', {
1975 'dependencies': [ 1973 'dependencies': [
1976 '../third_party/boringssl/boringssl.gyp:boringssl', 1974 '../third_party/boringssl/boringssl.gyp:boringssl',
1977 ], 1975 ],
1978 }], 1976 }],
1979 ], 1977 ],
1980 } 1978 }
OLDNEW
« no previous file with comments | « content/browser/android/content_settings.cc ('k') | content/content_jni.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698