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

Side by Side Diff: content/content_browser.gypi

Issue 235633002: <webview>: Move Geolocation permission to chrome layer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed tests in Debug mode Created 6 years, 8 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 '../google_apis/google_apis.gyp:google_apis', 9 '../google_apis/google_apis.gyp:google_apis',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 'browser/browser_child_process_host_impl.h', 313 'browser/browser_child_process_host_impl.h',
314 'browser/browser_context.cc', 314 'browser/browser_context.cc',
315 'browser/browser_ipc_logging.cc', 315 'browser/browser_ipc_logging.cc',
316 'browser/browser_main.cc', 316 'browser/browser_main.cc',
317 'browser/browser_main.h', 317 'browser/browser_main.h',
318 'browser/browser_main_loop.cc', 318 'browser/browser_main_loop.cc',
319 'browser/browser_main_loop.h', 319 'browser/browser_main_loop.h',
320 'browser/browser_main_runner.cc', 320 'browser/browser_main_runner.cc',
321 'browser/browser_plugin/browser_plugin_embedder.cc', 321 'browser/browser_plugin/browser_plugin_embedder.cc',
322 'browser/browser_plugin/browser_plugin_embedder.h', 322 'browser/browser_plugin/browser_plugin_embedder.h',
323 'browser/browser_plugin/browser_plugin_geolocation_permission_context.cc',
324 'browser/browser_plugin/browser_plugin_geolocation_permission_context.h',
325 'browser/browser_plugin/browser_plugin_guest.cc', 323 'browser/browser_plugin/browser_plugin_guest.cc',
326 'browser/browser_plugin/browser_plugin_guest.h', 324 'browser/browser_plugin/browser_plugin_guest.h',
327 'browser/browser_plugin/browser_plugin_guest_manager.cc', 325 'browser/browser_plugin/browser_plugin_guest_manager.cc',
328 'browser/browser_plugin/browser_plugin_guest_manager.h', 326 'browser/browser_plugin/browser_plugin_guest_manager.h',
329 'browser/browser_plugin/browser_plugin_host_factory.h', 327 'browser/browser_plugin/browser_plugin_host_factory.h',
330 'browser/browser_plugin/browser_plugin_message_filter.cc', 328 'browser/browser_plugin/browser_plugin_message_filter.cc',
331 'browser/browser_plugin/browser_plugin_message_filter.h', 329 'browser/browser_plugin/browser_plugin_message_filter.h',
332 'browser/browser_plugin/browser_plugin_popup_menu_helper_mac.h', 330 'browser/browser_plugin/browser_plugin_popup_menu_helper_mac.h',
333 'browser/browser_plugin/browser_plugin_popup_menu_helper_mac.mm', 331 'browser/browser_plugin/browser_plugin_popup_menu_helper_mac.mm',
334 'browser/browser_process_sub_thread.cc', 332 'browser/browser_process_sub_thread.cc',
(...skipping 1379 matching lines...) Expand 10 before | Expand all | Expand 10 after
1714 '../build/linux/system.gyp:dbus', 1712 '../build/linux/system.gyp:dbus',
1715 '../dbus/dbus.gyp:dbus', 1713 '../dbus/dbus.gyp:dbus',
1716 ], 1714 ],
1717 }, { # OS != "linux" or use_dbus==0 1715 }, { # OS != "linux" or use_dbus==0
1718 'sources!': [ 1716 'sources!': [
1719 'browser/geolocation/wifi_data_provider_linux.cc', 1717 'browser/geolocation/wifi_data_provider_linux.cc',
1720 ], 1718 ],
1721 }], 1719 }],
1722 ], 1720 ],
1723 } 1721 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/public/browser/browser_plugin_guest_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698