Allow browser tests to run with dynamic CLD data.
This patch makes it possible to enable dynamic mode on any platform without breaking all of the browser tests that rely upon translation functionality working properly. Basically, we copy a static version of the CLD data file into the place where it would be put by the dynamic data mechanism that has been built. This allows the browser to find it immediately, and tests can run as normal. Without this patch, all tests that rely directly or indirectly upon language detection will fail. BUG=367239 Review URL: https://codereview.chromium.org/285293004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271717 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment