OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 | 5 |
6 { | 6 { |
7 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 'target_name': 'browser', | 9 'target_name': 'browser', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 1657 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1668 'browser/safe_browsing/safe_browsing_store_file.h', | 1668 'browser/safe_browsing/safe_browsing_store_file.h', |
1669 'browser/safe_browsing/safe_browsing_tab_observer.cc', | 1669 'browser/safe_browsing/safe_browsing_tab_observer.cc', |
1670 'browser/safe_browsing/safe_browsing_tab_observer.h', | 1670 'browser/safe_browsing/safe_browsing_tab_observer.h', |
1671 'browser/safe_browsing/safe_browsing_util.cc', | 1671 'browser/safe_browsing/safe_browsing_util.cc', |
1672 'browser/safe_browsing/safe_browsing_util.h', | 1672 'browser/safe_browsing/safe_browsing_util.h', |
1673 'browser/safe_browsing/signature_util_posix.cc', | 1673 'browser/safe_browsing/signature_util_posix.cc', |
1674 'browser/safe_browsing/signature_util_win.cc', | 1674 'browser/safe_browsing/signature_util_win.cc', |
1675 'browser/safe_browsing/signature_util.h', | 1675 'browser/safe_browsing/signature_util.h', |
1676 'browser/screensaver_window_finder_gtk.cc', | 1676 'browser/screensaver_window_finder_gtk.cc', |
1677 'browser/screensaver_window_finder_gtk.h', | 1677 'browser/screensaver_window_finder_gtk.h', |
| 1678 'browser/search_engines/prepopulated_engines.h', |
| 1679 'browser/search_engines/prepopulated_engines.cc', |
1678 'browser/search_engines/search_engine_type.h', | 1680 'browser/search_engines/search_engine_type.h', |
1679 'browser/search_engines/search_host_to_urls_map.cc', | 1681 'browser/search_engines/search_host_to_urls_map.cc', |
1680 'browser/search_engines/search_host_to_urls_map.h', | 1682 'browser/search_engines/search_host_to_urls_map.h', |
1681 'browser/search_engines/search_provider_install_data.cc', | 1683 'browser/search_engines/search_provider_install_data.cc', |
1682 'browser/search_engines/search_provider_install_data.h', | 1684 'browser/search_engines/search_provider_install_data.h', |
1683 'browser/search_engines/search_provider_install_state_message_filter.cc'
, | 1685 'browser/search_engines/search_provider_install_state_message_filter.cc'
, |
1684 'browser/search_engines/search_provider_install_state_message_filter.h', | 1686 'browser/search_engines/search_provider_install_state_message_filter.h', |
1685 'browser/search_engines/search_terms_data.cc', | 1687 'browser/search_engines/search_terms_data.cc', |
1686 'browser/search_engines/search_terms_data.h', | 1688 'browser/search_engines/search_terms_data.h', |
1687 'browser/search_engines/template_url.cc', | 1689 'browser/search_engines/template_url.cc', |
(...skipping 1214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2902 'proto_in_dir': '../third_party/cros_system_api/dbus', | 2904 'proto_in_dir': '../third_party/cros_system_api/dbus', |
2903 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 2905 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
2904 }, | 2906 }, |
2905 'includes': ['../build/protoc.gypi'], | 2907 'includes': ['../build/protoc.gypi'], |
2906 }, | 2908 }, |
2907 ], | 2909 ], |
2908 }, | 2910 }, |
2909 ], | 2911 ], |
2910 ], | 2912 ], |
2911 } | 2913 } |
OLD | NEW |