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 1637 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1648 'browser/search/instant_io_context.cc', | 1648 'browser/search/instant_io_context.cc', |
1649 'browser/search/instant_io_context.h', | 1649 'browser/search/instant_io_context.h', |
1650 'browser/search/instant_service.cc', | 1650 'browser/search/instant_service.cc', |
1651 'browser/search/instant_service.h', | 1651 'browser/search/instant_service.h', |
1652 'browser/search/instant_service_factory.cc', | 1652 'browser/search/instant_service_factory.cc', |
1653 'browser/search/instant_service_factory.h', | 1653 'browser/search/instant_service_factory.h', |
1654 'browser/search/local_ntp_source.cc', | 1654 'browser/search/local_ntp_source.cc', |
1655 'browser/search/local_ntp_source.h', | 1655 'browser/search/local_ntp_source.h', |
1656 'browser/search/search.cc', | 1656 'browser/search/search.cc', |
1657 'browser/search/search.h', | 1657 'browser/search/search.h', |
| 1658 'browser/search/suggestion_source.cc', |
| 1659 'browser/search/suggestion_source.h', |
1658 'browser/search_engines/search_engine_type.h', | 1660 'browser/search_engines/search_engine_type.h', |
1659 'browser/search_engines/search_host_to_urls_map.cc', | 1661 'browser/search_engines/search_host_to_urls_map.cc', |
1660 'browser/search_engines/search_host_to_urls_map.h', | 1662 'browser/search_engines/search_host_to_urls_map.h', |
1661 'browser/search_engines/search_provider_install_data.cc', | 1663 'browser/search_engines/search_provider_install_data.cc', |
1662 'browser/search_engines/search_provider_install_data.h', | 1664 'browser/search_engines/search_provider_install_data.h', |
1663 'browser/search_engines/search_provider_install_state_message_filter.cc'
, | 1665 'browser/search_engines/search_provider_install_state_message_filter.cc'
, |
1664 'browser/search_engines/search_provider_install_state_message_filter.h', | 1666 'browser/search_engines/search_provider_install_state_message_filter.h', |
1665 'browser/search_engines/search_terms_data.cc', | 1667 'browser/search_engines/search_terms_data.cc', |
1666 'browser/search_engines/search_terms_data.h', | 1668 'browser/search_engines/search_terms_data.h', |
1667 'browser/search_engines/search_terms_data_android.cc', | 1669 'browser/search_engines/search_terms_data_android.cc', |
(...skipping 1394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3062 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3064 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3063 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3065 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3064 }, | 3066 }, |
3065 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3067 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3066 }, | 3068 }, |
3067 ], | 3069 ], |
3068 }, | 3070 }, |
3069 ], | 3071 ], |
3070 ], | 3072 ], |
3071 } | 3073 } |
OLD | NEW |