| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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_extensions', | 8 'target_name': 'browser_extensions', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 677 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 688 'browser/extensions/extension_function.cc', | 688 'browser/extensions/extension_function.cc', |
| 689 'browser/extensions/extension_function.h', | 689 'browser/extensions/extension_function.h', |
| 690 'browser/extensions/extension_function_dispatcher.cc', | 690 'browser/extensions/extension_function_dispatcher.cc', |
| 691 'browser/extensions/extension_function_dispatcher.h', | 691 'browser/extensions/extension_function_dispatcher.h', |
| 692 'browser/extensions/extension_function_registry.cc', | 692 'browser/extensions/extension_function_registry.cc', |
| 693 'browser/extensions/extension_function_registry.h', | 693 'browser/extensions/extension_function_registry.h', |
| 694 'browser/extensions/extension_function_util.cc', | 694 'browser/extensions/extension_function_util.cc', |
| 695 'browser/extensions/extension_function_util.h', | 695 'browser/extensions/extension_function_util.h', |
| 696 'browser/extensions/extension_host.cc', | 696 'browser/extensions/extension_host.cc', |
| 697 'browser/extensions/extension_host.h', | 697 'browser/extensions/extension_host.h', |
| 698 'browser/extensions/extension_host_factory.cc', |
| 699 'browser/extensions/extension_host_factory.h', |
| 698 'browser/extensions/extension_host_mac.h', | 700 'browser/extensions/extension_host_mac.h', |
| 699 'browser/extensions/extension_host_mac.mm', | 701 'browser/extensions/extension_host_mac.mm', |
| 700 'browser/extensions/extension_icon_image.cc', | 702 'browser/extensions/extension_icon_image.cc', |
| 701 'browser/extensions/extension_icon_image.h', | 703 'browser/extensions/extension_icon_image.h', |
| 702 'browser/extensions/extension_icon_manager.cc', | 704 'browser/extensions/extension_icon_manager.cc', |
| 703 'browser/extensions/extension_icon_manager.h', | 705 'browser/extensions/extension_icon_manager.h', |
| 704 'browser/extensions/extension_info_map.cc', | 706 'browser/extensions/extension_info_map.cc', |
| 705 'browser/extensions/extension_info_map.h', | 707 'browser/extensions/extension_info_map.h', |
| 706 'browser/extensions/extension_infobar_delegate.cc', | 708 'browser/extensions/extension_infobar_delegate.cc', |
| 707 'browser/extensions/extension_infobar_delegate.h', | 709 'browser/extensions/extension_infobar_delegate.h', |
| (...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1190 'variables': { | 1192 'variables': { |
| 1191 'proto_in_dir': 'browser/chromeos/contacts', | 1193 'proto_in_dir': 'browser/chromeos/contacts', |
| 1192 'proto_out_dir': 'chrome/browser/chromeos/contacts', | 1194 'proto_out_dir': 'chrome/browser/chromeos/contacts', |
| 1193 }, | 1195 }, |
| 1194 'includes': [ '../build/protoc.gypi' ] | 1196 'includes': [ '../build/protoc.gypi' ] |
| 1195 }, | 1197 }, |
| 1196 ], | 1198 ], |
| 1197 },], # 'chromeos=1' | 1199 },], # 'chromeos=1' |
| 1198 ], # 'conditions' | 1200 ], # 'conditions' |
| 1199 } | 1201 } |
| OLD | NEW |