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 901 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
912 'browser/extensions/webstore_data_fetcher.cc', | 912 'browser/extensions/webstore_data_fetcher.cc', |
913 'browser/extensions/webstore_data_fetcher.h', | 913 'browser/extensions/webstore_data_fetcher.h', |
914 'browser/extensions/webstore_data_fetcher_delegate.cc', | 914 'browser/extensions/webstore_data_fetcher_delegate.cc', |
915 'browser/extensions/webstore_data_fetcher_delegate.h', | 915 'browser/extensions/webstore_data_fetcher_delegate.h', |
916 'browser/extensions/webstore_inline_installer.cc', | 916 'browser/extensions/webstore_inline_installer.cc', |
917 'browser/extensions/webstore_inline_installer.h', | 917 'browser/extensions/webstore_inline_installer.h', |
918 'browser/extensions/webstore_inline_installer_factory.cc', | 918 'browser/extensions/webstore_inline_installer_factory.cc', |
919 'browser/extensions/webstore_inline_installer_factory.h', | 919 'browser/extensions/webstore_inline_installer_factory.h', |
920 'browser/extensions/webstore_install_helper.cc', | 920 'browser/extensions/webstore_install_helper.cc', |
921 'browser/extensions/webstore_install_helper.h', | 921 'browser/extensions/webstore_install_helper.h', |
| 922 'browser/extensions/webstore_install_with_prompt.cc', |
| 923 'browser/extensions/webstore_install_with_prompt.h', |
922 'browser/extensions/webstore_installer.cc', | 924 'browser/extensions/webstore_installer.cc', |
923 'browser/extensions/webstore_installer.h', | 925 'browser/extensions/webstore_installer.h', |
924 'browser/extensions/webstore_standalone_installer.cc', | 926 'browser/extensions/webstore_standalone_installer.cc', |
925 'browser/extensions/webstore_standalone_installer.h', | 927 'browser/extensions/webstore_standalone_installer.h', |
926 'browser/extensions/webstore_startup_installer.cc', | 928 'browser/extensions/webstore_startup_installer.cc', |
927 'browser/extensions/webstore_startup_installer.h', | 929 'browser/extensions/webstore_startup_installer.h', |
928 'browser/extensions/window_controller.cc', | 930 'browser/extensions/window_controller.cc', |
929 'browser/extensions/window_controller.h', | 931 'browser/extensions/window_controller.h', |
930 'browser/extensions/window_controller_list.cc', | 932 'browser/extensions/window_controller_list.cc', |
931 'browser/extensions/window_controller_list.h', | 933 'browser/extensions/window_controller_list.h', |
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1237 'type': 'static_library', | 1239 'type': 'static_library', |
1238 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ], | 1240 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ], |
1239 'variables': { | 1241 'variables': { |
1240 'proto_in_dir': 'browser/extensions/api/cast_channel', | 1242 'proto_in_dir': 'browser/extensions/api/cast_channel', |
1241 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel', | 1243 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel', |
1242 }, | 1244 }, |
1243 'includes': [ '../build/protoc.gypi' ] | 1245 'includes': [ '../build/protoc.gypi' ] |
1244 }, | 1246 }, |
1245 ], # 'conditions' | 1247 ], # 'conditions' |
1246 } | 1248 } |
OLD | NEW |