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 1625 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1636 'browser/screensaver_window_finder_gtk.cc', | 1636 'browser/screensaver_window_finder_gtk.cc', |
1637 'browser/screensaver_window_finder_gtk.h', | 1637 'browser/screensaver_window_finder_gtk.h', |
1638 'browser/search/instant_io_context.cc', | 1638 'browser/search/instant_io_context.cc', |
1639 'browser/search/instant_io_context.h', | 1639 'browser/search/instant_io_context.h', |
1640 'browser/search/instant_service.cc', | 1640 'browser/search/instant_service.cc', |
1641 'browser/search/instant_service.h', | 1641 'browser/search/instant_service.h', |
1642 'browser/search/instant_service_factory.cc', | 1642 'browser/search/instant_service_factory.cc', |
1643 'browser/search/instant_service_factory.h', | 1643 'browser/search/instant_service_factory.h', |
1644 'browser/search/local_ntp_source.cc', | 1644 'browser/search/local_ntp_source.cc', |
1645 'browser/search/local_ntp_source.h', | 1645 'browser/search/local_ntp_source.h', |
1646 'browser/search/local_omnibox_popup_source.cc', | |
1647 'browser/search/local_omnibox_popup_source.h', | |
1648 'browser/search/search.cc', | 1646 'browser/search/search.cc', |
1649 'browser/search/search.h', | 1647 'browser/search/search.h', |
1650 'browser/search_engines/search_engine_type.h', | 1648 'browser/search_engines/search_engine_type.h', |
1651 'browser/search_engines/search_host_to_urls_map.cc', | 1649 'browser/search_engines/search_host_to_urls_map.cc', |
1652 'browser/search_engines/search_host_to_urls_map.h', | 1650 'browser/search_engines/search_host_to_urls_map.h', |
1653 'browser/search_engines/search_provider_install_data.cc', | 1651 'browser/search_engines/search_provider_install_data.cc', |
1654 'browser/search_engines/search_provider_install_data.h', | 1652 'browser/search_engines/search_provider_install_data.h', |
1655 'browser/search_engines/search_provider_install_state_message_filter.cc'
, | 1653 'browser/search_engines/search_provider_install_state_message_filter.cc'
, |
1656 'browser/search_engines/search_provider_install_state_message_filter.h', | 1654 'browser/search_engines/search_provider_install_state_message_filter.h', |
1657 'browser/search_engines/search_terms_data.cc', | 1655 'browser/search_engines/search_terms_data.cc', |
(...skipping 1383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3041 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3039 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3042 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3040 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3043 }, | 3041 }, |
3044 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3042 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3045 }, | 3043 }, |
3046 ], | 3044 ], |
3047 }, | 3045 }, |
3048 ], | 3046 ], |
3049 ], | 3047 ], |
3050 } | 3048 } |
OLD | NEW |