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 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 1945 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1956 'browser/profiles/profile_dependency_manager.h', | 1956 'browser/profiles/profile_dependency_manager.h', |
1957 'browser/profiles/profile_downloader.cc', | 1957 'browser/profiles/profile_downloader.cc', |
1958 'browser/profiles/profile_downloader.h', | 1958 'browser/profiles/profile_downloader.h', |
1959 'browser/profiles/profile_downloader_delegate.h', | 1959 'browser/profiles/profile_downloader_delegate.h', |
1960 'browser/profiles/profile_impl.cc', | 1960 'browser/profiles/profile_impl.cc', |
1961 'browser/profiles/profile_impl.h', | 1961 'browser/profiles/profile_impl.h', |
1962 'browser/profiles/profile_impl_io_data.cc', | 1962 'browser/profiles/profile_impl_io_data.cc', |
1963 'browser/profiles/profile_impl_io_data.h', | 1963 'browser/profiles/profile_impl_io_data.h', |
1964 'browser/profiles/profile_info_cache.cc', | 1964 'browser/profiles/profile_info_cache.cc', |
1965 'browser/profiles/profile_info_cache.h', | 1965 'browser/profiles/profile_info_cache.h', |
| 1966 'browser/profiles/profile_info_cache_observer.h', |
1966 'browser/profiles/profile_info_interface.h', | 1967 'browser/profiles/profile_info_interface.h', |
1967 'browser/profiles/profile_io_data.cc', | 1968 'browser/profiles/profile_io_data.cc', |
1968 'browser/profiles/profile_io_data.h', | 1969 'browser/profiles/profile_io_data.h', |
1969 'browser/profiles/profile_keyed_service_factory.cc', | 1970 'browser/profiles/profile_keyed_service_factory.cc', |
1970 'browser/profiles/profile_keyed_service_factory.h', | 1971 'browser/profiles/profile_keyed_service_factory.h', |
1971 'browser/profiles/profile_manager.cc', | 1972 'browser/profiles/profile_manager.cc', |
1972 'browser/profiles/profile_manager.h', | 1973 'browser/profiles/profile_manager.h', |
1973 'browser/profiles/profile_metrics.cc', | 1974 'browser/profiles/profile_metrics.cc', |
1974 'browser/profiles/profile_metrics.h', | 1975 'browser/profiles/profile_metrics.h', |
| 1976 'browser/profiles/profile_shortcut_manager_win.cc', |
| 1977 'browser/profiles/profile_shortcut_manager_win.h', |
1975 'browser/protector/base_setting_change.cc', | 1978 'browser/protector/base_setting_change.cc', |
1976 'browser/protector/base_setting_change.h', | 1979 'browser/protector/base_setting_change.h', |
1977 'browser/protector/default_search_provider_change.cc', | 1980 'browser/protector/default_search_provider_change.cc', |
1978 'browser/protector/histograms.cc', | 1981 'browser/protector/histograms.cc', |
1979 'browser/protector/histograms.h', | 1982 'browser/protector/histograms.h', |
1980 'browser/protector/internal/keys_internal.cc', | 1983 'browser/protector/internal/keys_internal.cc', |
1981 'browser/protector/keys.cc', | 1984 'browser/protector/keys.cc', |
1982 'browser/protector/keys.h', | 1985 'browser/protector/keys.h', |
1983 'browser/protector/protector.cc', | 1986 'browser/protector/protector.cc', |
1984 'browser/protector/protector.h', | 1987 'browser/protector/protector.h', |
(...skipping 3310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5295 'type': 'static_library', | 5298 'type': 'static_library', |
5296 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5299 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5297 'variables': { | 5300 'variables': { |
5298 'proto_in_dir': 'browser/history', | 5301 'proto_in_dir': 'browser/history', |
5299 'proto_out_dir': 'chrome/browser/history', | 5302 'proto_out_dir': 'chrome/browser/history', |
5300 }, | 5303 }, |
5301 'includes': [ '../build/protoc.gypi' ] | 5304 'includes': [ '../build/protoc.gypi' ] |
5302 }, | 5305 }, |
5303 ], | 5306 ], |
5304 } | 5307 } |
OLD | NEW |