| 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 970 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 981         'browser/extensions/extension_event_router.cc', | 981         'browser/extensions/extension_event_router.cc', | 
| 982         'browser/extensions/extension_event_router.h', | 982         'browser/extensions/extension_event_router.h', | 
| 983         'browser/extensions/extension_event_router_forwarder.cc', | 983         'browser/extensions/extension_event_router_forwarder.cc', | 
| 984         'browser/extensions/extension_event_router_forwarder.h', | 984         'browser/extensions/extension_event_router_forwarder.h', | 
| 985         'browser/extensions/extension_file_browser_private_api.cc', | 985         'browser/extensions/extension_file_browser_private_api.cc', | 
| 986         'browser/extensions/extension_file_browser_private_api.h', | 986         'browser/extensions/extension_file_browser_private_api.h', | 
| 987         'browser/extensions/extension_function.cc', | 987         'browser/extensions/extension_function.cc', | 
| 988         'browser/extensions/extension_function.h', | 988         'browser/extensions/extension_function.h', | 
| 989         'browser/extensions/extension_function_dispatcher.cc', | 989         'browser/extensions/extension_function_dispatcher.cc', | 
| 990         'browser/extensions/extension_function_dispatcher.h', | 990         'browser/extensions/extension_function_dispatcher.h', | 
|  | 991         'browser/extensions/extension_global_error.cc', | 
|  | 992         'browser/extensions/extension_global_error.h', | 
| 991         'browser/extensions/extension_history_api.cc', | 993         'browser/extensions/extension_history_api.cc', | 
| 992         'browser/extensions/extension_history_api.h', | 994         'browser/extensions/extension_history_api.h', | 
| 993         'browser/extensions/extension_history_api_constants.cc', | 995         'browser/extensions/extension_history_api_constants.cc', | 
| 994         'browser/extensions/extension_history_api_constants.h', | 996         'browser/extensions/extension_history_api_constants.h', | 
| 995         'browser/extensions/extension_host.cc', | 997         'browser/extensions/extension_host.cc', | 
| 996         'browser/extensions/extension_host.h', | 998         'browser/extensions/extension_host.h', | 
| 997         'browser/extensions/extension_host_mac.h', | 999         'browser/extensions/extension_host_mac.h', | 
| 998         'browser/extensions/extension_host_mac.mm', | 1000         'browser/extensions/extension_host_mac.mm', | 
| 999         'browser/extensions/extension_i18n_api.cc', | 1001         'browser/extensions/extension_i18n_api.cc', | 
| 1000         'browser/extensions/extension_i18n_api.h', | 1002         'browser/extensions/extension_i18n_api.h', | 
| (...skipping 4050 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 5051       'type': 'static_library', | 5053       'type': 'static_library', | 
| 5052       'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5054       'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 
| 5053       'variables': { | 5055       'variables': { | 
| 5054         'proto_in_dir': 'browser/history', | 5056         'proto_in_dir': 'browser/history', | 
| 5055         'proto_out_dir': 'chrome/browser/history', | 5057         'proto_out_dir': 'chrome/browser/history', | 
| 5056       }, | 5058       }, | 
| 5057       'includes': [ '../build/protoc.gypi' ] | 5059       'includes': [ '../build/protoc.gypi' ] | 
| 5058     }, | 5060     }, | 
| 5059   ], | 5061   ], | 
| 5060 } | 5062 } | 
| OLD | NEW | 
|---|