| 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 667 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 678 'browser/extensions/extension_creator_filter.cc', | 678 'browser/extensions/extension_creator_filter.cc', |
| 679 'browser/extensions/extension_creator_filter.h', | 679 'browser/extensions/extension_creator_filter.h', |
| 680 'browser/extensions/extension_disabled_ui.cc', | 680 'browser/extensions/extension_disabled_ui.cc', |
| 681 'browser/extensions/extension_disabled_ui.h', | 681 'browser/extensions/extension_disabled_ui.h', |
| 682 'browser/extensions/extension_error_reporter.cc', | 682 'browser/extensions/extension_error_reporter.cc', |
| 683 'browser/extensions/extension_error_reporter.h', | 683 'browser/extensions/extension_error_reporter.h', |
| 684 'browser/extensions/extension_error_ui.cc', | 684 'browser/extensions/extension_error_ui.cc', |
| 685 'browser/extensions/extension_error_ui.h', | 685 'browser/extensions/extension_error_ui.h', |
| 686 'browser/extensions/extension_error_ui_default.cc', | 686 'browser/extensions/extension_error_ui_default.cc', |
| 687 'browser/extensions/extension_error_ui_default.h', | 687 'browser/extensions/extension_error_ui_default.h', |
| 688 'browser/extensions/extension_function.cc', | |
| 689 'browser/extensions/extension_function.h', | |
| 690 'browser/extensions/extension_function_dispatcher.cc', | 688 'browser/extensions/extension_function_dispatcher.cc', |
| 691 'browser/extensions/extension_function_dispatcher.h', | 689 'browser/extensions/extension_function_dispatcher.h', |
| 692 'browser/extensions/extension_function_registry.cc', | 690 'browser/extensions/extension_function_registry.cc', |
| 693 'browser/extensions/extension_function_registry.h', | 691 'browser/extensions/extension_function_registry.h', |
| 694 'browser/extensions/extension_function_util.cc', | 692 'browser/extensions/extension_function_util.cc', |
| 695 'browser/extensions/extension_function_util.h', | 693 'browser/extensions/extension_function_util.h', |
| 696 'browser/extensions/extension_host.cc', | 694 'browser/extensions/extension_host.cc', |
| 697 'browser/extensions/extension_host.h', | 695 'browser/extensions/extension_host.h', |
| 698 'browser/extensions/extension_host_factory.cc', | 696 'browser/extensions/extension_host_factory.cc', |
| 699 'browser/extensions/extension_host_factory.h', | 697 'browser/extensions/extension_host_factory.h', |
| (...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1188 'variables': { | 1186 'variables': { |
| 1189 'proto_in_dir': 'browser/chromeos/contacts', | 1187 'proto_in_dir': 'browser/chromeos/contacts', |
| 1190 'proto_out_dir': 'chrome/browser/chromeos/contacts', | 1188 'proto_out_dir': 'chrome/browser/chromeos/contacts', |
| 1191 }, | 1189 }, |
| 1192 'includes': [ '../build/protoc.gypi' ] | 1190 'includes': [ '../build/protoc.gypi' ] |
| 1193 }, | 1191 }, |
| 1194 ], | 1192 ], |
| 1195 },], # 'chromeos=1' | 1193 },], # 'chromeos=1' |
| 1196 ], # 'conditions' | 1194 ], # 'conditions' |
| 1197 } | 1195 } |
| OLD | NEW |