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/enterprise_platform_keys/enterprise_platform_keys_
api.cc', | 8 'browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_
api.cc', |
9 'browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_
api.h', | 9 'browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_
api.h', |
10 'browser/extensions/api/enterprise_platform_keys_private/enterprise_platfo
rm_keys_private_api.cc', | 10 'browser/extensions/api/enterprise_platform_keys_private/enterprise_platfo
rm_keys_private_api.cc', |
(...skipping 843 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
854 'chrome_resources.gyp:chrome_strings', | 854 'chrome_resources.gyp:chrome_strings', |
855 'chrome_resources.gyp:platform_locale_settings', | 855 'chrome_resources.gyp:platform_locale_settings', |
856 'chrome_resources.gyp:theme_resources', | 856 'chrome_resources.gyp:theme_resources', |
857 'common', | 857 'common', |
858 'common/extensions/api/api.gyp:chrome_api', | 858 'common/extensions/api/api.gyp:chrome_api', |
859 'common_net', | 859 'common_net', |
860 'debugger', | 860 'debugger', |
861 'installer_util', | 861 'installer_util', |
862 'safe_browsing_proto', | 862 'safe_browsing_proto', |
863 '../components/components.gyp:copresence', | 863 '../components/components.gyp:copresence', |
864 '../components/components.gyp:history_core_browser_proto', | |
865 '../components/components.gyp:onc_component', | 864 '../components/components.gyp:onc_component', |
866 '../components/components.gyp:proximity_auth', | 865 '../components/components.gyp:proximity_auth', |
867 '../components/components.gyp:update_client', | 866 '../components/components.gyp:update_client', |
868 '../components/components.gyp:url_matcher', | 867 '../components/components.gyp:url_matcher', |
869 '../components/components_strings.gyp:components_strings', | 868 '../components/components_strings.gyp:components_strings', |
870 '../content/app/resources/content_resources.gyp:content_resources', | 869 '../content/app/resources/content_resources.gyp:content_resources', |
871 '../content/content.gyp:content_browser', | 870 '../content/content.gyp:content_browser', |
872 '../content/content.gyp:content_common', | 871 '../content/content.gyp:content_common', |
873 '../crypto/crypto.gyp:crypto', | 872 '../crypto/crypto.gyp:crypto', |
874 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 873 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1050 ], | 1049 ], |
1051 }, { # use_brlapi==0 | 1050 }, { # use_brlapi==0 |
1052 'sources': [ | 1051 'sources': [ |
1053 'browser/extensions/api/braille_display_private/braille_controller_s
tub.cc', | 1052 'browser/extensions/api/braille_display_private/braille_controller_s
tub.cc', |
1054 ], | 1053 ], |
1055 }], | 1054 }], |
1056 ], | 1055 ], |
1057 }, | 1056 }, |
1058 ], | 1057 ], |
1059 } | 1058 } |
OLD | NEW |