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

Issue 1145243006: Port chromevox build to GN. (Closed)

Created:
5 years, 6 months ago by Peter Lundblad
Modified:
5 years, 5 months ago
Reviewers:
brettw
CC:
chromium-reviews, dtseng+watch_chromium.org, nkostylev+watch_chromium.org, plundblad+watch_chromium.org, aboxhall+watch_chromium.org, nektar+watch_chromium.org, yuzo+watch_chromium.org, je_julie, dmazzoni+watch_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org, arv+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@externs
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Port chromevox build to GN. This ports the chromevox build: chromevox and chromevox_tests targets to gn. Liblouis is still missing since it requires native client which is not enabled for Chrome OS. BUG=None Committed: https://crrev.com/70028e5c6f31604faa2a430c8afda19dad77ad46 Cr-Commit-Position: refs/heads/master@{#338002}

Patch Set 1 #

Patch Set 2 : Fix cvox tests when not compressing js. #

Patch Set 3 : Add depfile_dir to grit_rule #

Total comments: 1

Patch Set 4 : Unshare some vars, add TODO for the rest. #

Total comments: 6

Patch Set 5 : Minor stylish fixes. #

Patch Set 6 : Workaround hardlink related spuroius rebuild issue by using a stamp file (not ideal). #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1256 lines, -333 lines) Patch
M .gn View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M build/secondary/tools/grit/grit_rule.gni View 1 2 4 chunks +15 lines, -6 lines 0 comments Download
M chrome/BUILD.gn View 1 2 3 4 2 chunks +4 lines, -9 lines 0 comments Download
A + chrome/browser/resources/chromeos/braille_ime/BUILD.gn View 1 2 3 4 5 1 chunk +6 lines, -7 lines 0 comments Download
A chrome/browser/resources/chromeos/chromevox/BUILD.gn View 1 2 3 4 5 1 chunk +393 lines, -0 lines 0 comments Download
A chrome/browser/resources/chromeos/chromevox/chromevox.gni View 1 2 3 1 chunk +204 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/chromevox.gyp View 3 chunks +3 lines, -13 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/chromevox_assets.gypi View 1 chunk +118 lines, -95 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi View 1 2 3 4 2 chunks +66 lines, -58 lines 0 comments Download
A chrome/browser/resources/chromeos/chromevox/chromevox_vars.gypi View 1 chunk +16 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/generate_manifest.gypi View 3 chunks +2 lines, -2 lines 0 comments Download
A chrome/browser/resources/chromeos/chromevox/strings/BUILD.gn View 1 2 3 1 chunk +71 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/testing/chromevox_e2e_test_base.js View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/testing/chromevox_next_e2e_test_base.js View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/testing/chromevox_unittest_base.js View 1 chunk +3 lines, -5 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/tools/generate_manifest.py View 3 chunks +20 lines, -4 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/tools/generate_test_messages.py View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/chromevox/tools/jsbundler.py View 1 2 3 4 5 6 chunks +41 lines, -8 lines 0 comments Download
M chrome/test/BUILD.gn View 1 2 3 4 5 3 chunks +2 lines, -89 lines 0 comments Download
A chrome/test/base/js2gtest.gni View 1 2 3 4 1 chunk +108 lines, -0 lines 0 comments Download
M chrome/test/base/js2gtest.js View 1 2 3 4 5 chunks +15 lines, -23 lines 0 comments Download
A chrome/third_party/chromevox/BUILD.gn View 1 2 3 1 chunk +37 lines, -0 lines 0 comments Download
A third_party/liblouis/BUILD.gn View 1 2 3 1 chunk +47 lines, -0 lines 0 comments Download
A third_party/liblouis/copy_tables.py View 1 chunk +67 lines, -0 lines 0 comments Download
M third_party/liblouis/liblouis_list_tables.py View 2 chunks +13 lines, -9 lines 0 comments Download

Messages

Total messages: 16 (6 generated)
Peter Lundblad
5 years, 6 months ago (2015-06-09 15:47:59 UTC) #2
brettw
https://codereview.chromium.org/1145243006/diff/40001/chrome/browser/resources/chromeos/chromevox/chromevox.gni File chrome/browser/resources/chromeos/chromevox/chromevox.gni (right): https://codereview.chromium.org/1145243006/diff/40001/chrome/browser/resources/chromeos/chromevox/chromevox.gni#newcode13 chrome/browser/resources/chromeos/chromevox/chromevox.gni:13: chromevox_out_dir = "$root_out_dir/resources/chromeos/chromevox" I believe this is the only ...
5 years, 6 months ago (2015-06-09 22:21:27 UTC) #3
Peter Lundblad
brettw@chromium.org writes: > > https://codereview.chromium.org/1145243006/diff/40001/chrome/browser/resources/chromeos/chromevox/chromevox.gni > File chrome/browser/resources/chromeos/chromevox/chromevox.gni (right): > > https://codereview.chromium.org/1145243006/diff/40001/chrome/browser/resources/chromeos/chromevox/chromevox.gni#newcode13 > chrome/browser/resources/chromeos/chromevox/chromevox.gni:13: > ...
5 years, 6 months ago (2015-06-10 10:00:10 UTC) #4
brettw
lgtm https://codereview.chromium.org/1145243006/diff/60001/chrome/browser/resources/chromeos/braille_ime/BUILD.gn File chrome/browser/resources/chromeos/braille_ime/BUILD.gn (right): https://codereview.chromium.org/1145243006/diff/60001/chrome/browser/resources/chromeos/braille_ime/BUILD.gn#newcode5 chrome/browser/resources/chromeos/braille_ime/BUILD.gn:5: if (is_chromeos) { Instead of this, I would ...
5 years, 6 months ago (2015-06-13 01:36:43 UTC) #5
Peter Lundblad
brettw@chromium.org writes: > lgtm > > > > > https://codereview.chromium.org/1145243006/diff/60001/chrome/browser/resources/chromeos/braille_ime/BUILD.gn > File chrome/browser/resources/chromeos/braille_ime/BUILD.gn (right): > ...
5 years, 5 months ago (2015-07-07 16:37:41 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1145243006/80001
5 years, 5 months ago (2015-07-07 16:42:23 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_chromeos_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_chromeos_rel/builds/54853)
5 years, 5 months ago (2015-07-07 17:29:28 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1145243006/100001
5 years, 5 months ago (2015-07-09 08:08:36 UTC) #14
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 5 months ago (2015-07-09 09:01:13 UTC) #15
commit-bot: I haz the power
5 years, 5 months ago (2015-07-09 09:02:12 UTC) #16
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/70028e5c6f31604faa2a430c8afda19dad77ad46
Cr-Commit-Position: refs/heads/master@{#338002}

Powered by Google App Engine
This is Rietveld 408576698