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 1942 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1953 'browser/profiles/profile_info_cache.h', | 1953 'browser/profiles/profile_info_cache.h', |
1954 'browser/profiles/profile_info_interface.h', | 1954 'browser/profiles/profile_info_interface.h', |
1955 'browser/profiles/profile_io_data.cc', | 1955 'browser/profiles/profile_io_data.cc', |
1956 'browser/profiles/profile_io_data.h', | 1956 'browser/profiles/profile_io_data.h', |
1957 'browser/profiles/profile_keyed_service_factory.cc', | 1957 'browser/profiles/profile_keyed_service_factory.cc', |
1958 'browser/profiles/profile_keyed_service_factory.h', | 1958 'browser/profiles/profile_keyed_service_factory.h', |
1959 'browser/profiles/profile_manager.cc', | 1959 'browser/profiles/profile_manager.cc', |
1960 'browser/profiles/profile_manager.h', | 1960 'browser/profiles/profile_manager.h', |
1961 'browser/profiles/profile_metrics.cc', | 1961 'browser/profiles/profile_metrics.cc', |
1962 'browser/profiles/profile_metrics.h', | 1962 'browser/profiles/profile_metrics.h', |
| 1963 'browser/protector/base_setting_change.cc', |
| 1964 'browser/protector/base_setting_change.h', |
1963 'browser/protector/default_search_provider_change.cc', | 1965 'browser/protector/default_search_provider_change.cc', |
1964 'browser/protector/histograms.cc', | 1966 'browser/protector/histograms.cc', |
1965 'browser/protector/histograms.h', | 1967 'browser/protector/histograms.h', |
1966 'browser/protector/internal/keys_internal.cc', | 1968 'browser/protector/internal/keys_internal.cc', |
1967 'browser/protector/keys.cc', | 1969 'browser/protector/keys.cc', |
1968 'browser/protector/keys.h', | 1970 'browser/protector/keys.h', |
1969 'browser/protector/protector.cc', | 1971 'browser/protector/protector.cc', |
1970 'browser/protector/protector.h', | 1972 'browser/protector/protector.h', |
1971 'browser/protector/setting_change.h', | |
1972 'browser/protector/settings_change_global_error.cc', | 1973 'browser/protector/settings_change_global_error.cc', |
1973 'browser/protector/settings_change_global_error.h', | 1974 'browser/protector/settings_change_global_error.h', |
1974 'browser/protector/settings_change_global_error_delegate.h', | 1975 'browser/protector/settings_change_global_error_delegate.h', |
1975 'browser/remove_rows_table_model.h', | 1976 'browser/remove_rows_table_model.h', |
1976 'browser/renderer_host/chrome_render_message_filter.cc', | 1977 'browser/renderer_host/chrome_render_message_filter.cc', |
1977 'browser/renderer_host/chrome_render_message_filter.h', | 1978 'browser/renderer_host/chrome_render_message_filter.h', |
1978 'browser/renderer_host/chrome_render_view_host_observer.cc', | 1979 'browser/renderer_host/chrome_render_view_host_observer.cc', |
1979 'browser/renderer_host/chrome_render_view_host_observer.h', | 1980 'browser/renderer_host/chrome_render_view_host_observer.h', |
1980 'browser/renderer_host/chrome_render_widget_host_view_mac_delegate.h', | 1981 'browser/renderer_host/chrome_render_widget_host_view_mac_delegate.h', |
1981 'browser/renderer_host/chrome_render_widget_host_view_mac_delegate.mm', | 1982 'browser/renderer_host/chrome_render_widget_host_view_mac_delegate.mm', |
(...skipping 3302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5284 'type': 'static_library', | 5285 'type': 'static_library', |
5285 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5286 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5286 'variables': { | 5287 'variables': { |
5287 'proto_in_dir': 'browser/history', | 5288 'proto_in_dir': 'browser/history', |
5288 'proto_out_dir': 'chrome/browser/history', | 5289 'proto_out_dir': 'chrome/browser/history', |
5289 }, | 5290 }, |
5290 'includes': [ '../build/protoc.gypi' ] | 5291 'includes': [ '../build/protoc.gypi' ] |
5291 }, | 5292 }, |
5292 ], | 5293 ], |
5293 } | 5294 } |
OLD | NEW |