| 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 1933 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1944 'browser/profiles/profile.cc', | 1944 'browser/profiles/profile.cc', |
| 1945 'browser/profiles/profile.h', | 1945 'browser/profiles/profile.h', |
| 1946 'browser/profiles/profile_dependency_manager.cc', | 1946 'browser/profiles/profile_dependency_manager.cc', |
| 1947 'browser/profiles/profile_dependency_manager.h', | 1947 'browser/profiles/profile_dependency_manager.h', |
| 1948 'browser/profiles/profile_impl.cc', | 1948 'browser/profiles/profile_impl.cc', |
| 1949 'browser/profiles/profile_impl.h', | 1949 'browser/profiles/profile_impl.h', |
| 1950 'browser/profiles/profile_impl_io_data.cc', | 1950 'browser/profiles/profile_impl_io_data.cc', |
| 1951 'browser/profiles/profile_impl_io_data.h', | 1951 'browser/profiles/profile_impl_io_data.h', |
| 1952 'browser/profiles/profile_info_cache.cc', | 1952 'browser/profiles/profile_info_cache.cc', |
| 1953 'browser/profiles/profile_info_cache.h', | 1953 'browser/profiles/profile_info_cache.h', |
| 1954 'browser/profiles/profile_info_cache_observer.h', |
| 1954 'browser/profiles/profile_info_interface.h', | 1955 'browser/profiles/profile_info_interface.h', |
| 1955 'browser/profiles/profile_io_data.cc', | 1956 'browser/profiles/profile_io_data.cc', |
| 1956 'browser/profiles/profile_io_data.h', | 1957 'browser/profiles/profile_io_data.h', |
| 1957 'browser/profiles/profile_keyed_service_factory.cc', | 1958 'browser/profiles/profile_keyed_service_factory.cc', |
| 1958 'browser/profiles/profile_keyed_service_factory.h', | 1959 'browser/profiles/profile_keyed_service_factory.h', |
| 1959 'browser/profiles/profile_manager.cc', | 1960 'browser/profiles/profile_manager.cc', |
| 1960 'browser/profiles/profile_manager.h', | 1961 'browser/profiles/profile_manager.h', |
| 1961 'browser/profiles/profile_metrics.cc', | 1962 'browser/profiles/profile_metrics.cc', |
| 1962 'browser/profiles/profile_metrics.h', | 1963 'browser/profiles/profile_metrics.h', |
| 1964 'browser/profiles/profile_shortcut_manager_win.cc', |
| 1965 'browser/profiles/profile_shortcut_manager_win.h', |
| 1963 'browser/protector/default_search_provider_change.cc', | 1966 'browser/protector/default_search_provider_change.cc', |
| 1964 'browser/protector/histograms.cc', | 1967 'browser/protector/histograms.cc', |
| 1965 'browser/protector/histograms.h', | 1968 'browser/protector/histograms.h', |
| 1966 'browser/protector/internal/keys_internal.cc', | 1969 'browser/protector/internal/keys_internal.cc', |
| 1967 'browser/protector/keys.cc', | 1970 'browser/protector/keys.cc', |
| 1968 'browser/protector/keys.h', | 1971 'browser/protector/keys.h', |
| 1969 'browser/protector/protector.cc', | 1972 'browser/protector/protector.cc', |
| 1970 'browser/protector/protector.h', | 1973 'browser/protector/protector.h', |
| 1971 'browser/protector/setting_change.h', | 1974 'browser/protector/setting_change.h', |
| 1972 'browser/protector/settings_change_global_error.cc', | 1975 'browser/protector/settings_change_global_error.cc', |
| (...skipping 3333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5306 'type': 'static_library', | 5309 'type': 'static_library', |
| 5307 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5310 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5308 'variables': { | 5311 'variables': { |
| 5309 'proto_in_dir': 'browser/history', | 5312 'proto_in_dir': 'browser/history', |
| 5310 'proto_out_dir': 'chrome/browser/history', | 5313 'proto_out_dir': 'chrome/browser/history', |
| 5311 }, | 5314 }, |
| 5312 'includes': [ '../build/protoc.gypi' ] | 5315 'includes': [ '../build/protoc.gypi' ] |
| 5313 }, | 5316 }, |
| 5314 ], | 5317 ], |
| 5315 } | 5318 } |
| OLD | NEW |