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

Side by Side Diff: content/content_browser.gypi

Issue 896583003: Add risk data to getrealpan request. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes for android 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
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 1844 matching lines...) Expand 10 before | Expand all | Expand 10 after
1855 ['exclude', '^browser/geolocation/network_location_provider\\.(cc|h)$'], 1855 ['exclude', '^browser/geolocation/network_location_provider\\.(cc|h)$'],
1856 ['exclude', '^browser/geolocation/network_location_request\\.(cc|h)$'], 1856 ['exclude', '^browser/geolocation/network_location_request\\.(cc|h)$'],
1857 ['exclude', '^browser/tracing/trace_uploader\\.(cc|h)$'], 1857 ['exclude', '^browser/tracing/trace_uploader\\.(cc|h)$'],
1858 ['exclude', '^browser/tracing/tracing_ui\\.(cc|h)$'], 1858 ['exclude', '^browser/tracing/tracing_ui\\.(cc|h)$'],
1859 ], 1859 ],
1860 'sources': [ 1860 'sources': [
1861 '<@(android_browser_sources)', 1861 '<@(android_browser_sources)',
1862 ], 1862 ],
1863 'sources!': [ 1863 'sources!': [
1864 'browser/browser_ipc_logging.cc', 1864 'browser/browser_ipc_logging.cc',
1865 'browser/font_list_async.cc',
1866 'browser/geolocation/device_data_provider.cc', 1865 'browser/geolocation/device_data_provider.cc',
1867 'browser/geolocation/empty_device_data_provider.cc', 1866 'browser/geolocation/empty_device_data_provider.cc',
1868 'browser/geolocation/wifi_data_provider_common.cc', 1867 'browser/geolocation/wifi_data_provider_common.cc',
1869 'browser/renderer_host/native_web_keyboard_event.cc', 1868 'browser/renderer_host/native_web_keyboard_event.cc',
1870 ] 1869 ]
1871 }], 1870 }],
1872 ['OS=="mac"', { 1871 ['OS=="mac"', {
1873 'sources/': [ 1872 'sources/': [
1874 ['exclude', '^browser/device_sensors/data_fetcher_shared_memory_default. cc$'], 1873 ['exclude', '^browser/device_sensors/data_fetcher_shared_memory_default. cc$'],
1875 ], 1874 ],
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
1971 'browser/media/media_web_contents_observer.h', 1970 'browser/media/media_web_contents_observer.h',
1972 ], 1971 ],
1973 }], 1972 }],
1974 ['OS == "linux" and use_openssl==1', { 1973 ['OS == "linux" and use_openssl==1', {
1975 'dependencies': [ 1974 'dependencies': [
1976 '../third_party/boringssl/boringssl.gyp:boringssl', 1975 '../third_party/boringssl/boringssl.gyp:boringssl',
1977 ], 1976 ],
1978 }], 1977 }],
1979 ], 1978 ],
1980 } 1979 }
OLDNEW
« chrome/browser/autofill/risk_util.cc ('K') | « content/browser/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698