Move blimp switches to core
Currently the command line switches for blimp are in the app directory, but the code that will be using it will need to live in //blimp/client/core. This means that the switches should be made available to that code. It is not moved to the public directory because for now it should not be necessary for embedders to use them, and we should aim for the configurations there to be made available as real runtime APIs instead. BUG=611097 Review-Url: https://codereview.chromium.org/2154363002 Cr-Commit-Position: refs/heads/master@{#406100}
Showing
Please register or sign in to comment