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

Issue 2897503002: Eliminate remaining ../ header includes (Closed)

Created:
3 years, 7 months ago by rlanday
Modified:
3 years, 7 months ago
CC:
blink-reviews, blink-reviews-api_chromium.org, blink-reviews-style_chromium.org, chromium-reviews, dglazkov+blink, piman+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Eliminate remaining ../ header includes I previously changed all the header includes in third_party/WebKit/public/web that started with "../" to no longer use relative paths because include paths of this pattern can include headers that aren't actually specified as build dependencies (and also, engineers adding new includes of this form can run into lint errors in some cases). aelias@ pointed out on crbug/724264 that there are only a small number of these relative include paths in other directories (ignoring other repos that get pulled in). This CL fixes these remaining includes. BUG=724264 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2897503002 Cr-Commit-Position: refs/heads/master@{#473741} Committed: https://chromium.googlesource.com/chromium/src/+/764476c65b8205086820a5ea02c10a645d6a0518

Patch Set 1 #

Patch Set 2 : Add deps #

Patch Set 3 : Attempt to get trybots to apply patch properly #

Patch Set 4 : Add more deps #

Total comments: 1

Patch Set 5 : Double-check if a dep is needed for all platforms or just Android #

Patch Set 6 : Make proposed change #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -30 lines) Patch
M chrome/browser/BUILD.gn View 1 2 3 4 5 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/BUILD.gn View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils.h View 1 chunk +1 line, -1 line 0 comments Download
M headless/BUILD.gn View 1 2 3 4 5 5 chunks +17 lines, -19 lines 0 comments Download
M third_party/WebKit/public/platform/WebTouchPoint.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/public/platform/linux/WebFallbackFont.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/public/platform/linux/WebFontRenderStyle.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/public/platform/linux/WebSandboxSupport.h View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 41 (35 generated)
rlanday
3 years, 7 months ago (2017-05-20 01:43:52 UTC) #22
jochen (gone - plz use gerrit)
lgtm https://codereview.chromium.org/2897503002/diff/60001/chrome/browser/BUILD.gn File chrome/browser/BUILD.gn (right): https://codereview.chromium.org/2897503002/diff/60001/chrome/browser/BUILD.gn#newcode4716 chrome/browser/BUILD.gn:4716: deps += [ "//third_party/WebKit/public:blink_headers" ] it seems this ...
3 years, 7 months ago (2017-05-22 11:45:28 UTC) #25
rlanday
On 2017/05/22 at 11:45:28, jochen wrote: > lgtm > > https://codereview.chromium.org/2897503002/diff/60001/chrome/browser/BUILD.gn > File chrome/browser/BUILD.gn (right): ...
3 years, 7 months ago (2017-05-22 18:52:09 UTC) #26
rlanday
On 2017/05/22 at 18:52:09, rlanday wrote: > On 2017/05/22 at 11:45:28, jochen wrote: > > ...
3 years, 7 months ago (2017-05-22 20:42:54 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2897503002/100001
3 years, 7 months ago (2017-05-22 23:20:43 UTC) #38
commit-bot: I haz the power
3 years, 7 months ago (2017-05-22 23:28:12 UTC) #41
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/764476c65b8205086820a5ea02c1...

Powered by Google App Engine
This is Rietveld 408576698