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

Issue 2266573003: [Extensions] Trim some fat around what we use in generated schemas (Closed)

Created:
4 years, 4 months ago by Devlin
Modified:
4 years, 4 months ago
Reviewers:
lazyboy
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Extensions] Trim some fat around what we use in generated schemas The generated extension schemas already omit comments, whitespace, and descriptions, but we can do more. Specifically, we can also remove entries for "compiler_options", "nodoc", and "noinline_doc". BUG=639539 Committed: https://crrev.com/2f7a11754e0362c81d8545e094eb87ee871dd7b4 Cr-Commit-Position: refs/heads/master@{#413499}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Update comment, return copy #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -15 lines) Patch
M tools/json_schema_compiler/cpp_bundle_generator.py View 1 2 chunks +23 lines, -15 lines 1 comment Download

Messages

Total messages: 19 (12 generated)
Devlin
https://codereview.chromium.org/2266573003/diff/1/tools/json_schema_compiler/cpp_bundle_generator.py File tools/json_schema_compiler/cpp_bundle_generator.py (right): https://codereview.chromium.org/2266573003/diff/1/tools/json_schema_compiler/cpp_bundle_generator.py#newcode27 tools/json_schema_compiler/cpp_bundle_generator.py:27: """Returns a copy of |schema| with "description" fields removed. ...
4 years, 4 months ago (2016-08-20 00:53:50 UTC) #7
lazyboy
lgtm. https://codereview.chromium.org/2266573003/diff/1/tools/json_schema_compiler/cpp_bundle_generator.py File tools/json_schema_compiler/cpp_bundle_generator.py (right): https://codereview.chromium.org/2266573003/diff/1/tools/json_schema_compiler/cpp_bundle_generator.py#newcode27 tools/json_schema_compiler/cpp_bundle_generator.py:27: """Returns a copy of |schema| with "description" fields ...
4 years, 4 months ago (2016-08-20 01:34:31 UTC) #8
Devlin
https://codereview.chromium.org/2266573003/diff/20001/tools/json_schema_compiler/cpp_bundle_generator.py File tools/json_schema_compiler/cpp_bundle_generator.py (right): https://codereview.chromium.org/2266573003/diff/20001/tools/json_schema_compiler/cpp_bundle_generator.py#newcode33 tools/json_schema_compiler/cpp_bundle_generator.py:33: ret = copy.deepcopy(schema) Note: I changed this (back) to ...
4 years, 4 months ago (2016-08-22 17:08:58 UTC) #11
lazyboy
still lgtm.
4 years, 4 months ago (2016-08-22 17:10:48 UTC) #12
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/2266573003/20001
4 years, 4 months ago (2016-08-22 18:33:50 UTC) #15
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 4 months ago (2016-08-22 19:06:05 UTC) #17
commit-bot: I haz the power
4 years, 4 months ago (2016-08-22 19:09:51 UTC) #19
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/2f7a11754e0362c81d8545e094eb87ee871dd7b4
Cr-Commit-Position: refs/heads/master@{#413499}

Powered by Google App Engine
This is Rietveld 408576698