| 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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 'browser/extensions/api/cookies/cookies_api_constants.cc', | 176 'browser/extensions/api/cookies/cookies_api_constants.cc', |
| 177 'browser/extensions/api/cookies/cookies_api_constants.h', | 177 'browser/extensions/api/cookies/cookies_api_constants.h', |
| 178 'browser/extensions/api/cookies/cookies_helpers.cc', | 178 'browser/extensions/api/cookies/cookies_helpers.cc', |
| 179 'browser/extensions/api/cookies/cookies_helpers.h', | 179 'browser/extensions/api/cookies/cookies_helpers.h', |
| 180 'browser/extensions/api/copresence/copresence_api.cc', | 180 'browser/extensions/api/copresence/copresence_api.cc', |
| 181 'browser/extensions/api/copresence/copresence_api.h', | 181 'browser/extensions/api/copresence/copresence_api.h', |
| 182 'browser/extensions/api/copresence/copresence_translations.cc', | 182 'browser/extensions/api/copresence/copresence_translations.cc', |
| 183 'browser/extensions/api/copresence/copresence_translations.h', | 183 'browser/extensions/api/copresence/copresence_translations.h', |
| 184 'browser/extensions/api/copresence_private/copresence_private_api.cc', | 184 'browser/extensions/api/copresence_private/copresence_private_api.cc', |
| 185 'browser/extensions/api/copresence_private/copresence_private_api.h', | 185 'browser/extensions/api/copresence_private/copresence_private_api.h', |
| 186 'browser/extensions/api/cryptotoken_private/cryptotoken_private_api.cc', |
| 187 'browser/extensions/api/cryptotoken_private/cryptotoken_private_api.h', |
| 186 'browser/extensions/api/debugger/debugger_api.cc', | 188 'browser/extensions/api/debugger/debugger_api.cc', |
| 187 'browser/extensions/api/debugger/debugger_api.h', | 189 'browser/extensions/api/debugger/debugger_api.h', |
| 188 'browser/extensions/api/debugger/debugger_api_constants.cc', | 190 'browser/extensions/api/debugger/debugger_api_constants.cc', |
| 189 'browser/extensions/api/debugger/debugger_api_constants.h', | 191 'browser/extensions/api/debugger/debugger_api_constants.h', |
| 190 'browser/extensions/api/declarative_content/content_action.cc', | 192 'browser/extensions/api/declarative_content/content_action.cc', |
| 191 'browser/extensions/api/declarative_content/content_action.h', | 193 'browser/extensions/api/declarative_content/content_action.h', |
| 192 'browser/extensions/api/declarative_content/content_condition.cc', | 194 'browser/extensions/api/declarative_content/content_condition.cc', |
| 193 'browser/extensions/api/declarative_content/content_condition.h', | 195 'browser/extensions/api/declarative_content/content_condition.h', |
| 194 'browser/extensions/api/declarative_content/content_constants.cc', | 196 'browser/extensions/api/declarative_content/content_constants.cc', |
| 195 'browser/extensions/api/declarative_content/content_constants.h', | 197 'browser/extensions/api/declarative_content/content_constants.h', |
| (...skipping 929 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1125 ], | 1127 ], |
| 1126 }, { # use_brlapi==0 | 1128 }, { # use_brlapi==0 |
| 1127 'sources': [ | 1129 'sources': [ |
| 1128 'browser/extensions/api/braille_display_private/braille_controller_s
tub.cc', | 1130 'browser/extensions/api/braille_display_private/braille_controller_s
tub.cc', |
| 1129 ], | 1131 ], |
| 1130 }], | 1132 }], |
| 1131 ], | 1133 ], |
| 1132 }, | 1134 }, |
| 1133 ], | 1135 ], |
| 1134 } | 1136 } |
| OLD | NEW |