DescriptionEliminate 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 #Messages
Total messages: 41 (35 generated)
|