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 1918 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1929 'browser/search_engines/template_url_prepopulate_data.h', | 1929 'browser/search_engines/template_url_prepopulate_data.h', |
1930 'browser/search_engines/template_url_service.cc', | 1930 'browser/search_engines/template_url_service.cc', |
1931 'browser/search_engines/template_url_service.h', | 1931 'browser/search_engines/template_url_service.h', |
1932 'browser/search_engines/template_url_service_android.cc', | 1932 'browser/search_engines/template_url_service_android.cc', |
1933 'browser/search_engines/template_url_service_android.h', | 1933 'browser/search_engines/template_url_service_android.h', |
1934 'browser/search_engines/template_url_service_factory.cc', | 1934 'browser/search_engines/template_url_service_factory.cc', |
1935 'browser/search_engines/template_url_service_factory.h', | 1935 'browser/search_engines/template_url_service_factory.h', |
1936 'browser/search_engines/template_url_service_observer.h', | 1936 'browser/search_engines/template_url_service_observer.h', |
1937 'browser/search_engines/util.cc', | 1937 'browser/search_engines/util.cc', |
1938 'browser/search_engines/util.h', | 1938 'browser/search_engines/util.h', |
| 1939 'browser/services/gcm/gcm_client_factory.cc', |
| 1940 'browser/services/gcm/gcm_client_factory.h', |
1939 'browser/services/gcm/gcm_event_router.h', | 1941 'browser/services/gcm/gcm_event_router.h', |
1940 'browser/services/gcm/gcm_profile_service.cc', | 1942 'browser/services/gcm/gcm_profile_service.cc', |
1941 'browser/services/gcm/gcm_profile_service.h', | 1943 'browser/services/gcm/gcm_profile_service.h', |
1942 'browser/services/gcm/gcm_profile_service_factory.cc', | 1944 'browser/services/gcm/gcm_profile_service_factory.cc', |
1943 'browser/services/gcm/gcm_profile_service_factory.h', | 1945 'browser/services/gcm/gcm_profile_service_factory.h', |
1944 'browser/service_process/service_process_control.cc', | 1946 'browser/service_process/service_process_control.cc', |
1945 'browser/service_process/service_process_control_mac.mm', | 1947 'browser/service_process/service_process_control_mac.mm', |
1946 'browser/service_process/service_process_control.h', | 1948 'browser/service_process/service_process_control.h', |
1947 'browser/sessions/base_session_service.cc', | 1949 'browser/sessions/base_session_service.cc', |
1948 'browser/sessions/base_session_service.h', | 1950 'browser/sessions/base_session_service.h', |
(...skipping 1698 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3647 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3649 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3648 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3650 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3649 }, | 3651 }, |
3650 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3652 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3651 }, | 3653 }, |
3652 ], | 3654 ], |
3653 }, | 3655 }, |
3654 ], | 3656 ], |
3655 ], | 3657 ], |
3656 } | 3658 } |
OLD | NEW |