Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Issue 1914063003: Start adding a DEPS rule to lock down files that we will move out to services/network. (Closed)

Created:
4 years, 7 months ago by jam
Modified:
4 years, 7 months ago
Reviewers:
scottmg
CC:
chromium-reviews, loading-reviews_chromium.org, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Start adding a DEPS rule to lock down files that we will move out to services/network. BUG=598073 Committed: https://crrev.com/fbc7e83c202e68f56da71d3fc8f06e58a1807d0c Cr-Commit-Position: refs/heads/master@{#389901}

Patch Set 1 #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -0 lines) Patch
A content/browser/loader/DEPS View 1 chunk +43 lines, -0 lines 6 comments Download

Messages

Total messages: 13 (5 generated)
jam
Feel free to critique any files that we shouldn't move out.
4 years, 7 months ago (2016-04-26 20:08:40 UTC) #2
scottmg
lgtm https://codereview.chromium.org/1914063003/diff/1/content/browser/loader/DEPS File content/browser/loader/DEPS (right): https://codereview.chromium.org/1914063003/diff/1/content/browser/loader/DEPS#newcode31 content/browser/loader/DEPS:31: "+content/public/common/referrer.h", I added this one to the move ...
4 years, 7 months ago (2016-04-26 20:17:02 UTC) #3
jam
https://codereview.chromium.org/1914063003/diff/1/content/browser/loader/DEPS File content/browser/loader/DEPS (right): https://codereview.chromium.org/1914063003/diff/1/content/browser/loader/DEPS#newcode31 content/browser/loader/DEPS:31: "+content/public/common/referrer.h", On 2016/04/26 20:17:02, scottmg wrote: > I added ...
4 years, 7 months ago (2016-04-26 21:31:27 UTC) #6
scottmg
https://codereview.chromium.org/1914063003/diff/1/content/browser/loader/DEPS File content/browser/loader/DEPS (right): https://codereview.chromium.org/1914063003/diff/1/content/browser/loader/DEPS#newcode35 content/browser/loader/DEPS:35: "+content/browser/frame_host/frame_tree_node.h", On 2016/04/26 21:31:27, jam wrote: > On 2016/04/26 ...
4 years, 7 months ago (2016-04-26 21:36:23 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1914063003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1914063003/1
4 years, 7 months ago (2016-04-26 21:39:08 UTC) #9
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 7 months ago (2016-04-26 21:45:05 UTC) #10
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/fbc7e83c202e68f56da71d3fc8f06e58a1807d0c Cr-Commit-Position: refs/heads/master@{#389901}
4 years, 7 months ago (2016-04-26 21:46:47 UTC) #12
scottmg
4 years, 7 months ago (2016-04-27 17:44:35 UTC) #13
Message was sent while issue was closed.
https://codereview.chromium.org/1914063003/diff/1/content/browser/loader/DEPS
File content/browser/loader/DEPS (right):

https://codereview.chromium.org/1914063003/diff/1/content/browser/loader/DEPS...
content/browser/loader/DEPS:11: "resource_buffer*\.(cc|h)": [
I think the * on this line is wrong, these are regexes (?), so it'd have to be
.* (i.e. I don't think this is affecting resource_buffer_unittest.cc)

Powered by Google App Engine
This is Rietveld 408576698