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 684 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
695 'browser/geolocation/geolocation_permission_context_factory.cc', | 695 'browser/geolocation/geolocation_permission_context_factory.cc', |
696 'browser/geolocation/geolocation_permission_context_factory.h', | 696 'browser/geolocation/geolocation_permission_context_factory.h', |
697 'browser/geolocation/geolocation_prefs.cc', | 697 'browser/geolocation/geolocation_prefs.cc', |
698 'browser/geolocation/geolocation_prefs.h', | 698 'browser/geolocation/geolocation_prefs.h', |
699 'browser/global_keyboard_shortcuts_mac.h', | 699 'browser/global_keyboard_shortcuts_mac.h', |
700 'browser/global_keyboard_shortcuts_mac.mm', | 700 'browser/global_keyboard_shortcuts_mac.mm', |
701 'browser/google/chrome_google_url_tracker_client.cc', | 701 'browser/google/chrome_google_url_tracker_client.cc', |
702 'browser/google/chrome_google_url_tracker_client.h', | 702 'browser/google/chrome_google_url_tracker_client.h', |
703 'browser/google/google_search_counter.cc', | 703 'browser/google/google_search_counter.cc', |
704 'browser/google/google_search_counter.h', | 704 'browser/google/google_search_counter.h', |
| 705 'browser/google/google_search_counter_android.cc', |
| 706 'browser/google/google_search_counter_android.h', |
705 'browser/google/google_profile_helper.cc', | 707 'browser/google/google_profile_helper.cc', |
706 'browser/google/google_profile_helper.h', | 708 'browser/google/google_profile_helper.h', |
707 'browser/google/google_update_settings_posix.cc', | 709 'browser/google/google_update_settings_posix.cc', |
708 'browser/google/google_update_win.cc', | 710 'browser/google/google_update_win.cc', |
709 'browser/google/google_update_win.h', | 711 'browser/google/google_update_win.h', |
710 'browser/google/google_url_tracker_factory.cc', | 712 'browser/google/google_url_tracker_factory.cc', |
711 'browser/google/google_url_tracker_factory.h', | 713 'browser/google/google_url_tracker_factory.h', |
712 'browser/google/google_url_tracker_navigation_helper_impl.cc', | 714 'browser/google/google_url_tracker_navigation_helper_impl.cc', |
713 'browser/google/google_url_tracker_navigation_helper_impl.h', | 715 'browser/google/google_url_tracker_navigation_helper_impl.h', |
714 'browser/google/google_brand.cc', | 716 'browser/google/google_brand.cc', |
(...skipping 3074 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3789 'package_name': 'org/chromium/chrome/browser', | 3791 'package_name': 'org/chromium/chrome/browser', |
3790 'template_deps': ['browser/android/tab_load_status.h'], | 3792 'template_deps': ['browser/android/tab_load_status.h'], |
3791 }, | 3793 }, |
3792 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3794 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3793 }, | 3795 }, |
3794 ], | 3796 ], |
3795 }, | 3797 }, |
3796 ], | 3798 ], |
3797 ], | 3799 ], |
3798 } | 3800 } |
OLD | NEW |