OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'dependencies': [ | 10 'dependencies': [ |
(...skipping 2037 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2048 'browser/safe_browsing/safe_browsing_database.cc', | 2048 'browser/safe_browsing/safe_browsing_database.cc', |
2049 'browser/safe_browsing/safe_browsing_database.h', | 2049 'browser/safe_browsing/safe_browsing_database.h', |
2050 'browser/safe_browsing/safe_browsing_service.cc', | 2050 'browser/safe_browsing/safe_browsing_service.cc', |
2051 'browser/safe_browsing/safe_browsing_service.h', | 2051 'browser/safe_browsing/safe_browsing_service.h', |
2052 'browser/safe_browsing/safe_browsing_store.cc', | 2052 'browser/safe_browsing/safe_browsing_store.cc', |
2053 'browser/safe_browsing/safe_browsing_store.h', | 2053 'browser/safe_browsing/safe_browsing_store.h', |
2054 'browser/safe_browsing/safe_browsing_store_file.cc', | 2054 'browser/safe_browsing/safe_browsing_store_file.cc', |
2055 'browser/safe_browsing/safe_browsing_store_file.h', | 2055 'browser/safe_browsing/safe_browsing_store_file.h', |
2056 'browser/safe_browsing/safe_browsing_util.cc', | 2056 'browser/safe_browsing/safe_browsing_util.cc', |
2057 'browser/safe_browsing/safe_browsing_util.h', | 2057 'browser/safe_browsing/safe_browsing_util.h', |
| 2058 'browser/safe_browsing/signature_util_posix.cc', |
| 2059 'browser/safe_browsing/signature_util_win.cc', |
| 2060 'browser/safe_browsing/signature_util.h', |
2058 'browser/screensaver_window_finder_gtk.cc', | 2061 'browser/screensaver_window_finder_gtk.cc', |
2059 'browser/screensaver_window_finder_gtk.h', | 2062 'browser/screensaver_window_finder_gtk.h', |
2060 'browser/search_engines/search_engine_type.h', | 2063 'browser/search_engines/search_engine_type.h', |
2061 'browser/search_engines/search_host_to_urls_map.cc', | 2064 'browser/search_engines/search_host_to_urls_map.cc', |
2062 'browser/search_engines/search_host_to_urls_map.h', | 2065 'browser/search_engines/search_host_to_urls_map.h', |
2063 'browser/search_engines/search_provider_install_data.cc', | 2066 'browser/search_engines/search_provider_install_data.cc', |
2064 'browser/search_engines/search_provider_install_data.h', | 2067 'browser/search_engines/search_provider_install_data.h', |
2065 'browser/search_engines/search_provider_install_state_message_filter.cc'
, | 2068 'browser/search_engines/search_provider_install_state_message_filter.cc'
, |
2066 'browser/search_engines/search_provider_install_state_message_filter.h', | 2069 'browser/search_engines/search_provider_install_state_message_filter.h', |
2067 'browser/search_engines/search_terms_data.cc', | 2070 'browser/search_engines/search_terms_data.cc', |
(...skipping 3150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5218 'type': 'static_library', | 5221 'type': 'static_library', |
5219 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5222 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5220 'variables': { | 5223 'variables': { |
5221 'proto_in_dir': 'browser/history', | 5224 'proto_in_dir': 'browser/history', |
5222 'proto_out_dir': 'chrome/browser/history', | 5225 'proto_out_dir': 'chrome/browser/history', |
5223 }, | 5226 }, |
5224 'includes': [ '../build/protoc.gypi' ] | 5227 'includes': [ '../build/protoc.gypi' ] |
5225 }, | 5228 }, |
5226 ], | 5229 ], |
5227 } | 5230 } |
OLD | NEW |