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

Issue 1152583011: Refactor compile_js.gypi to support script_args and closure_args (Closed)

Created:
5 years, 7 months ago by Theresa
Modified:
5 years, 6 months ago
CC:
chromium-reviews, vitalyp+closure_chromium.org, jlklein+watch-closure_chromium.org, dbeam+watch-closure_chromium.org, Jamie
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

This refactor makes third_party/closure_compiler/compile_js.gypi more versatile by allowing other gypi's that include it to define script_args and additional closure_args. remoting/ and components/resources/enhanced_bookmarks/ have been refactored to use compile_js.gypi (rather than calling compile.py directly). BUG=496276 Committed: https://crrev.com/9899f157e5d5088f9500e7c3e8365e0d9a63412c Cr-Commit-Position: refs/heads/master@{#335692}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Use script_args and closure_args #

Total comments: 3

Patch Set 3 : Move all closure args into gypi files #

Total comments: 3

Patch Set 4 : Added remoting/compile_js.gypi and decoupled target_name from source_files #

Total comments: 28

Patch Set 5 : Cleanup and fix documentation #

Total comments: 2

Patch Set 6 : Fix closure_args in gypi, introduce closure_strictness_args% #

Total comments: 1

Patch Set 7 : Finish remoting gypi's, enhanced_bookmarks gn, compile_test.py #

Patch Set 8 : Cleanup from self review #

Patch Set 9 : Fix Android GN build #

Total comments: 11

Patch Set 10 : Remove --success_stamp, use gypi closure args in compile_test.py #

Total comments: 8

Patch Set 11 : compile_test.py cleanup #

Total comments: 6

Patch Set 12 : GN for remoting, extract closure_args to gpyi/gni #

Patch Set 13 : Fix remoting builds #

Patch Set 14 : Add type back to remoting_key_tester_jscompile #

Patch Set 15 : More remoting gyp #

Patch Set 16 : Rebase #

Patch Set 17 : app_remoting_webapp gyp stuff #

Total comments: 26

Patch Set 18 : Changes from last dbeam@ review #

Patch Set 19 : Fix inputs.py #

Total comments: 6

Patch Set 20 : Rebase, changes from last dbeam, garykac reviews #

Patch Set 21 : Another rebase #

Patch Set 22 : Rebase #

Patch Set 23 : Yet another rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+323 lines, -384 lines) Patch
M components/resources/enhanced_bookmarks/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 4 chunks +13 lines, -17 lines 0 comments Download
M components/resources/enhanced_bookmarks/enhanced_bookmarks.gypi View 1 2 3 4 5 1 chunk +22 lines, -74 lines 0 comments Download
M remoting/app_remoting_webapp.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +11 lines, -79 lines 0 comments Download
A remoting/app_remoting_webapp_compile.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +45 lines, -0 lines 0 comments Download
A remoting/compile_js.gypi View 1 2 3 4 5 6 7 8 9 10 1 chunk +17 lines, -0 lines 0 comments Download
M remoting/remoting_key_tester.gypi View 1 2 3 4 5 6 7 8 9 13 1 chunk +5 lines, -20 lines 0 comments Download
M remoting/remoting_webapp.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +1 line, -1 line 0 comments Download
M remoting/remoting_webapp_compile.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +33 lines, -60 lines 0 comments Download
M remoting/webapp/build_template.gni View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +14 lines, -8 lines 0 comments Download
M third_party/closure_compiler/build/inputs.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +11 lines, -7 lines 0 comments Download
A third_party/closure_compiler/closure_args.gni View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +43 lines, -0 lines 0 comments Download
A third_party/closure_compiler/closure_args.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +46 lines, -0 lines 0 comments Download
M third_party/closure_compiler/compile.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 10 chunks +21 lines, -98 lines 0 comments Download
M third_party/closure_compiler/compile_js.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 3 chunks +26 lines, -8 lines 0 comments Download
M third_party/closure_compiler/compiled_resources.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +1 line, -3 lines 0 comments Download
M third_party/closure_compiler/compiler_test.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 6 chunks +14 lines, -9 lines 0 comments Download

Messages

