| 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 'browser/extensions/updater/local_extension_cache.h', | 57 'browser/extensions/updater/local_extension_cache.h', |
| 58 ], | 58 ], |
| 59 'chrome_browser_extensions_non_chromeos_sources': [ | 59 'chrome_browser_extensions_non_chromeos_sources': [ |
| 60 'browser/extensions/api/easy_unlock_private/easy_unlock_private_crypto_del
egate_stub.cc', | 60 'browser/extensions/api/easy_unlock_private/easy_unlock_private_crypto_del
egate_stub.cc', |
| 61 'browser/extensions/api/image_writer_private/operation_nonchromeos.cc', | 61 'browser/extensions/api/image_writer_private/operation_nonchromeos.cc', |
| 62 'browser/extensions/api/image_writer_private/removable_storage_provider_li
nux.cc', | 62 'browser/extensions/api/image_writer_private/removable_storage_provider_li
nux.cc', |
| 63 'browser/extensions/api/messaging/native_message_process_host.cc', | 63 'browser/extensions/api/messaging/native_message_process_host.cc', |
| 64 'browser/extensions/api/messaging/native_message_process_host.h', | 64 'browser/extensions/api/messaging/native_message_process_host.h', |
| 65 'browser/extensions/api/messaging/native_process_launcher.cc', | 65 'browser/extensions/api/messaging/native_process_launcher.cc', |
| 66 'browser/extensions/api/messaging/native_process_launcher.h', | 66 'browser/extensions/api/messaging/native_process_launcher.h', |
| 67 'browser/extensions/api/messaging/native_process_launcher_android.cc', |
| 67 'browser/extensions/api/messaging/native_process_launcher_posix.cc', | 68 'browser/extensions/api/messaging/native_process_launcher_posix.cc', |
| 68 'browser/extensions/api/messaging/native_process_launcher_win.cc', | 69 'browser/extensions/api/messaging/native_process_launcher_win.cc', |
| 69 ], | 70 ], |
| 70 'chrome_browser_extensions_enabled_sources': [ | 71 'chrome_browser_extensions_enabled_sources': [ |
| 71 'browser/apps/app_launch_for_metro_restart_win.cc', | 72 'browser/apps/app_launch_for_metro_restart_win.cc', |
| 72 'browser/apps/app_launch_for_metro_restart_win.h', | 73 'browser/apps/app_launch_for_metro_restart_win.h', |
| 73 'browser/apps/app_url_redirector.cc', | 74 'browser/apps/app_url_redirector.cc', |
| 74 'browser/apps/app_url_redirector.h', | 75 'browser/apps/app_url_redirector.h', |
| 75 'browser/apps/app_window_registry_util.cc', | 76 'browser/apps/app_window_registry_util.cc', |
| 76 'browser/apps/app_window_registry_util.h', | 77 'browser/apps/app_window_registry_util.h', |
| (...skipping 1071 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1148 ], | 1149 ], |
| 1149 }, { # use_brlapi==0 | 1150 }, { # use_brlapi==0 |
| 1150 'sources': [ | 1151 'sources': [ |
| 1151 'browser/extensions/api/braille_display_private/braille_controller_s
tub.cc', | 1152 'browser/extensions/api/braille_display_private/braille_controller_s
tub.cc', |
| 1152 ], | 1153 ], |
| 1153 }], | 1154 }], |
| 1154 ], | 1155 ], |
| 1155 }, | 1156 }, |
| 1156 ], | 1157 ], |
| 1157 } | 1158 } |
| OLD | NEW |