DescriptionDo not include fileBrowserHandler schema definition in non-chromeos.
In CL https://crrev.com/2344783004, I've made compile exclude custom
bindings of fileBrowserHandler in non-chromeos builds.
However, it seems I've missed the schema definition file itself, this
CL does that.
BUG=376319
Test=No visible change, dev only instruction:
You can test it by compiling chrome:
1. In non-chromeos build chrome target.
2. Inspect out/Debug/gen/chrome/common/extensions/api/generated_schemas.cc
3. There shouldn't be any entry for fileBrowserHandler any more (just
search for the string).
If you build chromeos instead, you should see kFileBrowserHandler and
its friends (e.g. kFileBrowserHandlerInternal).
Committed: https://crrev.com/c9f955347ebd914373fd1c41b12b8e4ea3dfc159
Cr-Commit-Position: refs/heads/master@{#420531}
Patch Set 1 #
Messages
Total messages: 12 (7 generated)
|