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

Issue 2879543002: PDF Plugin: Add dummy JS compilation target. (Closed)

Created:
3 years, 7 months ago by dpapad
Modified:
3 years, 7 months ago
Reviewers:
Lei Zhang, Dan Beam
CC:
arv+watch_chromium.org, chromium-reviews, dbeam+watch-closure_chromium.org, jlklein+watch-closure_chromium.org, Lei Zhang, vitalyp+closure_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

PDF Plugin: Add dummy JS compilation target. - Uncomment line at third_party/closure_compiler/compiled_resources2.gyp:36 - Execute ./third_party/closure_compiler/run_compiler main The dummy compilation target will facilitate the work needed to fully type check the PDF Plugin's JS codebase. BUG=721073 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2879543002 Cr-Commit-Position: refs/heads/master@{#472309} Committed: https://chromium.googlesource.com/chromium/src/+/367dcbb346040d38334453592c0f61d827a00cae

Patch Set 1 #

Patch Set 2 : Nit #

Patch Set 3 : Nit #

Total comments: 2

Patch Set 4 : Alpha #

Total comments: 2

Patch Set 5 : Comment. #

Patch Set 6 : Resolve conflicts. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -1 line) Patch
A chrome/browser/resources/pdf/compiled_resources2.gyp View 1 1 chunk +14 lines, -0 lines 0 comments Download
M third_party/closure_compiler/compiled_resources2.gyp View 1 2 3 4 5 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 35 (21 generated)
dpapad
3 years, 7 months ago (2017-05-11 01:21:16 UTC) #8
Lei Zhang
https://codereview.chromium.org/2879543002/diff/40001/third_party/closure_compiler/compiled_resources2.gyp File third_party/closure_compiler/compiled_resources2.gyp (right): https://codereview.chromium.org/2879543002/diff/40001/third_party/closure_compiler/compiled_resources2.gyp#newcode36 third_party/closure_compiler/compiled_resources2.gyp:36: '<(DEPTH)/chrome/browser/resources/print_preview/compiled_resources2.gyp:*', BTW, did you want to keep these in ...
3 years, 7 months ago (2017-05-11 01:33:12 UTC) #11
dpapad
https://codereview.chromium.org/2879543002/diff/40001/third_party/closure_compiler/compiled_resources2.gyp File third_party/closure_compiler/compiled_resources2.gyp (right): https://codereview.chromium.org/2879543002/diff/40001/third_party/closure_compiler/compiled_resources2.gyp#newcode36 third_party/closure_compiler/compiled_resources2.gyp:36: '<(DEPTH)/chrome/browser/resources/print_preview/compiled_resources2.gyp:*', On 2017/05/11 at 01:33:12, Lei Zhang (OOO) wrote: ...
3 years, 7 months ago (2017-05-11 01:39:33 UTC) #15
Lei Zhang
rs lgtm for chrome/OWNERS
3 years, 7 months ago (2017-05-11 01:47:28 UTC) #16
Dan Beam
https://codereview.chromium.org/2879543002/diff/80001/third_party/closure_compiler/compiled_resources2.gyp File third_party/closure_compiler/compiled_resources2.gyp (right): https://codereview.chromium.org/2879543002/diff/80001/third_party/closure_compiler/compiled_resources2.gyp#newcode36 third_party/closure_compiler/compiled_resources2.gyp:36: '<(DEPTH)/chrome/browser/resources/pdf/compiled_resources2.gyp:*', i don't think you actually want this line ...
3 years, 7 months ago (2017-05-16 03:08:40 UTC) #17
dpapad
https://codereview.chromium.org/2879543002/diff/80001/third_party/closure_compiler/compiled_resources2.gyp File third_party/closure_compiler/compiled_resources2.gyp (right): https://codereview.chromium.org/2879543002/diff/80001/third_party/closure_compiler/compiled_resources2.gyp#newcode36 third_party/closure_compiler/compiled_resources2.gyp:36: '<(DEPTH)/chrome/browser/resources/pdf/compiled_resources2.gyp:*', On 2017/05/16 at 03:08:40, Dan Beam wrote: > ...
3 years, 7 months ago (2017-05-16 17:17:12 UTC) #18
Dan Beam
is there a reason to commit this now without anything actually being built? why not ...
3 years, 7 months ago (2017-05-16 23:56:33 UTC) #19
dpapad
On 2017/05/16 at 23:56:33, dbeam wrote: > is there a reason to commit this now ...
3 years, 7 months ago (2017-05-17 00:00:19 UTC) #20
Dan Beam
detriment 1: extra code in chrome that might never live detriment 2: we generally don't ...
3 years, 7 months ago (2017-05-17 00:44:57 UTC) #21
dpapad
On 2017/05/17 at 00:44:57, dbeam wrote: > detriment 1: extra code in chrome that might ...
3 years, 7 months ago (2017-05-17 01:03:57 UTC) #22
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/2879543002/100001
3 years, 7 months ago (2017-05-17 01:29:58 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/269757) android_clang_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, ...
3 years, 7 months ago (2017-05-17 01:35:57 UTC) #29
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/2879543002/120001
3 years, 7 months ago (2017-05-17 01:38:19 UTC) #32
commit-bot: I haz the power
3 years, 7 months ago (2017-05-17 03:43:15 UTC) #35
Message was sent while issue was closed.
Committed patchset #6 (id:120001) as
https://chromium.googlesource.com/chromium/src/+/367dcbb346040d38334453592c0f...

Powered by Google App Engine
This is Rietveld 408576698