OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 691 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
702 'browser/extensions/updater/safe_manifest_parser.cc', | 702 'browser/extensions/updater/safe_manifest_parser.cc', |
703 'browser/extensions/updater/safe_manifest_parser.h', | 703 'browser/extensions/updater/safe_manifest_parser.h', |
704 'browser/extensions/url_actions.cc', | 704 'browser/extensions/url_actions.cc', |
705 'browser/extensions/url_actions.h', | 705 'browser/extensions/url_actions.h', |
706 'browser/extensions/user_script_listener.cc', | 706 'browser/extensions/user_script_listener.cc', |
707 'browser/extensions/user_script_listener.h', | 707 'browser/extensions/user_script_listener.h', |
708 'browser/extensions/user_script_master.cc', | 708 'browser/extensions/user_script_master.cc', |
709 'browser/extensions/user_script_master.h', | 709 'browser/extensions/user_script_master.h', |
710 'browser/extensions/web_accessible_resources_parser.cc', | 710 'browser/extensions/web_accessible_resources_parser.cc', |
711 'browser/extensions/web_accessible_resources_parser.h', | 711 'browser/extensions/web_accessible_resources_parser.h', |
712 'browser/extensions/web_intent_callbacks.cc', | |
713 'browser/extensions/web_intent_callbacks.h', | |
714 'browser/extensions/web_intents_parser.cc', | |
715 'browser/extensions/web_intents_parser.h', | |
716 'browser/extensions/webstore_install_helper.cc', | 712 'browser/extensions/webstore_install_helper.cc', |
717 'browser/extensions/webstore_install_helper.h', | 713 'browser/extensions/webstore_install_helper.h', |
718 'browser/extensions/webstore_installer.cc', | 714 'browser/extensions/webstore_installer.cc', |
719 'browser/extensions/webstore_installer.h', | 715 'browser/extensions/webstore_installer.h', |
720 'browser/extensions/webstore_standalone_installer.cc', | 716 'browser/extensions/webstore_standalone_installer.cc', |
721 'browser/extensions/webstore_standalone_installer.h', | 717 'browser/extensions/webstore_standalone_installer.h', |
722 'browser/extensions/window_controller.cc', | 718 'browser/extensions/window_controller.cc', |
723 'browser/extensions/window_controller.h', | 719 'browser/extensions/window_controller.h', |
724 'browser/extensions/window_controller_list.cc', | 720 'browser/extensions/window_controller_list.cc', |
725 'browser/extensions/window_controller_list.h', | 721 'browser/extensions/window_controller_list.h', |
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
969 'variables': { | 965 'variables': { |
970 'proto_in_dir': 'browser/chromeos/contacts', | 966 'proto_in_dir': 'browser/chromeos/contacts', |
971 'proto_out_dir': 'chrome/browser/chromeos/contacts', | 967 'proto_out_dir': 'chrome/browser/chromeos/contacts', |
972 }, | 968 }, |
973 'includes': [ '../build/protoc.gypi' ] | 969 'includes': [ '../build/protoc.gypi' ] |
974 }, | 970 }, |
975 ], | 971 ], |
976 },], # 'chromeos=1' | 972 },], # 'chromeos=1' |
977 ], # 'conditions' | 973 ], # 'conditions' |
978 } | 974 } |
OLD | NEW |