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

Issue 665633002: Compile braille ime among other compiled js resources. (Closed)

Created:
6 years, 2 months ago by Peter Lundblad
Modified:
6 years, 1 month ago
CC:
chromium-reviews, extensions-reviews_chromium.org, oshima+watch_chromium.org, plundblad+watch_chromium.org, aboxhall+watch_chromium.org, nkostylev+watch_chromium.org, yuzo+watch_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, chromium-apps-reviews_chromium.org, vitalyp+closure_chromium.org, dbeam+watch-closure_chromium.org, stevenjb+watch_chromium.org, arv+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git/+/lkcr
Project:
chromium
Visibility:
Public.

Description

Compile braille ime among other compiled js resources. This includes the braille IME in the compiled js resources. As a cleanup, most of the braille IME externs are removed, consolidating with the central location in third_party/closure_compiler. The compiler used for checking braille IME and chroemvox in the presubmit scripts is chagned to the one in top-level third_party, isntead of the one in blink. R=dtseng, tbreisacher BUG= Committed: https://crrev.com/d6c36e32a81f912a3722238444c27fc6dd5d7bb8 Cr-Commit-Position: refs/heads/master@{#301327}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Add forgotten file, undo chrome.input.ime additions to chrome_extensions.js. #

Patch Set 3 : Add TODO. #

Total comments: 1

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -175 lines) Patch
M chrome/browser/resources/chromeos/braille_ime/check_braille_ime.py View 1 chunk +11 lines, -3 lines 0 comments Download
A + chrome/browser/resources/chromeos/braille_ime/compiled_resources.gyp View 1 1 chunk +8 lines, -4 lines 0 comments Download
M chrome/browser/resources/chromeos/braille_ime/externs.js View 1 2 1 chunk +3 lines, -163 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/chromevox/injected/externs.js View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/tools/jscompilerwrapper.py View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/closure_compiler/compiled_resources.gyp View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 17 (4 generated)
Peter Lundblad
Another cl will add chromevox to the compiled_resources gyp file as well. I'll then see ...
6 years, 2 months ago (2014-10-17 16:03:07 UTC) #1
Dan Beam
https://codereview.chromium.org/665633002/diff/1/third_party/closure_compiler/compiled_resources.gyp File third_party/closure_compiler/compiled_resources.gyp (right): https://codereview.chromium.org/665633002/diff/1/third_party/closure_compiler/compiled_resources.gyp#newcode11 third_party/closure_compiler/compiled_resources.gyp:11: '../../chrome/browser/resources/chromeos/braille_ime/compiled_resources.gyp:*', hey Peter, can you add this file to ...
6 years, 2 months ago (2014-10-17 22:08:44 UTC) #3
Peter Lundblad
PTAL dbeam@chromium.org writes: > > https://codereview.chromium.org/665633002/diff/1/third_party/closure_compiler/compiled_resources.gyp > File third_party/closure_compiler/compiled_resources.gyp (right): > > https://codereview.chromium.org/665633002/diff/1/third_party/closure_compiler/compiled_resources.gyp#newcode11 > third_party/closure_compiler/compiled_resources.gyp:11: ...
6 years, 2 months ago (2014-10-20 08:33:35 UTC) #4
Tyler Breisacher (Chromium)
Woohoo! Yay for compiling more JS :) https://codereview.chromium.org/665633002/diff/40001/chrome/browser/resources/chromeos/chromevox/chromevox/injected/externs.js File chrome/browser/resources/chromeos/chromevox/chromevox/injected/externs.js (right): https://codereview.chromium.org/665633002/diff/40001/chrome/browser/resources/chromeos/chromevox/chromevox/injected/externs.js#newcode10 chrome/browser/resources/chromeos/chromevox/chromevox/injected/externs.js:10: document.webkitHidden; Perhaps ...
6 years, 2 months ago (2014-10-20 16:33:29 UTC) #6
Tyler Breisacher (Chromium)
lgtm if it also lgt others.
6 years, 2 months ago (2014-10-20 16:48:18 UTC) #8
David Tseng
LGTM On Mon 20 Oct 2014 09:48:18 AM PDT, tbreisacher@chromium.org wrote: > lgtm if it ...
6 years, 1 month ago (2014-10-24 17:34:46 UTC) #9
Dan Beam
lgtm but check_braille_ime.py doesn't seem necessary anymore as you can do: $ gyp --depth $SRC_ROOT ...
6 years, 1 month ago (2014-10-24 17:37:39 UTC) #10
Dan Beam
On 2014/10/24 17:37:39, Dan Beam wrote: > lgtm but check_braille_ime.py doesn't seem necessary anymore as ...
6 years, 1 month ago (2014-10-24 18:40:21 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/665633002/60001
6 years, 1 month ago (2014-10-27 08:19:52 UTC) #13
Peter Lundblad
dbeam@chromium.org writes: > lgtm but check_braille_ime.py doesn't seem necessary anymore as you can do: > ...
6 years, 1 month ago (2014-10-27 08:23:46 UTC) #14
commit-bot: I haz the power
Committed patchset #4 (id:60001)
6 years, 1 month ago (2014-10-27 09:06:01 UTC) #15
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/d6c36e32a81f912a3722238444c27fc6dd5d7bb8 Cr-Commit-Position: refs/heads/master@{#301327}
6 years, 1 month ago (2014-10-27 09:06:52 UTC) #16
Dan Beam
6 years, 1 month ago (2014-10-29 01:43:25 UTC) #17
Message was sent while issue was closed.
On 2014/10/27 08:23:46, Peter Lundblad wrote:
> mailto:dbeam@chromium.org writes:
> > lgtm but check_braille_ime.py doesn't seem necessary anymore as you can do:
> > 
> >    $ gyp --depth $SRC_ROOT  
> > third_party/closure_compiler/compiled_resources.gyp
> >    $ ninja -C out/Default
> > 
> > to compile your code now
> 
> Yes, that's true.  check_braille_ime.py is currently used in the
> presubmit script.  Do you think it is wise to put the
> eqivalent of the above code in a presubmit script?

uh, probably not yet.  we are working on a global presubmit in the future,
though.

> 
> Thanks,
> //Peter
> 
> > https://codereview.chromium.org/665633002/
> 
> -- 
> 
> To unsubscribe from this group and stop receiving emails from it, send an
email
> to mailto:chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698