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

Issue 22807004: Moved chrome/common/json_schema to components/json_schema. (Closed)

Created:
7 years, 4 months ago by Joao da Silva
Modified:
7 years, 4 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Visibility:
Public.

Description

Moved chrome/common/json_schema to components/json_schema. BUG=271392 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=217364

Patch Set 1 #

Patch Set 2 : moved json_schema to a component #

Patch Set 3 : owners update #

Patch Set 4 : update header #

Total comments: 2

Patch Set 5 : moved test data #

Patch Set 6 : fixed win64 warnings #

Patch Set 7 : fixed android isolates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -2078 lines) Patch
M chrome/DEPS View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/policy/policy_loader_win.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/policy_loader_win_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/registry_dict_win.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/registry_dict_win_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_common.gypi View 1 2 chunks +1 line, -4 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 1 chunk +0 lines, -3 lines 0 comments Download
D chrome/common/json_schema/OWNERS View 1 chunk +0 lines, -5 lines 0 comments Download
D chrome/common/json_schema/json_schema_constants.h View 1 chunk +0 lines, -42 lines 0 comments Download
D chrome/common/json_schema/json_schema_constants.cc View 1 chunk +0 lines, -38 lines 0 comments Download
D chrome/common/json_schema/json_schema_validator.h View 1 chunk +0 lines, -235 lines 0 comments Download
D chrome/common/json_schema/json_schema_validator.cc View 1 chunk +0 lines, -727 lines 0 comments Download
D chrome/common/json_schema/json_schema_validator_unittest.cc View 1 chunk +0 lines, -129 lines 0 comments Download
D chrome/common/json_schema/json_schema_validator_unittest_base.h View 1 chunk +0 lines, -63 lines 0 comments Download
D chrome/common/json_schema/json_schema_validator_unittest_base.cc View 1 chunk +0 lines, -726 lines 0 comments Download
M chrome/common/policy/policy_schema.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/renderer/web_apps.cc View 1 chunk +0 lines, -1 line 0 comments Download
D chrome/test/data/json_schema_validator/array_tuple_schema.json View 1 2 3 4 1 chunk +0 lines, -11 lines 0 comments Download
D chrome/test/data/json_schema_validator/choices_schema.json View 1 2 3 4 1 chunk +0 lines, -7 lines 0 comments Download
D chrome/test/data/json_schema_validator/complex_instance.json View 1 2 3 4 1 chunk +0 lines, -9 lines 0 comments Download
D chrome/test/data/json_schema_validator/complex_schema.json View 1 2 3 4 1 chunk +0 lines, -33 lines 0 comments Download
D chrome/test/data/json_schema_validator/enum_schema.json View 1 2 3 4 1 chunk +0 lines, -3 lines 0 comments Download
D chrome/test/data/json_schema_validator/reference_types.json View 1 2 3 4 1 chunk +0 lines, -12 lines 0 comments Download
M components/OWNERS View 1 2 2 chunks +8 lines, -2 lines 0 comments Download
M components/components.gyp View 1 1 chunk +1 line, -0 lines 0 comments Download
M components/components_tests.gypi View 1 2 chunks +6 lines, -0 lines 0 comments Download
M components/components_unittests.isolate View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
A + components/json_schema.gypi View 1 1 chunk +6 lines, -4 lines 0 comments Download
A + components/json_schema/DEPS View 1 1 chunk +0 lines, -1 line 0 comments Download
A + components/json_schema/OWNERS View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A components/json_schema/README View 1 1 chunk +6 lines, -0 lines 0 comments Download
A + components/json_schema/json_schema_constants.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + components/json_schema/json_schema_constants.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + components/json_schema/json_schema_validator.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + components/json_schema/json_schema_validator.cc View 1 2 3 4 5 6 chunks +6 lines, -6 lines 0 comments Download
A + components/json_schema/json_schema_validator_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + components/json_schema/json_schema_validator_unittest_base.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + components/json_schema/json_schema_validator_unittest_base.cc View 1 2 3 4 3 chunks +10 lines, -6 lines 0 comments Download
A + components/test/data/json_schema/array_tuple_schema.json View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/test/data/json_schema/choices_schema.json View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/test/data/json_schema/complex_instance.json View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/test/data/json_schema/complex_schema.json View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/test/data/json_schema/enum_schema.json View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/test/data/json_schema/reference_types.json View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Joao da Silva
Please have a look: @Jochen: gyp & chrome/ changes @Benjamin: moved files, esp. the update ...
7 years, 4 months ago (2013-08-12 15:34:00 UTC) #1
not at google - send to devlin
lgtm
7 years, 4 months ago (2013-08-12 19:36:45 UTC) #2
jochen (gone - plz use gerrit)
lgtm
7 years, 4 months ago (2013-08-12 19:37:32 UTC) #3
Joao da Silva
Please have a look: @ Benjamin: the whole thing, again :-) @ Jói: please review ...
7 years, 4 months ago (2013-08-13 09:39:28 UTC) #4
Jói
I looked at all files under //components. There is one simple thing to take care ...
7 years, 4 months ago (2013-08-13 09:46:52 UTC) #5
Joao da Silva
Thanks for the input Jói! Test data moved, ready for another look. https://codereview.chromium.org/22807004/diff/13002/components/json_schema/json_schema_validator_unittest_base.cc File components/json_schema/json_schema_validator_unittest_base.cc ...
7 years, 4 months ago (2013-08-13 11:34:02 UTC) #6
Jói
//components LGTM.
7 years, 4 months ago (2013-08-13 11:46:09 UTC) #7
Joao da Silva
Benjamin, I'll land this if you agree with the new location of json_schema. PTAL, thanks!
7 years, 4 months ago (2013-08-13 18:55:33 UTC) #8
not at google - send to devlin
Oh; we just moved it all to components? I... guess that's ok, though you don't ...
7 years, 4 months ago (2013-08-13 18:57:32 UTC) #9
Joao da Silva
You don't sound very convinced :-) Other suggestions are welcome, as long as the new ...
7 years, 4 months ago (2013-08-13 19:02:28 UTC) #10
not at google - send to devlin
oh I'm no more convinced than it should be in extensions. components/ lgtm.
7 years, 4 months ago (2013-08-13 19:07:13 UTC) #11
not at google - send to devlin
which is to say, I really don't mind
7 years, 4 months ago (2013-08-13 19:07:47 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/joaodasilva@chromium.org/22807004/52001
7 years, 4 months ago (2013-08-13 19:20:22 UTC) #13
commit-bot: I haz the power
7 years, 4 months ago (2013-08-13 22:55:12 UTC) #14
Message was sent while issue was closed.
Change committed as 217364

Powered by Google App Engine
This is Rietveld 408576698