| Index: chrome/common/extensions/api/schemas.gypi
|
| diff --git a/chrome/common/extensions/api/schemas.gypi b/chrome/common/extensions/api/schemas.gypi
|
| index 41134e99eac8c7c648635ba086646dd2aa5b10ea..b7b9d17d9d330ed7d56e2eae27da574013cfbe45 100644
|
| --- a/chrome/common/extensions/api/schemas.gypi
|
| +++ b/chrome/common/extensions/api/schemas.gypi
|
| @@ -142,9 +142,6 @@
|
| 'wallpaper_private.json',
|
| 'webcam_private.idl',
|
| ],
|
| - 'chromeos_branded_schema_files': [
|
| - 'ledger/ledger.idl',
|
| - ],
|
|
|
| 'webrtc_schema_files': [
|
| 'cast_streaming_rtp_stream.idl',
|
| @@ -181,11 +178,6 @@
|
| '<@(webrtc_schema_files)',
|
| ],
|
| }],
|
| - ['branding=="Chrome" and chromeos==1', {
|
| - 'schema_files': [
|
| - '<@(chromeos_branded_schema_files)',
|
| - ],
|
| - }],
|
| ],
|
| 'cc_dir': 'chrome/common/extensions/api',
|
| 'root_namespace': 'extensions::api::%(namespace)s',
|
|
|