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 661 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
672 'browser/geolocation/chrome_geolocation_permission_context_factory.cc', | 672 'browser/geolocation/chrome_geolocation_permission_context_factory.cc', |
673 'browser/geolocation/chrome_geolocation_permission_context_factory.h', | 673 'browser/geolocation/chrome_geolocation_permission_context_factory.h', |
674 'browser/geolocation/geolocation_infobar_delegate.cc', | 674 'browser/geolocation/geolocation_infobar_delegate.cc', |
675 'browser/geolocation/geolocation_infobar_delegate.h', | 675 'browser/geolocation/geolocation_infobar_delegate.h', |
676 'browser/geolocation/geolocation_infobar_delegate_android.cc', | 676 'browser/geolocation/geolocation_infobar_delegate_android.cc', |
677 'browser/geolocation/geolocation_infobar_delegate_android.h', | 677 'browser/geolocation/geolocation_infobar_delegate_android.h', |
678 'browser/geolocation/geolocation_prefs.cc', | 678 'browser/geolocation/geolocation_prefs.cc', |
679 'browser/geolocation/geolocation_prefs.h', | 679 'browser/geolocation/geolocation_prefs.h', |
680 'browser/global_keyboard_shortcuts_mac.h', | 680 'browser/global_keyboard_shortcuts_mac.h', |
681 'browser/global_keyboard_shortcuts_mac.mm', | 681 'browser/global_keyboard_shortcuts_mac.mm', |
| 682 'browser/google/chrome_google_url_tracker_client.cc', |
| 683 'browser/google/chrome_google_url_tracker_client.h', |
682 'browser/google/google_search_counter.cc', | 684 'browser/google/google_search_counter.cc', |
683 'browser/google/google_search_counter.h', | 685 'browser/google/google_search_counter.h', |
684 'browser/google/google_update_settings_posix.cc', | 686 'browser/google/google_update_settings_posix.cc', |
685 'browser/google/google_update_win.cc', | 687 'browser/google/google_update_win.cc', |
686 'browser/google/google_update_win.h', | 688 'browser/google/google_update_win.h', |
687 'browser/google/google_url_tracker.cc', | 689 'browser/google/google_url_tracker.cc', |
688 'browser/google/google_url_tracker.h', | 690 'browser/google/google_url_tracker.h', |
689 'browser/google/google_url_tracker_factory.cc', | 691 'browser/google/google_url_tracker_factory.cc', |
690 'browser/google/google_url_tracker_factory.h', | 692 'browser/google/google_url_tracker_factory.h', |
691 'browser/google/google_url_tracker_infobar_delegate.cc', | 693 'browser/google/google_url_tracker_infobar_delegate.cc', |
(...skipping 3018 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3710 'package_name': 'org/chromium/chrome/browser', | 3712 'package_name': 'org/chromium/chrome/browser', |
3711 'template_deps': ['browser/android/tab_load_status.h'], | 3713 'template_deps': ['browser/android/tab_load_status.h'], |
3712 }, | 3714 }, |
3713 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3715 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3714 }, | 3716 }, |
3715 ], | 3717 ], |
3716 }, | 3718 }, |
3717 ], | 3719 ], |
3718 ], | 3720 ], |
3719 } | 3721 } |
OLD | NEW |