| OLD | NEW |
| 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 620 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 631 'browser/geolocation/geolocation_confirm_infobar_delegate_android.cc', | 631 'browser/geolocation/geolocation_confirm_infobar_delegate_android.cc', |
| 632 'browser/geolocation/geolocation_confirm_infobar_delegate_android.h', | 632 'browser/geolocation/geolocation_confirm_infobar_delegate_android.h', |
| 633 'browser/geolocation/geolocation_infobar_queue_controller.cc', | 633 'browser/geolocation/geolocation_infobar_queue_controller.cc', |
| 634 'browser/geolocation/geolocation_infobar_queue_controller.h', | 634 'browser/geolocation/geolocation_infobar_queue_controller.h', |
| 635 'browser/geolocation/geolocation_permission_request_id.cc', | 635 'browser/geolocation/geolocation_permission_request_id.cc', |
| 636 'browser/geolocation/geolocation_permission_request_id.h', | 636 'browser/geolocation/geolocation_permission_request_id.h', |
| 637 'browser/geolocation/geolocation_prefs.cc', | 637 'browser/geolocation/geolocation_prefs.cc', |
| 638 'browser/geolocation/geolocation_prefs.h', | 638 'browser/geolocation/geolocation_prefs.h', |
| 639 'browser/geolocation/geolocation_settings_state.cc', | 639 'browser/geolocation/geolocation_settings_state.cc', |
| 640 'browser/geolocation/geolocation_settings_state.h', | 640 'browser/geolocation/geolocation_settings_state.h', |
| 641 'browser/geolocation/wifi_data_provider_chromeos.cc', | |
| 642 'browser/geolocation/wifi_data_provider_chromeos.h', | |
| 643 'browser/global_keyboard_shortcuts_mac.h', | 641 'browser/global_keyboard_shortcuts_mac.h', |
| 644 'browser/global_keyboard_shortcuts_mac.mm', | 642 'browser/global_keyboard_shortcuts_mac.mm', |
| 645 'browser/google/google_search_counter.cc', | 643 'browser/google/google_search_counter.cc', |
| 646 'browser/google/google_search_counter.h', | 644 'browser/google/google_search_counter.h', |
| 647 'browser/google/google_search_metrics.cc', | 645 'browser/google/google_search_metrics.cc', |
| 648 'browser/google/google_search_metrics.h', | 646 'browser/google/google_search_metrics.h', |
| 649 'browser/google/google_update_settings_posix.cc', | 647 'browser/google/google_update_settings_posix.cc', |
| 650 'browser/google/google_update_win.cc', | 648 'browser/google/google_update_win.cc', |
| 651 'browser/google/google_update_win.h', | 649 'browser/google/google_update_win.h', |
| 652 'browser/google/google_url_tracker.cc', | 650 'browser/google/google_url_tracker.cc', |
| (...skipping 2476 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3129 'variables': { | 3127 'variables': { |
| 3130 'jni_gen_dir': 'chrome', | 3128 'jni_gen_dir': 'chrome', |
| 3131 }, | 3129 }, |
| 3132 'includes': [ '../build/jni_generator.gypi' ], | 3130 'includes': [ '../build/jni_generator.gypi' ], |
| 3133 }, | 3131 }, |
| 3134 ], | 3132 ], |
| 3135 }, | 3133 }, |
| 3136 ], | 3134 ], |
| 3137 ], | 3135 ], |
| 3138 } | 3136 } |
| OLD | NEW |