diff options
author | kbr@chromium.org <kbr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-28 19:05:35 +0000 |
---|---|---|
committer | kbr@chromium.org <kbr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-28 19:05:35 +0000 |
commit | 32569ac879a8335be82d6770d05adb3f1f6f815e (patch) | |
tree | 2c30ba70a95872aa314ef0130af1a77f7fa9c8e2 /chrome/chrome.isolate | |
parent | 688d06720580bd44cac33e2ad2908fa41849179e (diff) | |
download | chromium_src-32569ac879a8335be82d6770d05adb3f1f6f815e.zip chromium_src-32569ac879a8335be82d6770d05adb3f1f6f815e.tar.gz chromium_src-32569ac879a8335be82d6770d05adb3f1f6f815e.tar.bz2 |
Fixed isolates for content_gl_tests and Chrome in component builds.
Tested on Windows, Mac and Linux with the GPU bots' recipe.
BUG=378021
R=maruel@chromium.org,vadimsh@chromium.org,csharp@chromium.org
Review URL: https://codereview.chromium.org/303473007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273311 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.isolate')
-rw-r--r-- | chrome/chrome.isolate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome.isolate b/chrome/chrome.isolate index dc2b0d1..b9202d9 100644 --- a/chrome/chrome.isolate +++ b/chrome/chrome.isolate @@ -75,6 +75,6 @@ }], ], 'includes': [ - '../third_party/icu/icu.isolate', + '../base/base.isolate', ], } |