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 1962 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1973 'browser/search_engines/template_url_prepopulate_data.h', | 1973 'browser/search_engines/template_url_prepopulate_data.h', |
1974 'browser/search_engines/template_url_service.cc', | 1974 'browser/search_engines/template_url_service.cc', |
1975 'browser/search_engines/template_url_service.h', | 1975 'browser/search_engines/template_url_service.h', |
1976 'browser/search_engines/template_url_service_android.cc', | 1976 'browser/search_engines/template_url_service_android.cc', |
1977 'browser/search_engines/template_url_service_android.h', | 1977 'browser/search_engines/template_url_service_android.h', |
1978 'browser/search_engines/template_url_service_factory.cc', | 1978 'browser/search_engines/template_url_service_factory.cc', |
1979 'browser/search_engines/template_url_service_factory.h', | 1979 'browser/search_engines/template_url_service_factory.h', |
1980 'browser/search_engines/template_url_service_observer.h', | 1980 'browser/search_engines/template_url_service_observer.h', |
1981 'browser/search_engines/util.cc', | 1981 'browser/search_engines/util.cc', |
1982 'browser/search_engines/util.h', | 1982 'browser/search_engines/util.h', |
| 1983 'browser/services/gcm/gcm_profile_service.cc', |
| 1984 'browser/services/gcm/gcm_profile_service.h', |
| 1985 'browser/services/gcm/gcm_profile_service_factory.cc', |
| 1986 'browser/services/gcm/gcm_profile_service_factory.h', |
1983 'browser/service_process/service_process_control.cc', | 1987 'browser/service_process/service_process_control.cc', |
1984 'browser/service_process/service_process_control_mac.mm', | 1988 'browser/service_process/service_process_control_mac.mm', |
1985 'browser/service_process/service_process_control.h', | 1989 'browser/service_process/service_process_control.h', |
1986 'browser/sessions/base_session_service.cc', | 1990 'browser/sessions/base_session_service.cc', |
1987 'browser/sessions/base_session_service.h', | 1991 'browser/sessions/base_session_service.h', |
1988 'browser/sessions/persistent_tab_restore_service.cc', | 1992 'browser/sessions/persistent_tab_restore_service.cc', |
1989 'browser/sessions/persistent_tab_restore_service.h', | 1993 'browser/sessions/persistent_tab_restore_service.h', |
1990 'browser/sessions/restore_on_startup_policy_handler.cc', | 1994 'browser/sessions/restore_on_startup_policy_handler.cc', |
1991 'browser/sessions/restore_on_startup_policy_handler.h', | 1995 'browser/sessions/restore_on_startup_policy_handler.h', |
1992 'browser/sessions/session_backend.cc', | 1996 'browser/sessions/session_backend.cc', |
(...skipping 1740 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3733 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3737 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3734 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3738 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3735 }, | 3739 }, |
3736 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3740 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3737 }, | 3741 }, |
3738 ], | 3742 ], |
3739 }, | 3743 }, |
3740 ], | 3744 ], |
3741 ], | 3745 ], |
3742 } | 3746 } |
OLD | NEW |