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

Issue 1033373002: Port gles2_conform_test_windowless action to GN build. (Closed)

Created:
5 years, 9 months ago by tfarina
Modified:
5 years, 8 months ago
CC:
chromium-reviews, piman+watch_chromium.org, brettw, scottmg
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Port gles2_conform_test_windowless action to GN build. It requires internal test files, hence it was not tested. Partially tested on Linux with the following command lines: $ gn gen out-gn --args='internal_gles2_conform_tests' Formatted with the following command line: $ gn format --in-place gpu/gles2_conform_support/BUILD.gn BUG=432959 TEST=see above R=dpranke@chromium.org,sievers@chromium.org CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:android_chromium_gn_compile_dbg,android_chromium_gn_compile_rel;tryserver.chromium.win:win8_chromium_gn_rel,win8_chromium_gn_dbg;tryserver.chromium.mac:mac_chromium_gn_rel,mac_chromium_gn_dbg Committed: https://crrev.com/719f00367465a6b940dc2804be147a0b23546cf4 Cr-Commit-Position: refs/heads/master@{#323082}

Patch Set 1 #

Total comments: 8

Patch Set 2 : unconditional #

Total comments: 4

Patch Set 3 : add dep #

Unified diffs Side-by-side diffs Delta from patch set Stats (+105 lines, -1 line) Patch
M build/config/linux/gtk/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M gpu/gles2_conform_support/BUILD.gn View 1 2 3 chunks +104 lines, -1 line 0 comments Download

Messages

Total messages: 19 (2 generated)
tfarina
tough (non-trivial) one. https://codereview.chromium.org/1033373002/diff/1/gpu/gles2_conform_support/BUILD.gn File gpu/gles2_conform_support/BUILD.gn (right): https://codereview.chromium.org/1033373002/diff/1/gpu/gles2_conform_support/BUILD.gn#newcode63 gpu/gles2_conform_support/BUILD.gn:63: gles2_conform_gypi.gtf_es_sources, Dirk, Brett, do you know ...
5 years, 9 months ago (2015-03-27 22:04:14 UTC) #1
tfarina
CL description updated.
5 years, 9 months ago (2015-03-27 22:06:45 UTC) #2
tfarina
Not sure why I'm not getting the the following error in my machine: ERROR at ...
5 years, 9 months ago (2015-03-27 22:13:33 UTC) #3
Dirk Pranke
https://codereview.chromium.org/1033373002/diff/1/build/config/linux/gtk/BUILD.gn File build/config/linux/gtk/BUILD.gn (right): https://codereview.chromium.org/1033373002/diff/1/build/config/linux/gtk/BUILD.gn#newcode31 build/config/linux/gtk/BUILD.gn:31: if (internal_gles2_conform_tests) { this won't work because that variable ...
5 years, 8 months ago (2015-03-30 20:38:21 UTC) #5
brettw
https://codereview.chromium.org/1033373002/diff/1/gpu/gles2_conform_support/BUILD.gn File gpu/gles2_conform_support/BUILD.gn (right): https://codereview.chromium.org/1033373002/diff/1/gpu/gles2_conform_support/BUILD.gn#newcode63 gpu/gles2_conform_support/BUILD.gn:63: gles2_conform_gypi.gtf_es_sources, That depends on what the files in the ...
5 years, 8 months ago (2015-03-30 21:00:26 UTC) #6
tfarina
https://codereview.chromium.org/1033373002/diff/1/gpu/gles2_conform_support/BUILD.gn File gpu/gles2_conform_support/BUILD.gn (right): https://codereview.chromium.org/1033373002/diff/1/gpu/gles2_conform_support/BUILD.gn#newcode63 gpu/gles2_conform_support/BUILD.gn:63: gles2_conform_gypi.gtf_es_sources, On 2015/03/30 21:00:26, brettw wrote: > That depends ...
5 years, 8 months ago (2015-03-30 21:03:39 UTC) #7
tfarina
https://codereview.chromium.org/1033373002/diff/1/gpu/gles2_conform_support/BUILD.gn File gpu/gles2_conform_support/BUILD.gn (right): https://codereview.chromium.org/1033373002/diff/1/gpu/gles2_conform_support/BUILD.gn#newcode63 gpu/gles2_conform_support/BUILD.gn:63: gles2_conform_gypi.gtf_es_sources, On 2015/03/30 21:03:39, tfarina wrote: > On 2015/03/30 ...
5 years, 8 months ago (2015-03-30 21:05:30 UTC) #8
tfarina
Brett, could you answer what rebase_path magic we need? We want to get this until ...
5 years, 8 months ago (2015-03-30 23:55:44 UTC) #9
Dirk Pranke
On 2015/03/30 23:55:44, tfarina wrote: > Brett, could you answer what rebase_path magic we need? ...
5 years, 8 months ago (2015-03-31 00:14:22 UTC) #10
tfarina
Dirk, could you take another look? https://codereview.chromium.org/1033373002/diff/1/build/config/linux/gtk/BUILD.gn File build/config/linux/gtk/BUILD.gn (right): https://codereview.chromium.org/1033373002/diff/1/build/config/linux/gtk/BUILD.gn#newcode31 build/config/linux/gtk/BUILD.gn:31: if (internal_gles2_conform_tests) { ...
5 years, 8 months ago (2015-03-31 01:00:08 UTC) #11
Dirk Pranke
https://codereview.chromium.org/1033373002/diff/20001/gpu/gles2_conform_support/BUILD.gn File gpu/gles2_conform_support/BUILD.gn (right): https://codereview.chromium.org/1033373002/diff/20001/gpu/gles2_conform_support/BUILD.gn#newcode41 gpu/gles2_conform_support/BUILD.gn:41: if (internal_gles2_conform_tests) { where is 'internal_gles2_conform_tests' declared? https://codereview.chromium.org/1033373002/diff/20001/gpu/gles2_conform_support/BUILD.gn#newcode164 gpu/gles2_conform_support/BUILD.gn:164: ...
5 years, 8 months ago (2015-03-31 05:10:29 UTC) #12
tfarina
https://codereview.chromium.org/1033373002/diff/20001/gpu/gles2_conform_support/BUILD.gn File gpu/gles2_conform_support/BUILD.gn (right): https://codereview.chromium.org/1033373002/diff/20001/gpu/gles2_conform_support/BUILD.gn#newcode41 gpu/gles2_conform_support/BUILD.gn:41: if (internal_gles2_conform_tests) { On 2015/03/31 05:10:29, Dirk Pranke wrote: ...
5 years, 8 months ago (2015-03-31 13:00:30 UTC) #13
Dirk Pranke
ok, lgtm.
5 years, 8 months ago (2015-03-31 17:34:30 UTC) #14
no sievers
lgtm stamp
5 years, 8 months ago (2015-03-31 18:50:03 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1033373002/40001
5 years, 8 months ago (2015-03-31 18:56:33 UTC) #17
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 8 months ago (2015-03-31 19:00:59 UTC) #18
commit-bot: I haz the power
5 years, 8 months ago (2015-03-31 19:01:35 UTC) #19
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/719f00367465a6b940dc2804be147a0b23546cf4
Cr-Commit-Position: refs/heads/master@{#323082}

Powered by Google App Engine
This is Rietveld 408576698