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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11269002: Introduce GeolocationPermissionRequestID, a wrapper struct to contain the (render process ID, rende… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 648 matching lines...) Expand 10 before | Expand all | Expand 10 after
659 'browser/geolocation/chrome_geolocation_permission_context_factory.cc', 659 'browser/geolocation/chrome_geolocation_permission_context_factory.cc',
660 'browser/geolocation/chrome_geolocation_permission_context_factory.h', 660 'browser/geolocation/chrome_geolocation_permission_context_factory.h',
661 'browser/geolocation/geolocation_confirm_infobar_delegate.cc', 661 'browser/geolocation/geolocation_confirm_infobar_delegate.cc',
662 'browser/geolocation/geolocation_confirm_infobar_delegate.h', 662 'browser/geolocation/geolocation_confirm_infobar_delegate.h',
663 'browser/geolocation/geolocation_confirm_infobar_delegate_android.cc', 663 'browser/geolocation/geolocation_confirm_infobar_delegate_android.cc',
664 'browser/geolocation/geolocation_confirm_infobar_delegate_android.h', 664 'browser/geolocation/geolocation_confirm_infobar_delegate_android.h',
665 'browser/geolocation/geolocation_confirm_infobar_delegate_factory.cc', 665 'browser/geolocation/geolocation_confirm_infobar_delegate_factory.cc',
666 'browser/geolocation/geolocation_confirm_infobar_delegate_factory.h', 666 'browser/geolocation/geolocation_confirm_infobar_delegate_factory.h',
667 'browser/geolocation/geolocation_infobar_queue_controller.cc', 667 'browser/geolocation/geolocation_infobar_queue_controller.cc',
668 'browser/geolocation/geolocation_infobar_queue_controller.h', 668 'browser/geolocation/geolocation_infobar_queue_controller.h',
669 'browser/geolocation/geolocation_permission_request_id.cc',
670 'browser/geolocation/geolocation_permission_request_id.h',
669 'browser/geolocation/geolocation_prefs.cc', 671 'browser/geolocation/geolocation_prefs.cc',
670 'browser/geolocation/geolocation_prefs.h', 672 'browser/geolocation/geolocation_prefs.h',
671 'browser/geolocation/geolocation_settings_state.cc', 673 'browser/geolocation/geolocation_settings_state.cc',
672 'browser/geolocation/geolocation_settings_state.h', 674 'browser/geolocation/geolocation_settings_state.h',
673 'browser/geolocation/wifi_data_provider_chromeos.cc', 675 'browser/geolocation/wifi_data_provider_chromeos.cc',
674 'browser/geolocation/wifi_data_provider_chromeos.h', 676 'browser/geolocation/wifi_data_provider_chromeos.h',
675 'browser/global_keyboard_shortcuts_mac.h', 677 'browser/global_keyboard_shortcuts_mac.h',
676 'browser/global_keyboard_shortcuts_mac.mm', 678 'browser/global_keyboard_shortcuts_mac.mm',
677 'browser/google/google_search_counter.cc', 679 'browser/google/google_search_counter.cc',
678 'browser/google/google_search_counter.h', 680 'browser/google/google_search_counter.h',
(...skipping 2240 matching lines...) Expand 10 before | Expand all | Expand 10 after
2919 'proto_in_dir': '../third_party/cros_system_api/dbus', 2921 'proto_in_dir': '../third_party/cros_system_api/dbus',
2920 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 2922 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
2921 }, 2923 },
2922 'includes': ['../build/protoc.gypi'], 2924 'includes': ['../build/protoc.gypi'],
2923 }, 2925 },
2924 ], 2926 ],
2925 }, 2927 },
2926 ], 2928 ],
2927 ], 2929 ],
2928 } 2930 }
OLDNEW
« no previous file with comments | « chrome/browser/geolocation/geolocation_permission_request_id.cc ('k') | content/browser/geolocation/geolocation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698