| 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 2008 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2019 'browser/safe_browsing/safe_browsing_database.cc', | 2019 'browser/safe_browsing/safe_browsing_database.cc', |
| 2020 'browser/safe_browsing/safe_browsing_database.h', | 2020 'browser/safe_browsing/safe_browsing_database.h', |
| 2021 'browser/safe_browsing/safe_browsing_service.cc', | 2021 'browser/safe_browsing/safe_browsing_service.cc', |
| 2022 'browser/safe_browsing/safe_browsing_service.h', | 2022 'browser/safe_browsing/safe_browsing_service.h', |
| 2023 'browser/safe_browsing/safe_browsing_store.cc', | 2023 'browser/safe_browsing/safe_browsing_store.cc', |
| 2024 'browser/safe_browsing/safe_browsing_store.h', | 2024 'browser/safe_browsing/safe_browsing_store.h', |
| 2025 'browser/safe_browsing/safe_browsing_store_file.cc', | 2025 'browser/safe_browsing/safe_browsing_store_file.cc', |
| 2026 'browser/safe_browsing/safe_browsing_store_file.h', | 2026 'browser/safe_browsing/safe_browsing_store_file.h', |
| 2027 'browser/safe_browsing/safe_browsing_util.cc', | 2027 'browser/safe_browsing/safe_browsing_util.cc', |
| 2028 'browser/safe_browsing/safe_browsing_util.h', | 2028 'browser/safe_browsing/safe_browsing_util.h', |
| 2029 'browser/safe_browsing/signature_util_posix.cc', |
| 2030 'browser/safe_browsing/signature_util_win.cc', |
| 2031 'browser/safe_browsing/signature_util.h', |
| 2029 'browser/screensaver_window_finder_gtk.cc', | 2032 'browser/screensaver_window_finder_gtk.cc', |
| 2030 'browser/screensaver_window_finder_gtk.h', | 2033 'browser/screensaver_window_finder_gtk.h', |
| 2031 'browser/search_engines/search_engine_type.h', | 2034 'browser/search_engines/search_engine_type.h', |
| 2032 'browser/search_engines/search_host_to_urls_map.cc', | 2035 'browser/search_engines/search_host_to_urls_map.cc', |
| 2033 'browser/search_engines/search_host_to_urls_map.h', | 2036 'browser/search_engines/search_host_to_urls_map.h', |
| 2034 'browser/search_engines/search_provider_install_data.cc', | 2037 'browser/search_engines/search_provider_install_data.cc', |
| 2035 'browser/search_engines/search_provider_install_data.h', | 2038 'browser/search_engines/search_provider_install_data.h', |
| 2036 'browser/search_engines/search_provider_install_state_message_filter.cc'
, | 2039 'browser/search_engines/search_provider_install_state_message_filter.cc'
, |
| 2037 'browser/search_engines/search_provider_install_state_message_filter.h', | 2040 'browser/search_engines/search_provider_install_state_message_filter.h', |
| 2038 'browser/search_engines/search_terms_data.cc', | 2041 'browser/search_engines/search_terms_data.cc', |
| (...skipping 3145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5184 'type': 'static_library', | 5187 'type': 'static_library', |
| 5185 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5188 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5186 'variables': { | 5189 'variables': { |
| 5187 'proto_in_dir': 'browser/history', | 5190 'proto_in_dir': 'browser/history', |
| 5188 'proto_out_dir': 'chrome/browser/history', | 5191 'proto_out_dir': 'chrome/browser/history', |
| 5189 }, | 5192 }, |
| 5190 'includes': [ '../build/protoc.gypi' ] | 5193 'includes': [ '../build/protoc.gypi' ] |
| 5191 }, | 5194 }, |
| 5192 ], | 5195 ], |
| 5193 } | 5196 } |
| OLD | NEW |