diff options
author | tfarina <tfarina@chromium.org> | 2014-09-04 22:47:50 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-05 05:49:27 +0000 |
commit | b6a43eaf7a26a7e6a7a552e2f143855329e93c18 (patch) | |
tree | 5893f45af2921fd6109591812081df9eebe574fb /BUILD.gn | |
parent | d0de2976070eb55123d5a8228d76cf70cfffac04 (diff) | |
download | chromium_src-b6a43eaf7a26a7e6a7a552e2f143855329e93c18.zip chromium_src-b6a43eaf7a26a7e6a7a552e2f143855329e93c18.tar.gz chromium_src-b6a43eaf7a26a7e6a7a552e2f143855329e93c18.tar.bz2 |
Move resource_loader_bridge.* from webkit/child to content/child.
This is an intermediate step, the real fix is to get rid of
ResourceLoaderBridge.
BUG=338338
TEST=None, no functional changes
R=avi@chromium.org
TBR=darin@chromium.org
Review URL: https://codereview.chromium.org/519333002
Cr-Commit-Position: refs/heads/master@{#293456}
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -127,7 +127,6 @@ group("root") { "//url", "//v8:v8", "//webkit/browser:storage", - "//webkit/child", ] if (!is_win) { @@ -230,7 +229,6 @@ group("root") { "//ui/web_dialogs", "//ui/wm", "//webkit/browser:storage", - "//webkit/child", ] } |