Total messages: 82 (20 generated)
Dan Beam
https://codereview.chromium.org/1152583011/diff/1/third_party/closure_compiler/compile_js.gypi File third_party/closure_compiler/compile_js.gypi (right): https://codereview.chromium.org/1152583011/diff/1/third_party/closure_compiler/compile_js.gypi#newcode39 third_party/closure_compiler/compile_js.gypi:39: '<@(extra_args)', we'd probably want to pass these through to ...
5 years, 7 months ago (2015-05-27 00:57:03 UTC) #2
Theresa
Merging conversations between the email thread and the CL. jlklein@ said: >My personal preference would ...
5 years, 6 months ago (2015-05-28 20:24:23 UTC) #4
Dan Beam
why can't we just send the args separately? e.g., in compile_js.gypi: 'script_args': [], 'closure_args': [ ...
5 years, 6 months ago (2015-05-28 21:47:27 UTC) #5
Dan Beam
> 'script_args': ['--polymer_pass'] whoops, meant 'script_args': ['--no-single-file'] (see how easy it is to understand when ...
5 years, 6 months ago (2015-05-28 21:52:55 UTC) #6
Theresa
On 2015/05/28 21:52:55, Dan Beam wrote: > > 'script_args': ['--polymer_pass'] > > whoops, meant 'script_args': ...
5 years, 6 months ago (2015-05-28 22:35:54 UTC) #7
Dan Beam
On 2015/05/28 22:35:54, Theresa Wellington wrote: > On 2015/05/28 21:52:55, Dan Beam wrote: > > ...
5 years, 6 months ago (2015-05-28 22:45:41 UTC) #8
Theresa
Uploaded a second patchset with script_args, closure_args and source_files. Is this the gist of what ...
5 years, 6 months ago (2015-05-28 23:12:18 UTC) #9
Dan Beam
https://codereview.chromium.org/1152583011/diff/20001/third_party/closure_compiler/compile_js.gypi File third_party/closure_compiler/compile_js.gypi (right): https://codereview.chromium.org/1152583011/diff/20001/third_party/closure_compiler/compile_js.gypi#newcode22 third_party/closure_compiler/compile_js.gypi:22: '--accept_const_keyword', On 2015/05/28 23:12:18, Theresa Wellington wrote: > Would ...
5 years, 6 months ago (2015-05-28 23:15:11 UTC) #10
Dan Beam
https://codereview.chromium.org/1152583011/diff/20001/third_party/closure_compiler/compile_js.gypi File third_party/closure_compiler/compile_js.gypi (right): https://codereview.chromium.org/1152583011/diff/20001/third_party/closure_compiler/compile_js.gypi#newcode22 third_party/closure_compiler/compile_js.gypi:22: '--accept_const_keyword', On 2015/05/28 23:15:11, Dan Beam wrote: > On ...
5 years, 6 months ago (2015-05-28 23:23:31 UTC) #11
Theresa
https://codereview.chromium.org/1152583011/diff/40001/remoting/remoting_key_tester.gypi File remoting/remoting_key_tester.gypi (right): https://codereview.chromium.org/1152583011/diff/40001/remoting/remoting_key_tester.gypi#newcode46 remoting/remoting_key_tester.gypi:46: 'target_name': 'remoting_key_tester_jscompile', Do we want to decouple the target_name ...
5 years, 6 months ago (2015-06-01 15:39:27 UTC) #12
Dan Beam
https://codereview.chromium.org/1152583011/diff/40001/third_party/closure_compiler/compile_js.gypi File third_party/closure_compiler/compile_js.gypi (right): https://codereview.chromium.org/1152583011/diff/40001/third_party/closure_compiler/compile_js.gypi#newcode54 third_party/closure_compiler/compile_js.gypi:54: "--jscomp_off=misplacedTypeAnnotation", On 2015/06/01 15:39:26, Theresa Wellington wrote: > I'm ...
5 years, 6 months ago (2015-06-01 18:37:47 UTC) #13
Theresa
added remoting/compile_js.gypi and decoupled target_name from source_files
5 years, 6 months ago (2015-06-01 20:58:58 UTC) #14
Dan Beam
did you actually run the code with this patch? doesn't seem like it'll work as ...
5 years, 6 months ago (2015-06-01 22:57:40 UTC) #15
Theresa
On 2015/06/01 22:57:40, Dan Beam wrote: > did you actually run the code with this ...
5 years, 6 months ago (2015-06-01 23:09:11 UTC) #16
Dan Beam
On 2015/06/01 23:09:11, Theresa Wellington wrote: > On 2015/06/01 22:57:40, Dan Beam wrote: > > ...
5 years, 6 months ago (2015-06-01 23:19:30 UTC) #17
Theresa
https://codereview.chromium.org/1152583011/diff/60001/third_party/closure_compiler/compile_js.gypi File third_party/closure_compiler/compile_js.gypi (right): https://codereview.chromium.org/1152583011/diff/60001/third_party/closure_compiler/compile_js.gypi#newcode73 third_party/closure_compiler/compile_js.gypi:73: '<(source_files)', On 2015/06/01 22:57:39, Dan Beam wrote: > where ...
5 years, 6 months ago (2015-06-01 23:46:55 UTC) #18
Dan Beam
https://codereview.chromium.org/1152583011/diff/60001/third_party/closure_compiler/compile_js.gypi File third_party/closure_compiler/compile_js.gypi (right): https://codereview.chromium.org/1152583011/diff/60001/third_party/closure_compiler/compile_js.gypi#newcode73 third_party/closure_compiler/compile_js.gypi:73: '<(source_files)', On 2015/06/01 23:46:55, Theresa Wellington wrote: > On ...
5 years, 6 months ago (2015-06-02 01:02:33 UTC) #19
Theresa
https://codereview.chromium.org/1152583011/diff/60001/components/resources/enhanced_bookmarks/enhanced_bookmarks.gypi File components/resources/enhanced_bookmarks/enhanced_bookmarks.gypi (right): https://codereview.chromium.org/1152583011/diff/60001/components/resources/enhanced_bookmarks/enhanced_bookmarks.gypi#newcode5 components/resources/enhanced_bookmarks/enhanced_bookmarks.gypi:5: 'targets' :[ On 2015/06/01 22:57:39, Dan Beam wrote: > ...
5 years, 6 months ago (2015-06-02 22:02:13 UTC) #20
Theresa
Getting closer, still need to: - finish modifying the .gypi files for remoting/ - update ...
5 years, 6 months ago (2015-06-03 00:13:50 UTC) #21
Theresa
https://codereview.chromium.org/1152583011/diff/100001/third_party/closure_compiler/compile_js.gypi File third_party/closure_compiler/compile_js.gypi (right): https://codereview.chromium.org/1152583011/diff/100001/third_party/closure_compiler/compile_js.gypi#newcode63 third_party/closure_compiler/compile_js.gypi:63: 'closure_strictness_args%': [ exclusion lists for user-defined variables don't appear ...
5 years, 6 months ago (2015-06-03 00:15:48 UTC) #22
Theresa
ptal - still need to fix the GN build for Android, but otherwise this is ...
5 years, 6 months ago (2015-06-03 20:35:12 UTC) #24
Dan Beam
https://codereview.chromium.org/1152583011/diff/80001/third_party/closure_compiler/compile.py File third_party/closure_compiler/compile.py (right): https://codereview.chromium.org/1152583011/diff/80001/third_party/closure_compiler/compile.py#newcode215 third_party/closure_compiler/compile.py:215: args += ["--%s" % arg] nit: if closure_args: args ...
5 years, 6 months ago (2015-06-03 23:39:11 UTC) #25
Theresa
https://codereview.chromium.org/1152583011/diff/80001/third_party/closure_compiler/compile.py File third_party/closure_compiler/compile.py (right): https://codereview.chromium.org/1152583011/diff/80001/third_party/closure_compiler/compile.py#newcode215 third_party/closure_compiler/compile.py:215: args += ["--%s" % arg] On 2015/06/03 23:39:11, Dan ...
5 years, 6 months ago (2015-06-04 17:44:05 UTC) #26
Dan Beam
https://codereview.chromium.org/1152583011/diff/150001/remoting/remoting_webapp_compile.gypi File remoting/remoting_webapp_compile.gypi (right): https://codereview.chromium.org/1152583011/diff/150001/remoting/remoting_webapp_compile.gypi#newcode28 remoting/remoting_webapp_compile.gypi:28: '--success-stamp', '<(success_stamp)', On 2015/06/04 17:44:05, Theresa Wellington wrote: > ...
5 years, 6 months ago (2015-06-04 18:35:45 UTC) #27
Theresa
https://codereview.chromium.org/1152583011/diff/150001/remoting/remoting_webapp_compile.gypi File remoting/remoting_webapp_compile.gypi (right): https://codereview.chromium.org/1152583011/diff/150001/remoting/remoting_webapp_compile.gypi#newcode28 remoting/remoting_webapp_compile.gypi:28: '--success-stamp', '<(success_stamp)', On 2015/06/04 18:35:45, Dan Beam wrote: > ...
5 years, 6 months ago (2015-06-04 19:21:30 UTC) #28
Dan Beam
https://codereview.chromium.org/1152583011/diff/170001/third_party/closure_compiler/compiler_test.py File third_party/closure_compiler/compiler_test.py (right): https://codereview.chromium.org/1152583011/diff/170001/third_party/closure_compiler/compiler_test.py#newcode23 third_party/closure_compiler/compiler_test.py:23: _GYPI_DICT = eval(open(os.path.join(os.path.dirname(__file__)) + '/compile_js.gypi').read()) os.path.join(_SCRIPT_DIR, 'compile_js.gypi') https://codereview.chromium.org/1152583011/diff/170001/third_party/closure_compiler/compiler_test.py#newcode23 third_party/closure_compiler/compiler_test.py:23: ...
5 years, 6 months ago (2015-06-04 20:44:30 UTC) #29
Dan Beam
https://codereview.chromium.org/1152583011/diff/170001/remoting/compile_js.gypi File remoting/compile_js.gypi (right): https://codereview.chromium.org/1152583011/diff/170001/remoting/compile_js.gypi#newcode7 remoting/compile_js.gypi:7: 'externs': ['<(DEPTH)/third_party/closure_compiler/externs/chrome_extensions.js'], nit: <(DEPTH) -> ..
5 years, 6 months ago (2015-06-04 20:45:56 UTC) #30
Theresa
https://codereview.chromium.org/1152583011/diff/170001/remoting/compile_js.gypi File remoting/compile_js.gypi (right): https://codereview.chromium.org/1152583011/diff/170001/remoting/compile_js.gypi#newcode7 remoting/compile_js.gypi:7: 'externs': ['<(DEPTH)/third_party/closure_compiler/externs/chrome_extensions.js'], On 2015/06/04 20:45:56, Dan Beam wrote: > ...
5 years, 6 months ago (2015-06-04 23:06:09 UTC) #31
kelvinp
https://codereview.chromium.org/1152583011/diff/190001/remoting/compile_js.gypi File remoting/compile_js.gypi (right): https://codereview.chromium.org/1152583011/diff/190001/remoting/compile_js.gypi#newcode7 remoting/compile_js.gypi:7: 'externs': ['../third_party/closure_compiler/externs/chrome_extensions.js'], You probably need to update the GN ...
5 years, 6 months ago (2015-06-08 19:54:26 UTC) #33
Dan Beam
https://codereview.chromium.org/1152583011/diff/190001/remoting/remoting_webapp_compile.gypi File remoting/remoting_webapp_compile.gypi (left): https://codereview.chromium.org/1152583011/diff/190001/remoting/remoting_webapp_compile.gypi#oldcode26 remoting/remoting_webapp_compile.gypi:26: '<@(remoting_webapp_js_proto_files)', are these no longer necessary because |source_files| are ...
5 years, 6 months ago (2015-06-08 21:25:45 UTC) #34
Theresa
https://codereview.chromium.org/1152583011/diff/190001/remoting/remoting_webapp_compile.gypi File remoting/remoting_webapp_compile.gypi (left): https://codereview.chromium.org/1152583011/diff/190001/remoting/remoting_webapp_compile.gypi#oldcode26 remoting/remoting_webapp_compile.gypi:26: '<@(remoting_webapp_js_proto_files)', On 2015/06/08 21:25:45, Dan Beam wrote: > are ...
5 years, 6 months ago (2015-06-09 21:21:06 UTC) #35
Theresa
https://codereview.chromium.org/1152583011/diff/190001/remoting/compile_js.gypi File remoting/compile_js.gypi (right): https://codereview.chromium.org/1152583011/diff/190001/remoting/compile_js.gypi#newcode7 remoting/compile_js.gypi:7: 'externs': ['../third_party/closure_compiler/externs/chrome_extensions.js'], On 2015/06/08 19:54:26, kelvinp wrote: > You ...
5 years, 6 months ago (2015-06-10 00:36:41 UTC) #36
kelvinp
On 2015/06/10 00:36:41, Theresa Wellington wrote: > https://codereview.chromium.org/1152583011/diff/190001/remoting/compile_js.gypi > File remoting/compile_js.gypi (right): > > https://codereview.chromium.org/1152583011/diff/190001/remoting/compile_js.gypi#newcode7 ...
5 years, 6 months ago (2015-06-10 22:29:04 UTC) #37
kelvinp
On 2015/06/10 22:29:04, kelvinp wrote: > On 2015/06/10 00:36:41, Theresa Wellington wrote: > > > ...
5 years, 6 months ago (2015-06-11 01:04:07 UTC) #38
Theresa
On 2015/06/11 01:04:07, kelvinp wrote: > On 2015/06/10 22:29:04, kelvinp wrote: > > On 2015/06/10 ...
5 years, 6 months ago (2015-06-11 16:32:21 UTC) #39
kelvinp
On 2015/06/11 16:32:21, Theresa Wellington wrote: > On 2015/06/11 01:04:07, kelvinp wrote: > > On ...
5 years, 6 months ago (2015-06-11 17:48:24 UTC) #40
Theresa
ptal - remoting stuff looks like it's all passing now (and works locally for me ...
5 years, 6 months ago (2015-06-11 20:50:17 UTC) #41
kelvinp
On 2015/06/11 20:50:17, Theresa Wellington wrote: > ptal - remoting stuff looks like it's all ...
5 years, 6 months ago (2015-06-11 21:40:12 UTC) #42
Theresa
On 2015/06/11 21:40:12, kelvinp wrote: > The GN build looks good! > > I forget ...
5 years, 6 months ago (2015-06-11 21:45:56 UTC) #43
Theresa
On 2015/06/11 21:40:12, kelvinp wrote: > The GN build looks good! > > I forget ...
5 years, 6 months ago (2015-06-11 21:45:59 UTC) #44
Theresa
ptal - app_remoting_webapp.gyp was changed to use the new syntax. It's not totally done (I ...
5 years, 6 months ago (2015-06-12 20:36:51 UTC) #45
Dan Beam
looks pretty good to me https://codereview.chromium.org/1152583011/diff/310001/components/resources/enhanced_bookmarks/enhanced_bookmarks.gypi File components/resources/enhanced_bookmarks/enhanced_bookmarks.gypi (right): https://codereview.chromium.org/1152583011/diff/310001/components/resources/enhanced_bookmarks/enhanced_bookmarks.gypi#newcode13 components/resources/enhanced_bookmarks/enhanced_bookmarks.gypi:13: 'script_args': ['--no-single-file'], it'd be ...
5 years, 6 months ago (2015-06-12 21:45:06 UTC) #46
Theresa
https://codereview.chromium.org/1152583011/diff/310001/components/resources/enhanced_bookmarks/enhanced_bookmarks.gypi File components/resources/enhanced_bookmarks/enhanced_bookmarks.gypi (right): https://codereview.chromium.org/1152583011/diff/310001/components/resources/enhanced_bookmarks/enhanced_bookmarks.gypi#newcode13 components/resources/enhanced_bookmarks/enhanced_bookmarks.gypi:13: 'script_args': ['--no-single-file'], On 2015/06/12 21:45:06, Dan Beam wrote: > ...
5 years, 6 months ago (2015-06-12 22:12:15 UTC) #47
kelvinp
On 2015/06/12 22:12:15, Theresa Wellington wrote: > https://codereview.chromium.org/1152583011/diff/310001/components/resources/enhanced_bookmarks/enhanced_bookmarks.gypi > File components/resources/enhanced_bookmarks/enhanced_bookmarks.gypi (right): > > https://codereview.chromium.org/1152583011/diff/310001/components/resources/enhanced_bookmarks/enhanced_bookmarks.gypi#newcode13 ...
5 years, 6 months ago (2015-06-12 22:14:12 UTC) #48
garykac
https://codereview.chromium.org/1152583011/diff/310001/remoting/app_remoting_webapp.gyp File remoting/app_remoting_webapp.gyp (right): https://codereview.chromium.org/1152583011/diff/310001/remoting/app_remoting_webapp.gyp#newcode20 remoting/app_remoting_webapp.gyp:20: 'type': 'none', This change shouldn't be needed since it ...
5 years, 6 months ago (2015-06-16 00:32:42 UTC) #49
Dan Beam
lgtm though you need to merge with jhawkins@' recent changes https://codereview.chromium.org/1152583011/diff/350001/third_party/closure_compiler/build/inputs.py File third_party/closure_compiler/build/inputs.py (right): https://codereview.chromium.org/1152583011/diff/350001/third_party/closure_compiler/build/inputs.py#newcode83 ...
5 years, 6 months ago (2015-06-16 00:54:43 UTC) #50
Theresa
https://codereview.chromium.org/1152583011/diff/310001/remoting/app_remoting_webapp.gyp File remoting/app_remoting_webapp.gyp (right): https://codereview.chromium.org/1152583011/diff/310001/remoting/app_remoting_webapp.gyp#newcode20 remoting/app_remoting_webapp.gyp:20: 'type': 'none', On 2015/06/16 00:32:42, garykac wrote: > This ...
5 years, 6 months ago (2015-06-16 17:49:46 UTC) #51
Theresa
ptal - tested some internal remoting apps and they all compiled successfully
5 years, 6 months ago (2015-06-19 17:33:43 UTC) #52
garykac
lgtm
5 years, 6 months ago (2015-06-22 21:58:17 UTC) #53
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1152583011/390001
5 years, 6 months ago (2015-06-22 22:07:32 UTC) #56
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_arm64_dbg_recipe/builds/88453) android_clang_dbg_recipe on tryserver.chromium.linux (JOB_FAILED, ...
5 years, 6 months ago (2015-06-22 22:17:25 UTC) #58
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1152583011/410001
5 years, 6 months ago (2015-06-23 00:34:50 UTC) #61
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/30938)
5 years, 6 months ago (2015-06-23 01:17:49 UTC) #63
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1152583011/410001
5 years, 6 months ago (2015-06-23 14:19:08 UTC) #67
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/31171)
5 years, 6 months ago (2015-06-23 14:27:16 UTC) #69
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1152583011/430001
5 years, 6 months ago (2015-06-23 15:39:27 UTC) #72
commit-bot: I haz the power
Exceeded global retry quota
5 years, 6 months ago (2015-06-23 16:27:10 UTC) #74
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1152583011/430001
5 years, 6 months ago (2015-06-23 16:30:04 UTC) #76
commit-bot: I haz the power
Try jobs failed on following builders: chromeos_x86-generic_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_x86-generic_chromium_compile_only_ng/builds/4009)
5 years, 6 months ago (2015-06-23 17:08:56 UTC) #78
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1152583011/430001
5 years, 6 months ago (2015-06-23 17:11:56 UTC) #80
commit-bot: I haz the power
Committed patchset #23 (id:430001)
5 years, 6 months ago (2015-06-23 17:37:12 UTC) #81
commit-bot: I haz the power
5 years, 6 months ago (2015-06-23 17:37:59 UTC) #82
Message was sent while issue was closed.
Patchset 23 (id:??) landed as
https://crrev.com/9899f157e5d5088f9500e7c3e8365e0d9a63412c
Cr-Commit-Position: refs/heads/master@{#335692}

Powered by Google App Engine
This is Rietveld 408576698