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