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

Issue 2548713003: Refactor fileutils.cc/h and fileutils_unittests.cc into their own targets. (Closed)

Created:
4 years ago by ehmaldonado_webrtc
Modified:
4 years ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, qiang.lu, niklas.enbom, yujie_mao (webrtc), peah-webrtc
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Refactor fileutils.cc/h and fileutils_unittests.cc into their own targets. This will allow for custom implementations downstream. R=kjellander@webrtc.org, phoglund@webrtc.org BUG=webrtc:6727 Committed: https://crrev.com/37535bfb7fcb46df9382e6976ce9ac99c3fb1c3e Cr-Commit-Position: refs/heads/master@{#15423}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Addressed comments. #

Total comments: 2

Patch Set 3 : Adressed comments. #

Total comments: 2

Patch Set 4 : Reverted webrtc/build/webrtc.gni #

Patch Set 5 : Make fileutils a public_dep. #

Patch Set 6 : Fix windows compile error. #

Total comments: 1

Patch Set 7 : Move iosfileutils.mm to fileutils. #

Patch Set 8 : Fix iOS compile error. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -12 lines) Patch
M webrtc/test/BUILD.gn View 1 2 3 4 5 6 7 5 chunks +28 lines, -8 lines 0 comments Download
M webrtc/test/testsupport/fileutils.cc View 1 2 3 4 5 2 chunks +2 lines, -1 line 0 comments Download
M webrtc/test/testsupport/fileutils_unittest.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 37 (16 generated)
ehmaldonado_webrtc
The idea is to implement target translation downstream, so we could replace every occurrence of ...
4 years ago (2016-12-02 14:28:42 UTC) #2
kjellander_webrtc
https://codereview.webrtc.org/2548713003/diff/1/webrtc/test/BUILD.gn File webrtc/test/BUILD.gn (right): https://codereview.webrtc.org/2548713003/diff/1/webrtc/test/BUILD.gn#newcode391 webrtc/test/BUILD.gn:391: rtc_source_set("fileutils") { Move these closer to the reference
4 years ago (2016-12-02 14:31:08 UTC) #3
ehmaldonado_webrtc
On 2016/12/02 14:31:08, kjellander_webrtc wrote: > https://codereview.webrtc.org/2548713003/diff/1/webrtc/test/BUILD.gn > File webrtc/test/BUILD.gn (right): > > https://codereview.webrtc.org/2548713003/diff/1/webrtc/test/BUILD.gn#newcode391 > ...
4 years ago (2016-12-02 14:39:17 UTC) #4
kjellander_webrtc
https://codereview.webrtc.org/2548713003/diff/20001/webrtc/test/BUILD.gn File webrtc/test/BUILD.gn (right): https://codereview.webrtc.org/2548713003/diff/20001/webrtc/test/BUILD.gn#newcode115 webrtc/test/BUILD.gn:115: rtc_source_set("fileutils_unittests") { Please move to below test_support_unittests https://codereview.webrtc.org/2548713003/diff/20001/webrtc/test/BUILD.gn#newcode127 webrtc/test/BUILD.gn:127: ...
4 years ago (2016-12-02 14:40:40 UTC) #5
ehmaldonado_webrtc
On 2016/12/02 14:40:40, kjellander_webrtc wrote: > https://codereview.webrtc.org/2548713003/diff/20001/webrtc/test/BUILD.gn > File webrtc/test/BUILD.gn (right): > > https://codereview.webrtc.org/2548713003/diff/20001/webrtc/test/BUILD.gn#newcode115 > ...
4 years ago (2016-12-02 15:58:39 UTC) #6
ehmaldonado_webrtc
On 2016/12/02 14:40:40, kjellander_webrtc wrote: > https://codereview.webrtc.org/2548713003/diff/20001/webrtc/test/BUILD.gn > File webrtc/test/BUILD.gn (right): > > https://codereview.webrtc.org/2548713003/diff/20001/webrtc/test/BUILD.gn#newcode115 > ...
4 years ago (2016-12-02 15:58:41 UTC) #7
phoglund
https://codereview.webrtc.org/2548713003/diff/40001/webrtc/build/webrtc.gni File webrtc/build/webrtc.gni (right): https://codereview.webrtc.org/2548713003/diff/40001/webrtc/build/webrtc.gni#newcode19 webrtc/build/webrtc.gni:19: rtc_use_default_fileutils = true Wut? But this variable is never ...
4 years ago (2016-12-02 16:03:54 UTC) #8
ehmaldonado_webrtc
https://codereview.webrtc.org/2548713003/diff/40001/webrtc/build/webrtc.gni File webrtc/build/webrtc.gni (right): https://codereview.webrtc.org/2548713003/diff/40001/webrtc/build/webrtc.gni#newcode19 webrtc/build/webrtc.gni:19: rtc_use_default_fileutils = true On 2016/12/02 16:03:54, phoglund wrote: > ...
4 years ago (2016-12-02 16:45:52 UTC) #9
kjellander_webrtc
lgtm!
4 years ago (2016-12-02 20:45:32 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2548713003/60001
4 years ago (2016-12-02 22:02:08 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: android_compile_x86_rel on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_compile_x86_rel/builds/3981) android_rel on master.tryserver.webrtc (JOB_FAILED, ...
4 years ago (2016-12-02 22:04:06 UTC) #14
ehmaldonado_webrtc
On 2016/12/02 22:04:06, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years ago (2016-12-02 23:11:48 UTC) #21
kjellander_webrtc
https://codereview.webrtc.org/2548713003/diff/140001/webrtc/test/BUILD.gn File webrtc/test/BUILD.gn (right): https://codereview.webrtc.org/2548713003/diff/140001/webrtc/test/BUILD.gn#newcode157 webrtc/test/BUILD.gn:157: sources += [ "testsupport/iosfileutils.mm" ] Shouldn't this be in ...
4 years ago (2016-12-03 17:06:37 UTC) #22
ehmaldonado_webrtc
On 2016/12/03 17:06:37, kjellander_webrtc wrote: > https://codereview.webrtc.org/2548713003/diff/140001/webrtc/test/BUILD.gn > File webrtc/test/BUILD.gn (right): > > https://codereview.webrtc.org/2548713003/diff/140001/webrtc/test/BUILD.gn#newcode157 > ...
4 years ago (2016-12-05 11:57:39 UTC) #23
phoglund
lgtm
4 years ago (2016-12-05 13:36:49 UTC) #24
kjellander_webrtc
lgtm
4 years ago (2016-12-05 13:38:23 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2548713003/160001
4 years ago (2016-12-05 13:53:15 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/ios_dbg/builds/20703)
4 years ago (2016-12-05 13:56:46 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2548713003/180001
4 years ago (2016-12-05 14:27:16 UTC) #32
commit-bot: I haz the power
Committed patchset #8 (id:180001)
4 years ago (2016-12-05 14:42:50 UTC) #35
commit-bot: I haz the power
4 years ago (2016-12-05 14:42:54 UTC) #37
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/37535bfb7fcb46df9382e6976ce9ac99c3fb1c3e
Cr-Commit-Position: refs/heads/master@{#15423}

Powered by Google App Engine
This is Rietveld 408576698