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 663 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
674 'browser/geolocation/chrome_geolocation_permission_context_factory.cc', | 674 'browser/geolocation/chrome_geolocation_permission_context_factory.cc', |
675 'browser/geolocation/chrome_geolocation_permission_context_factory.h', | 675 'browser/geolocation/chrome_geolocation_permission_context_factory.h', |
676 'browser/geolocation/geolocation_infobar_delegate.cc', | 676 'browser/geolocation/geolocation_infobar_delegate.cc', |
677 'browser/geolocation/geolocation_infobar_delegate.h', | 677 'browser/geolocation/geolocation_infobar_delegate.h', |
678 'browser/geolocation/geolocation_infobar_delegate_android.cc', | 678 'browser/geolocation/geolocation_infobar_delegate_android.cc', |
679 'browser/geolocation/geolocation_infobar_delegate_android.h', | 679 'browser/geolocation/geolocation_infobar_delegate_android.h', |
680 'browser/geolocation/geolocation_prefs.cc', | 680 'browser/geolocation/geolocation_prefs.cc', |
681 'browser/geolocation/geolocation_prefs.h', | 681 'browser/geolocation/geolocation_prefs.h', |
682 'browser/global_keyboard_shortcuts_mac.h', | 682 'browser/global_keyboard_shortcuts_mac.h', |
683 'browser/global_keyboard_shortcuts_mac.mm', | 683 'browser/global_keyboard_shortcuts_mac.mm', |
| 684 'browser/google/chrome_google_url_tracker_client.cc', |
| 685 'browser/google/chrome_google_url_tracker_client.h', |
684 'browser/google/google_search_counter.cc', | 686 'browser/google/google_search_counter.cc', |
685 'browser/google/google_search_counter.h', | 687 'browser/google/google_search_counter.h', |
686 'browser/google/google_update_settings_posix.cc', | 688 'browser/google/google_update_settings_posix.cc', |
687 'browser/google/google_update_win.cc', | 689 'browser/google/google_update_win.cc', |
688 'browser/google/google_update_win.h', | 690 'browser/google/google_update_win.h', |
689 'browser/google/google_url_tracker.cc', | 691 'browser/google/google_url_tracker.cc', |
690 'browser/google/google_url_tracker.h', | 692 'browser/google/google_url_tracker.h', |
691 'browser/google/google_url_tracker_factory.cc', | 693 'browser/google/google_url_tracker_factory.cc', |
692 'browser/google/google_url_tracker_factory.h', | 694 'browser/google/google_url_tracker_factory.h', |
693 'browser/google/google_url_tracker_infobar_delegate.cc', | 695 'browser/google/google_url_tracker_infobar_delegate.cc', |
(...skipping 3023 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3717 'package_name': 'org/chromium/chrome/browser', | 3719 'package_name': 'org/chromium/chrome/browser', |
3718 'template_deps': ['browser/android/tab_load_status.h'], | 3720 'template_deps': ['browser/android/tab_load_status.h'], |
3719 }, | 3721 }, |
3720 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3722 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3721 }, | 3723 }, |
3722 ], | 3724 ], |
3723 }, | 3725 }, |
3724 ], | 3726 ], |
3725 ], | 3727 ], |
3726 } | 3728 } |
OLD | NEW |