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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11881011: Move wifi_data_provider_chromeos -> content (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 11 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 | Annotate | Revision Log
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 'browser/geolocation/geolocation_confirm_infobar_delegate_android.cc', 629 'browser/geolocation/geolocation_confirm_infobar_delegate_android.cc',
630 'browser/geolocation/geolocation_confirm_infobar_delegate_android.h', 630 'browser/geolocation/geolocation_confirm_infobar_delegate_android.h',
631 'browser/geolocation/geolocation_infobar_queue_controller.cc', 631 'browser/geolocation/geolocation_infobar_queue_controller.cc',
632 'browser/geolocation/geolocation_infobar_queue_controller.h', 632 'browser/geolocation/geolocation_infobar_queue_controller.h',
633 'browser/geolocation/geolocation_permission_request_id.cc', 633 'browser/geolocation/geolocation_permission_request_id.cc',
634 'browser/geolocation/geolocation_permission_request_id.h', 634 'browser/geolocation/geolocation_permission_request_id.h',
635 'browser/geolocation/geolocation_prefs.cc', 635 'browser/geolocation/geolocation_prefs.cc',
636 'browser/geolocation/geolocation_prefs.h', 636 'browser/geolocation/geolocation_prefs.h',
637 'browser/geolocation/geolocation_settings_state.cc', 637 'browser/geolocation/geolocation_settings_state.cc',
638 'browser/geolocation/geolocation_settings_state.h', 638 'browser/geolocation/geolocation_settings_state.h',
639 'browser/geolocation/wifi_data_provider_chromeos.cc',
640 'browser/geolocation/wifi_data_provider_chromeos.h',
641 'browser/global_keyboard_shortcuts_mac.h', 639 'browser/global_keyboard_shortcuts_mac.h',
642 'browser/global_keyboard_shortcuts_mac.mm', 640 'browser/global_keyboard_shortcuts_mac.mm',
643 'browser/google/google_search_counter.cc', 641 'browser/google/google_search_counter.cc',
644 'browser/google/google_search_counter.h', 642 'browser/google/google_search_counter.h',
645 'browser/google/google_search_metrics.cc', 643 'browser/google/google_search_metrics.cc',
646 'browser/google/google_search_metrics.h', 644 'browser/google/google_search_metrics.h',
647 'browser/google/google_update_settings_posix.cc', 645 'browser/google/google_update_settings_posix.cc',
648 'browser/google/google_update_win.cc', 646 'browser/google/google_update_win.cc',
649 'browser/google/google_update_win.h', 647 'browser/google/google_update_win.h',
650 'browser/google/google_url_tracker.cc', 648 'browser/google/google_url_tracker.cc',
(...skipping 2474 matching lines...) Expand 10 before | Expand all | Expand 10 after
3125 'variables': { 3123 'variables': {
3126 'jni_gen_dir': 'chrome', 3124 'jni_gen_dir': 'chrome',
3127 }, 3125 },
3128 'includes': [ '../build/jni_generator.gypi' ], 3126 'includes': [ '../build/jni_generator.gypi' ],
3129 }, 3127 },
3130 ], 3128 ],
3131 }, 3129 },
3132 ], 3130 ],
3133 ], 3131 ],
3134 } 3132 }
OLDNEW
« no previous file with comments | « chrome/browser/geolocation/wifi_data_provider_chromeos.cc ('k') | chromeos/network/geolocation_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698