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

Issue 2727113002: mediaview: Add a typemap for arc::mojom::ChangeType. (Closed)

Created:
3 years, 9 months ago by Shuhei Takahashi
Modified:
3 years, 9 months ago
Reviewers:
hidehiko, kinuko, dcheng
CC:
chromium-reviews, elijahtaylor+arcwatch_chromium.org, yusukes+watch_chromium.org, droger+watchlist_chromium.org, tzik, blundell+watchlist_chromium.org, hidehiko+watch_chromium.org, sdefresne+watchlist_chromium.org, nhiroki, lhchavez+watch_chromium.org, oshima+watch_chromium.org, kinuko+fileapi, davemoore+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

mediaview: Add a typemap for arc::mojom::ChangeType. Also fixes storage/browser/BUILD.gn, which is needed to pass gn gen --check. BUG=chromium:698623 TEST=gn gen --check Review-Url: https://codereview.chromium.org/2727113002 Cr-Commit-Position: refs/heads/master@{#455662} Committed: https://chromium.googlesource.com/chromium/src/+/af461a2d3b3a487c28cec7c5392da1d26df81f97

Patch Set 1 #

Patch Set 2 : Add a missing source in //storage/browser. #

Total comments: 2

Patch Set 3 : Out-of-line definitions of EnumTraits. #

Patch Set 4 : Rebased to ToT. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+99 lines, -27 lines) Patch
M chrome/browser/chromeos/arc/fileapi/arc_documents_provider_root_unittest.cc View 1 2 3 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/arc/fileapi/arc_file_system_operation_runner.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/arc/fileapi/arc_file_system_operation_runner.cc View 1 2 3 3 chunks +2 lines, -19 lines 0 comments Download
M components/arc/BUILD.gn View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M components/arc/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M components/arc/common/OWNERS View 1 chunk +4 lines, -1 line 0 comments Download
A components/arc/common/file_system.typemap View 1 chunk +11 lines, -0 lines 0 comments Download
M components/arc/common/typemaps.gni View 1 chunk +1 line, -0 lines 0 comments Download
A components/arc/file_system/OWNERS View 1 chunk +2 lines, -0 lines 0 comments Download
A components/arc/file_system/file_system_struct_traits.h View 1 2 1 chunk +23 lines, -0 lines 0 comments Download
A components/arc/file_system/file_system_struct_traits.cc View 1 2 1 chunk +42 lines, -0 lines 0 comments Download
M components/arc/test/fake_file_system_instance.h View 2 chunks +2 lines, -1 line 0 comments Download
M components/arc/test/fake_file_system_instance.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M storage/browser/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 37 (26 generated)
Shuhei Takahashi
dcheng: PTAL I'm glad if you could help me resolving the GN error.
3 years, 9 months ago (2017-03-02 02:05:46 UTC) #3
Shuhei Takahashi
dcheng: PTAL I'm glad if you could help me resolving the GN error.
3 years, 9 months ago (2017-03-02 02:05:46 UTC) #5
Shuhei Takahashi
On 2017/03/02 02:05:46, Shuhei Takahashi wrote: > dcheng: PTAL > > I'm glad if you ...
3 years, 9 months ago (2017-03-02 04:07:39 UTC) #9
dcheng
LGTM with comment addressed https://codereview.chromium.org/2727113002/diff/20001/components/arc/file_system/file_system_struct_traits.h File components/arc/file_system/file_system_struct_traits.h (right): https://codereview.chromium.org/2727113002/diff/20001/components/arc/file_system/file_system_struct_traits.h#newcode22 components/arc/file_system/file_system_struct_traits.h:22: return arc::mojom::ChangeType::DELETED; In general, we ...
3 years, 9 months ago (2017-03-02 07:26:36 UTC) #12
Shuhei Takahashi
dcheng: PTAL (I guess I need your approval again for file_system_struct_traits.cc). https://codereview.chromium.org/2727113002/diff/20001/components/arc/file_system/file_system_struct_traits.h File components/arc/file_system/file_system_struct_traits.h (right): ...
3 years, 9 months ago (2017-03-02 07:45:44 UTC) #15
Shuhei Takahashi
hidehiko: PTAL for chrome/browser/chromeos/arc and components/arc dcheng: PTAL for security review kinuko: PTAL for storage/browser/BUILD.gn
3 years, 9 months ago (2017-03-02 08:39:21 UTC) #19
kinuko
lgtm
3 years, 9 months ago (2017-03-02 09:11:21 UTC) #20
hidehiko
LGTM for arc except files security review need.
3 years, 9 months ago (2017-03-02 09:15:58 UTC) #21
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/2727113002/60001
3 years, 9 months ago (2017-03-09 01:46:45 UTC) #33
commit-bot: I haz the power
Committed patchset #4 (id:60001) as https://chromium.googlesource.com/chromium/src/+/af461a2d3b3a487c28cec7c5392da1d26df81f97
3 years, 9 months ago (2017-03-09 04:07:28 UTC) #36
Shuhei Takahashi
3 years, 9 months ago (2017-03-09 06:37:04 UTC) #37
Message was sent while issue was closed.
On 2017/03/09 04:07:28, commit-bot: I haz the power wrote:
> Committed patchset #4 (id:60001) as
>
https://chromium.googlesource.com/chromium/src/+/af461a2d3b3a487c28cec7c5392d...

Hmm, I could commit the patch. Anyway, difference between PS2 and PS3 is subtle
(just moved function definitions out-of-line).

Powered by Google App Engine
This is Rietveld 408576698