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/diagnostics/diagnostics_api.cc', | 8 'browser/extensions/api/diagnostics/diagnostics_api.cc', |
9 'browser/extensions/api/diagnostics/diagnostics_api.h', | 9 'browser/extensions/api/diagnostics/diagnostics_api.h', |
10 'browser/extensions/api/diagnostics/diagnostics_api_chromeos.cc', | 10 'browser/extensions/api/diagnostics/diagnostics_api_chromeos.cc', |
(...skipping 943 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
954 # GN version: //chrome/browser/extensions | 954 # GN version: //chrome/browser/extensions |
955 'target_name': 'browser_extensions', | 955 'target_name': 'browser_extensions', |
956 'type': 'static_library', | 956 'type': 'static_library', |
957 'variables': { 'enable_wexit_time_destructors': 1, }, | 957 'variables': { 'enable_wexit_time_destructors': 1, }, |
958 # Since browser and browser_extensions actually depend on each other, | 958 # Since browser and browser_extensions actually depend on each other, |
959 # we must omit the dependency from browser_extensions to browser. | 959 # we must omit the dependency from browser_extensions to browser. |
960 # However, this means browser_extensions and browser should more or less | 960 # However, this means browser_extensions and browser should more or less |
961 # have the same dependencies. Once browser_extensions is untangled from | 961 # have the same dependencies. Once browser_extensions is untangled from |
962 # browser, then we can clean up these dependencies. | 962 # browser, then we can clean up these dependencies. |
963 'dependencies': [ | 963 'dependencies': [ |
| 964 'browser/extensions/api/api_registration.gyp:chrome_api_registration', |
964 'chrome_resources.gyp:chrome_extra_resources', | 965 'chrome_resources.gyp:chrome_extra_resources', |
965 'chrome_resources.gyp:chrome_resources', | 966 'chrome_resources.gyp:chrome_resources', |
966 'chrome_resources.gyp:chrome_strings', | 967 'chrome_resources.gyp:chrome_strings', |
967 'chrome_resources.gyp:platform_locale_settings', | 968 'chrome_resources.gyp:platform_locale_settings', |
968 'chrome_resources.gyp:theme_resources', | 969 'chrome_resources.gyp:theme_resources', |
969 'common', | 970 'common', |
970 'common/extensions/api/api.gyp:chrome_api', | 971 'common/extensions/api/api.gyp:chrome_api', |
971 'common_net', | 972 'common_net', |
972 'debugger', | 973 'debugger', |
973 'in_memory_url_index_cache_proto', | 974 'in_memory_url_index_cache_proto', |
974 'installer_util', | 975 'installer_util', |
975 'safe_browsing_proto', | 976 'safe_browsing_proto', |
976 '../components/components.gyp:copresence', | 977 '../components/components.gyp:copresence', |
977 '../components/components.gyp:omaha_query_params', | 978 '../components/components.gyp:omaha_query_params', |
978 '../components/components.gyp:onc_component', | 979 '../components/components.gyp:onc_component', |
979 '../components/components.gyp:url_matcher', | 980 '../components/components.gyp:url_matcher', |
980 '../components/components_strings.gyp:components_strings', | 981 '../components/components_strings.gyp:components_strings', |
981 '../content/content.gyp:content_browser', | 982 '../content/content.gyp:content_browser', |
982 '../content/content.gyp:content_common', | 983 '../content/content.gyp:content_common', |
983 '../crypto/crypto.gyp:crypto', | 984 '../crypto/crypto.gyp:crypto', |
984 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 985 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
985 '../device/hid/hid.gyp:device_hid', | 986 '../device/hid/hid.gyp:device_hid', |
| 987 '../extensions/browser/api/api_registration.gyp:extensions_api_registrat
ion', |
986 '../extensions/common/api/api.gyp:extensions_api', | 988 '../extensions/common/api/api.gyp:extensions_api', |
987 '../extensions/extensions.gyp:extensions_browser', | 989 '../extensions/extensions.gyp:extensions_browser', |
988 '../extensions/extensions_strings.gyp:extensions_strings', | 990 '../extensions/extensions_strings.gyp:extensions_strings', |
989 '../net/net.gyp:net', | 991 '../net/net.gyp:net', |
990 '../skia/skia.gyp:skia', | 992 '../skia/skia.gyp:skia', |
991 '../sync/sync.gyp:sync', | 993 '../sync/sync.gyp:sync', |
992 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 994 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
993 '../third_party/icu/icu.gyp:icui18n', | 995 '../third_party/icu/icu.gyp:icui18n', |
994 '../third_party/icu/icu.gyp:icuuc', | 996 '../third_party/icu/icu.gyp:icuuc', |
995 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 997 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
996 '../third_party/re2/re2.gyp:re2', | 998 '../third_party/re2/re2.gyp:re2', |
997 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 999 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
998 '../ui/accessibility/accessibility.gyp:ax_gen', | 1000 '../ui/accessibility/accessibility.gyp:ax_gen', |
999 '../ui/base/ui_base.gyp:ui_base', | 1001 '../ui/base/ui_base.gyp:ui_base', |
1000 '../ui/gfx/gfx.gyp:gfx', | 1002 '../ui/gfx/gfx.gyp:gfx', |
1001 '../ui/gfx/gfx.gyp:gfx_geometry', | 1003 '../ui/gfx/gfx.gyp:gfx_geometry', |
1002 '../ui/resources/ui_resources.gyp:ui_resources', | 1004 '../ui/resources/ui_resources.gyp:ui_resources', |
1003 '../ui/strings/ui_strings.gyp:ui_strings', | 1005 '../ui/strings/ui_strings.gyp:ui_strings', |
1004 '../url/url.gyp:url_lib', | 1006 '../url/url.gyp:url_lib', |
1005 '../webkit/storage_browser.gyp:webkit_storage_browser', | 1007 '../webkit/storage_browser.gyp:webkit_storage_browser', |
1006 '../webkit/storage_common.gyp:webkit_storage_common', | 1008 '../webkit/storage_common.gyp:webkit_storage_common', |
1007 '../webkit/glue/resources/webkit_resources.gyp:webkit_resources', | 1009 '../webkit/glue/resources/webkit_resources.gyp:webkit_resources', |
1008 ], | 1010 ], |
1009 'include_dirs': [ | 1011 'include_dirs': [ |
1010 '..', | 1012 '..', |
1011 '<(INTERMEDIATE_DIR)', | 1013 '<(INTERMEDIATE_DIR)', |
1012 ], | 1014 ], |
1013 'export_dependent_settings': [ | 1015 'export_dependent_settings': [ |
| 1016 'browser/extensions/api/api_registration.gyp:chrome_api_registration', |
1014 'common/extensions/api/api.gyp:chrome_api', | 1017 'common/extensions/api/api.gyp:chrome_api', |
1015 '../content/content.gyp:content_browser', | 1018 '../content/content.gyp:content_browser', |
1016 ], | 1019 ], |
1017 'sources': [ | 1020 'sources': [ |
1018 '<@(chrome_browser_extensions_enabled_sources)', | 1021 '<@(chrome_browser_extensions_enabled_sources)', |
1019 ], | 1022 ], |
1020 'conditions': [ | 1023 'conditions': [ |
1021 ['chromeos==1', { | 1024 ['chromeos==1', { |
1022 'dependencies': [ | 1025 'dependencies': [ |
1023 '../build/linux/system.gyp:dbus', | 1026 '../build/linux/system.gyp:dbus', |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1162 ], | 1165 ], |
1163 }, { # use_brlapi==0 | 1166 }, { # use_brlapi==0 |
1164 'sources': [ | 1167 'sources': [ |
1165 'browser/extensions/api/braille_display_private/braille_controller_s
tub.cc', | 1168 'browser/extensions/api/braille_display_private/braille_controller_s
tub.cc', |
1166 ], | 1169 ], |
1167 }], | 1170 }], |
1168 ], | 1171 ], |
1169 }, | 1172 }, |
1170 ], | 1173 ], |
1171 } | 1174 } |
OLD | NEW |