| 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 1945 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1956 'browser/profiles/profile_impl_io_data.h', | 1956 'browser/profiles/profile_impl_io_data.h', |
| 1957 'browser/profiles/profile_info_cache.cc', | 1957 'browser/profiles/profile_info_cache.cc', |
| 1958 'browser/profiles/profile_info_cache.h', | 1958 'browser/profiles/profile_info_cache.h', |
| 1959 'browser/profiles/profile_info_interface.h', | 1959 'browser/profiles/profile_info_interface.h', |
| 1960 'browser/profiles/profile_io_data.cc', | 1960 'browser/profiles/profile_io_data.cc', |
| 1961 'browser/profiles/profile_io_data.h', | 1961 'browser/profiles/profile_io_data.h', |
| 1962 'browser/profiles/profile_keyed_service_factory.cc', | 1962 'browser/profiles/profile_keyed_service_factory.cc', |
| 1963 'browser/profiles/profile_keyed_service_factory.h', | 1963 'browser/profiles/profile_keyed_service_factory.h', |
| 1964 'browser/profiles/profile_manager.cc', | 1964 'browser/profiles/profile_manager.cc', |
| 1965 'browser/profiles/profile_manager.h', | 1965 'browser/profiles/profile_manager.h', |
| 1966 'browser/protector/keys.cc', |
| 1967 'browser/protector/keys.h', |
| 1968 'browser/protector/protector.cc', |
| 1969 'browser/protector/protector.h', |
| 1966 'browser/protector/settings_change_global_error.cc', | 1970 'browser/protector/settings_change_global_error.cc', |
| 1967 'browser/protector/settings_change_global_error.h', | 1971 'browser/protector/settings_change_global_error.h', |
| 1968 'browser/remove_rows_table_model.h', | 1972 'browser/remove_rows_table_model.h', |
| 1969 'browser/remoting/firewall_traversal_observer.cc', | 1973 'browser/remoting/firewall_traversal_observer.cc', |
| 1970 'browser/remoting/firewall_traversal_observer.h', | 1974 'browser/remoting/firewall_traversal_observer.h', |
| 1971 'browser/renderer_host/accelerated_surface_container_touch.cc', | 1975 'browser/renderer_host/accelerated_surface_container_touch.cc', |
| 1972 'browser/renderer_host/accelerated_surface_container_touch.h', | 1976 'browser/renderer_host/accelerated_surface_container_touch.h', |
| 1973 'browser/renderer_host/chrome_render_message_filter.cc', | 1977 'browser/renderer_host/chrome_render_message_filter.cc', |
| 1974 'browser/renderer_host/chrome_render_message_filter.h', | 1978 'browser/renderer_host/chrome_render_message_filter.h', |
| 1975 'browser/renderer_host/chrome_render_view_host_observer.cc', | 1979 'browser/renderer_host/chrome_render_view_host_observer.cc', |
| (...skipping 3221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5197 'type': 'static_library', | 5201 'type': 'static_library', |
| 5198 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5202 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5199 'variables': { | 5203 'variables': { |
| 5200 'proto_in_dir': 'browser/history', | 5204 'proto_in_dir': 'browser/history', |
| 5201 'proto_out_dir': 'chrome/browser/history', | 5205 'proto_out_dir': 'chrome/browser/history', |
| 5202 }, | 5206 }, |
| 5203 'includes': [ '../build/protoc.gypi' ] | 5207 'includes': [ '../build/protoc.gypi' ] |
| 5204 }, | 5208 }, |
| 5205 ], | 5209 ], |
| 5206 } | 5210 } |
| OLD | NEW |