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 691 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
702 'browser/geolocation/geolocation_permission_context_factory.cc', | 702 'browser/geolocation/geolocation_permission_context_factory.cc', |
703 'browser/geolocation/geolocation_permission_context_factory.h', | 703 'browser/geolocation/geolocation_permission_context_factory.h', |
704 'browser/geolocation/geolocation_prefs.cc', | 704 'browser/geolocation/geolocation_prefs.cc', |
705 'browser/geolocation/geolocation_prefs.h', | 705 'browser/geolocation/geolocation_prefs.h', |
706 'browser/global_keyboard_shortcuts_mac.h', | 706 'browser/global_keyboard_shortcuts_mac.h', |
707 'browser/global_keyboard_shortcuts_mac.mm', | 707 'browser/global_keyboard_shortcuts_mac.mm', |
708 'browser/google/chrome_google_url_tracker_client.cc', | 708 'browser/google/chrome_google_url_tracker_client.cc', |
709 'browser/google/chrome_google_url_tracker_client.h', | 709 'browser/google/chrome_google_url_tracker_client.h', |
710 'browser/google/google_search_counter.cc', | 710 'browser/google/google_search_counter.cc', |
711 'browser/google/google_search_counter.h', | 711 'browser/google/google_search_counter.h', |
| 712 'browser/google/google_search_counter_android.cc', |
| 713 'browser/google/google_search_counter_android.h', |
712 'browser/google/google_profile_helper.cc', | 714 'browser/google/google_profile_helper.cc', |
713 'browser/google/google_profile_helper.h', | 715 'browser/google/google_profile_helper.h', |
714 'browser/google/google_update_settings_posix.cc', | 716 'browser/google/google_update_settings_posix.cc', |
715 'browser/google/google_update_win.cc', | 717 'browser/google/google_update_win.cc', |
716 'browser/google/google_update_win.h', | 718 'browser/google/google_update_win.h', |
717 'browser/google/google_url_tracker_factory.cc', | 719 'browser/google/google_url_tracker_factory.cc', |
718 'browser/google/google_url_tracker_factory.h', | 720 'browser/google/google_url_tracker_factory.h', |
719 'browser/google/google_url_tracker_navigation_helper_impl.cc', | 721 'browser/google/google_url_tracker_navigation_helper_impl.cc', |
720 'browser/google/google_url_tracker_navigation_helper_impl.h', | 722 'browser/google/google_url_tracker_navigation_helper_impl.h', |
721 'browser/google/google_brand.cc', | 723 'browser/google/google_brand.cc', |
(...skipping 3093 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3815 'package_name': 'org/chromium/chrome/browser', | 3817 'package_name': 'org/chromium/chrome/browser', |
3816 'template_deps': ['browser/android/tab_load_status.h'], | 3818 'template_deps': ['browser/android/tab_load_status.h'], |
3817 }, | 3819 }, |
3818 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3820 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3819 }, | 3821 }, |
3820 ], | 3822 ], |
3821 }, | 3823 }, |
3822 ], | 3824 ], |
3823 ], | 3825 ], |
3824 } | 3826 } |
OLD | NEW |