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 1960 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1971 'browser/search_engines/template_url_service_android.h', | 1971 'browser/search_engines/template_url_service_android.h', |
1972 'browser/search_engines/template_url_service_factory.cc', | 1972 'browser/search_engines/template_url_service_factory.cc', |
1973 'browser/search_engines/template_url_service_factory.h', | 1973 'browser/search_engines/template_url_service_factory.h', |
1974 'browser/search_engines/template_url_service_observer.h', | 1974 'browser/search_engines/template_url_service_observer.h', |
1975 'browser/search_engines/ui_thread_search_terms_data.cc', | 1975 'browser/search_engines/ui_thread_search_terms_data.cc', |
1976 'browser/search_engines/ui_thread_search_terms_data.h', | 1976 'browser/search_engines/ui_thread_search_terms_data.h', |
1977 'browser/search_engines/ui_thread_search_terms_data_android.cc', | 1977 'browser/search_engines/ui_thread_search_terms_data_android.cc', |
1978 'browser/search_engines/ui_thread_search_terms_data_android.h', | 1978 'browser/search_engines/ui_thread_search_terms_data_android.h', |
1979 'browser/search_engines/util.cc', | 1979 'browser/search_engines/util.cc', |
1980 'browser/search_engines/util.h', | 1980 'browser/search_engines/util.h', |
| 1981 'browser/services/gcm/chromeos_gcm_app_handler.cc', |
| 1982 'browser/services/gcm/chromeos_gcm_app_handler.h', |
1981 'browser/services/gcm/gcm_profile_service.cc', | 1983 'browser/services/gcm/gcm_profile_service.cc', |
1982 'browser/services/gcm/gcm_profile_service.h', | 1984 'browser/services/gcm/gcm_profile_service.h', |
1983 'browser/services/gcm/gcm_profile_service_factory.cc', | 1985 'browser/services/gcm/gcm_profile_service_factory.cc', |
1984 'browser/services/gcm/gcm_profile_service_factory.h', | 1986 'browser/services/gcm/gcm_profile_service_factory.h', |
1985 'browser/services/gcm/gcm_desktop_utils.cc', | 1987 'browser/services/gcm/gcm_desktop_utils.cc', |
1986 'browser/services/gcm/gcm_desktop_utils.h', | 1988 'browser/services/gcm/gcm_desktop_utils.h', |
1987 'browser/services/gcm/push_messaging_service_impl.cc', | 1989 'browser/services/gcm/push_messaging_service_impl.cc', |
1988 'browser/services/gcm/push_messaging_service_impl.h', | 1990 'browser/services/gcm/push_messaging_service_impl.h', |
1989 'browser/service_process/service_process_control.cc', | 1991 'browser/service_process/service_process_control.cc', |
1990 'browser/service_process/service_process_control_mac.mm', | 1992 'browser/service_process/service_process_control_mac.mm', |
(...skipping 1798 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 |