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 1925 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1936 'browser/search_engines/template_url_prepopulate_data.h', | 1936 'browser/search_engines/template_url_prepopulate_data.h', |
1937 'browser/search_engines/template_url_service.cc', | 1937 'browser/search_engines/template_url_service.cc', |
1938 'browser/search_engines/template_url_service.h', | 1938 'browser/search_engines/template_url_service.h', |
1939 'browser/search_engines/template_url_service_android.cc', | 1939 'browser/search_engines/template_url_service_android.cc', |
1940 'browser/search_engines/template_url_service_android.h', | 1940 'browser/search_engines/template_url_service_android.h', |
1941 'browser/search_engines/template_url_service_factory.cc', | 1941 'browser/search_engines/template_url_service_factory.cc', |
1942 'browser/search_engines/template_url_service_factory.h', | 1942 'browser/search_engines/template_url_service_factory.h', |
1943 'browser/search_engines/template_url_service_observer.h', | 1943 'browser/search_engines/template_url_service_observer.h', |
1944 'browser/search_engines/util.cc', | 1944 'browser/search_engines/util.cc', |
1945 'browser/search_engines/util.h', | 1945 'browser/search_engines/util.h', |
| 1946 'browser/services/gcm/gcm_client_factory.cc', |
| 1947 'browser/services/gcm/gcm_client_factory.h', |
1946 'browser/services/gcm/gcm_event_router.h', | 1948 'browser/services/gcm/gcm_event_router.h', |
1947 'browser/services/gcm/gcm_profile_service.cc', | 1949 'browser/services/gcm/gcm_profile_service.cc', |
1948 'browser/services/gcm/gcm_profile_service.h', | 1950 'browser/services/gcm/gcm_profile_service.h', |
1949 'browser/services/gcm/gcm_profile_service_factory.cc', | 1951 'browser/services/gcm/gcm_profile_service_factory.cc', |
1950 'browser/services/gcm/gcm_profile_service_factory.h', | 1952 'browser/services/gcm/gcm_profile_service_factory.h', |
1951 'browser/service_process/service_process_control.cc', | 1953 'browser/service_process/service_process_control.cc', |
1952 'browser/service_process/service_process_control_mac.mm', | 1954 'browser/service_process/service_process_control_mac.mm', |
1953 'browser/service_process/service_process_control.h', | 1955 'browser/service_process/service_process_control.h', |
1954 'browser/sessions/base_session_service.cc', | 1956 'browser/sessions/base_session_service.cc', |
1955 'browser/sessions/base_session_service.h', | 1957 'browser/sessions/base_session_service.h', |
(...skipping 1687 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3643 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3645 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3644 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3646 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3645 }, | 3647 }, |
3646 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3648 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3647 }, | 3649 }, |
3648 ], | 3650 ], |
3649 }, | 3651 }, |
3650 ], | 3652 ], |
3651 ], | 3653 ], |
3652 } | 3654 } |
OLD | NEW |