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 'variables': { | 6 'variables': { |
7 'chrome_browser_extensions_chromeos_sources': [ | 7 'chrome_browser_extensions_chromeos_sources': [ |
8 'browser/extensions/api/cast_devices_private/cast_devices_private_api.cc', | 8 'browser/extensions/api/cast_devices_private/cast_devices_private_api.cc', |
9 'browser/extensions/api/cast_devices_private/cast_devices_private_api.h', | 9 'browser/extensions/api/cast_devices_private/cast_devices_private_api.h', |
10 'browser/extensions/api/certificate_provider/certificate_provider_api.cc', | 10 'browser/extensions/api/certificate_provider/certificate_provider_api.cc', |
(...skipping 938 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
949 'target_name': 'browser_extensions', | 949 'target_name': 'browser_extensions', |
950 'type': 'static_library', | 950 'type': 'static_library', |
951 'variables': { 'enable_wexit_time_destructors': 1, }, | 951 'variables': { 'enable_wexit_time_destructors': 1, }, |
952 # Since browser and browser_extensions actually depend on each other, | 952 # Since browser and browser_extensions actually depend on each other, |
953 # we must omit the dependency from browser_extensions to browser. | 953 # we must omit the dependency from browser_extensions to browser. |
954 # However, this means browser_extensions and browser should more or less | 954 # However, this means browser_extensions and browser should more or less |
955 # have the same dependencies. Once browser_extensions is untangled from | 955 # have the same dependencies. Once browser_extensions is untangled from |
956 # browser, then we can clean up these dependencies. | 956 # browser, then we can clean up these dependencies. |
957 'dependencies': [ | 957 'dependencies': [ |
958 'browser/extensions/api/api_registration.gyp:chrome_api_registration', | 958 'browser/extensions/api/api_registration.gyp:chrome_api_registration', |
959 'chrome_common_features', | |
960 'chrome_resources.gyp:chrome_extra_resources', | 959 'chrome_resources.gyp:chrome_extra_resources', |
961 'chrome_resources.gyp:chrome_resources', | 960 'chrome_resources.gyp:chrome_resources', |
962 'chrome_resources.gyp:chrome_strings', | 961 'chrome_resources.gyp:chrome_strings', |
963 'chrome_resources.gyp:platform_locale_settings', | 962 'chrome_resources.gyp:platform_locale_settings', |
964 'chrome_resources.gyp:theme_resources', | 963 'chrome_resources.gyp:theme_resources', |
965 'common', | 964 'common', |
966 'common/extensions/api/api.gyp:chrome_api', | 965 'common/extensions/api/api.gyp:chrome_api', |
967 'debugger', | 966 'debugger', |
968 'installer_util', | 967 'installer_util', |
969 'safe_browsing_proto', | 968 'safe_browsing_proto', |
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1147 ], | 1146 ], |
1148 }, { # use_brlapi==0 | 1147 }, { # use_brlapi==0 |
1149 'sources': [ | 1148 'sources': [ |
1150 'browser/extensions/api/braille_display_private/braille_controller_s
tub.cc', | 1149 'browser/extensions/api/braille_display_private/braille_controller_s
tub.cc', |
1151 ], | 1150 ], |
1152 }], | 1151 }], |
1153 ], | 1152 ], |
1154 }, | 1153 }, |
1155 ], | 1154 ], |
1156 } | 1155 } |
OLD | NEW |