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

Issue 24449006: Add non_compiled_schema_files in api.gyp to disable schema model code. (Closed)

Created:
7 years, 2 months ago by Haojian Wu
Modified:
7 years, 2 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Allow to disable API schema(JSON and IDL) to generate model code. BUG=294203 TEST=compiled Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=230478

Patch Set 1 #

Patch Set 2 : Update #

Patch Set 3 : fix an error #

Patch Set 4 : upload again #

Total comments: 4

Patch Set 5 : Update #

Patch Set 6 : Update #

Total comments: 6

Patch Set 7 : Address comments #

Patch Set 8 : Add all non-compiled api definition files. #

Patch Set 9 : Add all non-compiled API files. #

Patch Set 10 : #

Patch Set 11 : upload #

Total comments: 6

Patch Set 12 : Fix chromeos build error #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -11 lines) Patch
M build/json_schema_bundle_compile.gypi View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/api/api.gyp View 1 2 3 4 5 6 7 8 9 10 11 6 chunks +15 lines, -11 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
Haojian Wu
Please review it. Thanks.
7 years, 2 months ago (2013-09-26 13:25:42 UTC) #1
not at google - send to devlin
I think a better way to do this might be at the gyp level; see ...
7 years, 2 months ago (2013-09-26 16:19:33 UTC) #2
Haojian Wu
On 2013/09/26 16:19:33, kalman wrote: > I think a better way to do this might ...
7 years, 2 months ago (2013-10-16 15:13:13 UTC) #3
not at google - send to devlin
I'm going to send this to yoz, he's more familiar with this gyp stuff than ...
7 years, 2 months ago (2013-10-16 16:40:24 UTC) #4
Yoyo Zhou
https://chromiumcodereview.appspot.com/24449006/diff/12001/build/json_schema_bundle_compile.gypi File build/json_schema_bundle_compile.gypi (right): https://chromiumcodereview.appspot.com/24449006/diff/12001/build/json_schema_bundle_compile.gypi#newcode46 build/json_schema_bundle_compile.gypi:46: '<@(schema_files_disable_compile)', This name is a little awkward. Perhaps non_compiled_schema_files ...
7 years, 2 months ago (2013-10-16 21:07:44 UTC) #5
Haojian Wu
https://codereview.chromium.org/24449006/diff/12001/build/json_schema_bundle_compile.gypi File build/json_schema_bundle_compile.gypi (right): https://codereview.chromium.org/24449006/diff/12001/build/json_schema_bundle_compile.gypi#newcode46 build/json_schema_bundle_compile.gypi:46: '<@(schema_files_disable_compile)', On 2013/10/16 21:07:44, Yoyo Zhou wrote: > This ...
7 years, 2 months ago (2013-10-17 00:37:57 UTC) #6
Yoyo Zhou
https://codereview.chromium.org/24449006/diff/21001/chrome/common/extensions/api/api.gyp File chrome/common/extensions/api/api.gyp (right): https://codereview.chromium.org/24449006/diff/21001/chrome/common/extensions/api/api.gyp#newcode23 chrome/common/extensions/api/api.gyp:23: # Disable schema compiler to generate model extension API ...
7 years, 2 months ago (2013-10-17 00:41:14 UTC) #7
Haojian Wu
https://codereview.chromium.org/24449006/diff/21001/chrome/common/extensions/api/api.gyp File chrome/common/extensions/api/api.gyp (right): https://codereview.chromium.org/24449006/diff/21001/chrome/common/extensions/api/api.gyp#newcode23 chrome/common/extensions/api/api.gyp:23: # Disable schema compiler to generate model extension API ...
7 years, 2 months ago (2013-10-17 12:29:06 UTC) #8
not at google - send to devlin
https://codereview.chromium.org/24449006/diff/21001/chrome/common/extensions/api/api.gyp File chrome/common/extensions/api/api.gyp (right): https://codereview.chromium.org/24449006/diff/21001/chrome/common/extensions/api/api.gyp#newcode23 chrome/common/extensions/api/api.gyp:23: # Disable schema compiler to generate model extension API ...
7 years, 2 months ago (2013-10-17 14:21:49 UTC) #9
Haojian Wu
On 2013/10/17 14:21:49, kalman wrote: > https://codereview.chromium.org/24449006/diff/21001/chrome/common/extensions/api/api.gyp > File chrome/common/extensions/api/api.gyp (right): > > https://codereview.chromium.org/24449006/diff/21001/chrome/common/extensions/api/api.gyp#newcode23 > ...
7 years, 2 months ago (2013-10-18 12:18:48 UTC) #10
Yoyo Zhou
LGTM
7 years, 2 months ago (2013-10-18 19:07:00 UTC) #11
not at google - send to devlin
On 2013/10/18 12:18:48, Haojian Wu wrote: > On 2013/10/17 14:21:49, kalman wrote: > > > ...
7 years, 2 months ago (2013-10-18 19:09:14 UTC) #12
Haojian Wu
On 2013/10/18 19:09:14, kalman wrote: > > "implemented_in" doesn't have anything to do with whether ...
7 years, 2 months ago (2013-10-20 01:23:48 UTC) #13
Yoyo Zhou
https://codereview.chromium.org/24449006/diff/150001/chrome/common/extensions/api/api.gyp File chrome/common/extensions/api/api.gyp (right): https://codereview.chromium.org/24449006/diff/150001/chrome/common/extensions/api/api.gyp#newcode28 chrome/common/extensions/api/api.gyp:28: 'enterprise_platform_keys_private.json', This one looks needed on chromeos. https://codereview.chromium.org/24449006/diff/150001/chrome/common/extensions/api/api.gyp#newcode30 chrome/common/extensions/api/api.gyp:30: ...
7 years, 2 months ago (2013-10-21 17:20:33 UTC) #14
Haojian Wu
Thanks for the suggestions Done. I have passed the compilation with chromeos build on Linux. ...
7 years, 2 months ago (2013-10-22 00:54:57 UTC) #15
Haojian Wu
On 2013/10/22 00:54:57, Haojian Wu wrote: > Thanks for the suggestions > > Done. I ...
7 years, 2 months ago (2013-10-23 00:37:38 UTC) #16
not at google - send to devlin
lgtm. out of curiosity, what's the difference in file size (of built chrome) before and ...
7 years, 2 months ago (2013-10-23 00:53:55 UTC) #17
Haojian Wu
On 2013/10/23 00:53:55, kalman wrote: > lgtm. out of curiosity, what's the difference in file ...
7 years, 2 months ago (2013-10-23 14:59:55 UTC) #18
not at google - send to devlin
On 2013/10/23 14:59:55, Haojian Wu wrote: > On 2013/10/23 00:53:55, kalman wrote: > > lgtm. ...
7 years, 2 months ago (2013-10-23 15:34:26 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/Hokein.Wu@gmail.com/24449006/230001
7 years, 2 months ago (2013-10-23 16:06:07 UTC) #20
commit-bot: I haz the power
7 years, 2 months ago (2013-10-23 18:40:19 UTC) #21
Message was sent while issue was closed.
Change committed as 230478

Powered by Google App Engine
This is Rietveld 408576698