| 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 26 matching lines...) Expand all Loading... |
| 37 'browser/extensions/api/easy_unlock_private/easy_unlock_private_crypto_del
egate_stub.cc', | 37 'browser/extensions/api/easy_unlock_private/easy_unlock_private_crypto_del
egate_stub.cc', |
| 38 'browser/extensions/api/feedback_private/feedback_service_nonchromeos.cc', | 38 'browser/extensions/api/feedback_private/feedback_service_nonchromeos.cc', |
| 39 'browser/extensions/api/image_writer_private/operation_nonchromeos.cc', | 39 'browser/extensions/api/image_writer_private/operation_nonchromeos.cc', |
| 40 'browser/extensions/api/image_writer_private/removable_storage_provider_li
nux.cc', | 40 'browser/extensions/api/image_writer_private/removable_storage_provider_li
nux.cc', |
| 41 ], | 41 ], |
| 42 'chrome_browser_extensions_enabled_sources': [ | 42 'chrome_browser_extensions_enabled_sources': [ |
| 43 'browser/apps/app_launch_for_metro_restart_win.cc', | 43 'browser/apps/app_launch_for_metro_restart_win.cc', |
| 44 'browser/apps/app_launch_for_metro_restart_win.h', | 44 'browser/apps/app_launch_for_metro_restart_win.h', |
| 45 'browser/apps/app_url_redirector.cc', | 45 'browser/apps/app_url_redirector.cc', |
| 46 'browser/apps/app_url_redirector.h', | 46 'browser/apps/app_url_redirector.h', |
| 47 'browser/apps/app_window_registry_util.cc', |
| 48 'browser/apps/app_window_registry_util.h', |
| 47 'browser/apps/ephemeral_app_launcher.cc', | 49 'browser/apps/ephemeral_app_launcher.cc', |
| 48 'browser/apps/ephemeral_app_launcher.h', | 50 'browser/apps/ephemeral_app_launcher.h', |
| 49 'browser/apps/ephemeral_app_service.cc', | 51 'browser/apps/ephemeral_app_service.cc', |
| 50 'browser/apps/ephemeral_app_service.h', | 52 'browser/apps/ephemeral_app_service.h', |
| 51 'browser/apps/ephemeral_app_service_factory.cc', | 53 'browser/apps/ephemeral_app_service_factory.cc', |
| 52 'browser/apps/ephemeral_app_service_factory.h', | 54 'browser/apps/ephemeral_app_service_factory.h', |
| 53 'browser/apps/ephemeral_app_throttle.cc', | 55 'browser/apps/ephemeral_app_throttle.cc', |
| 54 'browser/apps/ephemeral_app_throttle.h', | 56 'browser/apps/ephemeral_app_throttle.h', |
| 55 'browser/apps/install_chrome_app.cc', | 57 'browser/apps/install_chrome_app.cc', |
| 56 'browser/apps/install_chrome_app.h', | 58 'browser/apps/install_chrome_app.h', |
| (...skipping 1029 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1086 ], | 1088 ], |
| 1087 }, { # use_brlapi==0 | 1089 }, { # use_brlapi==0 |
| 1088 'sources': [ | 1090 'sources': [ |
| 1089 'browser/extensions/api/braille_display_private/braille_controller_s
tub.cc', | 1091 'browser/extensions/api/braille_display_private/braille_controller_s
tub.cc', |
| 1090 ], | 1092 ], |
| 1091 }], | 1093 }], |
| 1092 ], | 1094 ], |
| 1093 }, | 1095 }, |
| 1094 ], | 1096 ], |
| 1095 } | 1097 } |
| OLD | NEW |