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

Issue 2228803002: Fix ui/gl/BUILD.gn include_dirs Nonempty List Replacement Error (Closed)

Created:
4 years, 4 months ago by robliao
Modified:
4 years, 4 months ago
Reviewers:
kylechar, no sievers, piman
CC:
chromium-reviews, Sébastien Marchand
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix ui/gl/BUILD.gn include_dirs Nonempty List Replacement Error This change fixes this error: ERROR at //ui/gl/BUILD.gn:236:7: Replacing nonempty list. include_dirs = [ "//third_party/swiftshader/include" ] ^----------- This overwrites a previously-defined nonempty list (length 1). See //ui/gl/BUILD.gn:132:18: for previous definition include_dirs = [ "//third_party/mesa/src/include" ] ^---------------------------------- with another one (length 1). Did you mean "+=" to append instead? If you really want to do this, do foo = [] before reassigning. See //BUILD.gn:298:7: which caused the file to be included. "//ui/gl:gl_unittests", ^--------------------- BUG=635702 TBR=kylechar@chromium.org,piman@chromium.org,sievers@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M ui/gl/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 13 (7 generated)
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/2228803002/1
4 years, 4 months ago (2016-08-09 02:02:43 UTC) #3
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 4 months ago (2016-08-09 02:03:40 UTC) #5
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/07f76b56d97ff6f99263d5dd61c02aba7667d458 Cr-Commit-Position: refs/heads/master@{#410518}
4 years, 4 months ago (2016-08-09 02:05:20 UTC) #9
robliao
4 years, 4 months ago (2016-08-09 02:05:38 UTC) #11
kylechar
lgtm
4 years, 4 months ago (2016-08-09 13:27:30 UTC) #12
piman
4 years, 4 months ago (2016-08-09 17:20:58 UTC) #13
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698