| 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 906 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 917 'chrome_resources.gyp:platform_locale_settings', | 917 'chrome_resources.gyp:platform_locale_settings', |
| 918 'chrome_resources.gyp:theme_resources', | 918 'chrome_resources.gyp:theme_resources', |
| 919 'common', | 919 'common', |
| 920 'common/extensions/api/api.gyp:chrome_api', | 920 'common/extensions/api/api.gyp:chrome_api', |
| 921 'common_net', | 921 'common_net', |
| 922 'debugger', | 922 'debugger', |
| 923 'installer_util', | 923 'installer_util', |
| 924 'safe_browsing_proto', | 924 'safe_browsing_proto', |
| 925 '../components/components.gyp:copresence', | 925 '../components/components.gyp:copresence', |
| 926 '../components/components.gyp:history_core_browser_proto', | 926 '../components/components.gyp:history_core_browser_proto', |
| 927 '../components/components.gyp:omaha_client', | |
| 928 '../components/components.gyp:onc_component', | 927 '../components/components.gyp:onc_component', |
| 929 '../components/components.gyp:proximity_auth', | 928 '../components/components.gyp:proximity_auth', |
| 929 '../components/components.gyp:update_client', |
| 930 '../components/components.gyp:url_matcher', | 930 '../components/components.gyp:url_matcher', |
| 931 '../components/components_strings.gyp:components_strings', | 931 '../components/components_strings.gyp:components_strings', |
| 932 '../content/app/resources/content_resources.gyp:content_resources', | 932 '../content/app/resources/content_resources.gyp:content_resources', |
| 933 '../content/content.gyp:content_browser', | 933 '../content/content.gyp:content_browser', |
| 934 '../content/content.gyp:content_common', | 934 '../content/content.gyp:content_common', |
| 935 '../crypto/crypto.gyp:crypto', | 935 '../crypto/crypto.gyp:crypto', |
| 936 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 936 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 937 '../device/hid/hid.gyp:device_hid', | 937 '../device/hid/hid.gyp:device_hid', |
| 938 '../extensions/browser/api/api_registration.gyp:extensions_api_registrat
ion', | 938 '../extensions/browser/api/api_registration.gyp:extensions_api_registrat
ion', |
| 939 '../extensions/common/api/api.gyp:extensions_api', | 939 '../extensions/common/api/api.gyp:extensions_api', |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1122 ], | 1122 ], |
| 1123 }, { # use_brlapi==0 | 1123 }, { # use_brlapi==0 |
| 1124 'sources': [ | 1124 'sources': [ |
| 1125 'browser/extensions/api/braille_display_private/braille_controller_s
tub.cc', | 1125 'browser/extensions/api/braille_display_private/braille_controller_s
tub.cc', |
| 1126 ], | 1126 ], |
| 1127 }], | 1127 }], |
| 1128 ], | 1128 ], |
| 1129 }, | 1129 }, |
| 1130 ], | 1130 ], |
| 1131 } | 1131 } |
| OLD | NEW |