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

Issue 837303004: Move base/debug/trace_event* to base/trace_event/ [part 1] (Closed)

Created:
5 years, 11 months ago by ssid
Modified:
5 years, 11 months ago
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move base/debug/trace_event* to base/trace_event/ [part 1] Trace Event used to be a single file, base/debug/trace_event.h. Then we added more functionality, so it was base/debug/trace_event*.* For many years, we have had per-file OWNERS for Trace Event based off of trace_event*. This let us do trace_event improvements/iteration out of band with the much slower base/OWNERS process. But, this leads to a lot of poor filename choices for tracing related features, specifically to fall under trace event reviewers instead of base/ reviewers. That's clearly wrong. BUG=451032 Committed: https://crrev.com/a59d4277a6a82b3f379cf742f7320d9a6f3801ce Cr-Commit-Position: refs/heads/master@{#313266}

Patch Set 1 #

Patch Set 2 : Added the OWNERS file #

Patch Set 3 : Rebase and fixing owners file #

Patch Set 4 : Rebase with current tip #

Total comments: 1

Patch Set 5 : Fixing errors #

Total comments: 2

Patch Set 6 : Fixed headers #

Patch Set 7 : fixed headers #

Patch Set 8 : Fixing comments #

Total comments: 21

Patch Set 9 : Made changes with comments #

Patch Set 10 : Changed includes in new files #

Total comments: 1

Patch Set 11 : Fixed BUILD.gn #

Total comments: 8

Patch Set 12 : Fixed comments and removed extra files #

Patch Set 13 : Adding back base/debug/trace_event_unittest.h #

Patch Set 14 : Fixed BUILD.gn #

Patch Set 15 : Made changes #

Total comments: 7

Patch Set 16 : Added all files to gyp and gn file. #

Patch Set 17 : Added missing file. #

Patch Set 18 : Fixing merge conflicts #

Unified diffs Side-by-side diffs Delta from patch set Stats (+132 lines, -10827 lines) Patch
M base/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 4 chunks +22 lines, -16 lines 0 comments Download
M base/base.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +6 lines, -6 lines 0 comments Download
M base/base.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +16 lines, -9 lines 0 comments Download
M base/debug/trace_event.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +5 lines, -1580 lines 0 comments Download
D base/debug/trace_event_android.cc View 1 chunk +0 lines, -199 lines 0 comments Download
M base/debug/trace_event_argument.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +6 lines, -51 lines 0 comments Download
D base/debug/trace_event_argument.cc View 1 chunk +0 lines, -117 lines 0 comments Download
D base/debug/trace_event_argument_unittest.cc View 1 chunk +0 lines, -53 lines 0 comments Download
M base/debug/trace_event_impl.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +5 lines, -804 lines 0 comments Download
D base/debug/trace_event_impl.cc View 1 chunk +0 lines, -2594 lines 0 comments Download
D base/debug/trace_event_impl_constants.cc View 1 chunk +0 lines, -28 lines 0 comments Download
M base/debug/trace_event_memory.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -172 lines 0 comments Download
D base/debug/trace_event_memory.cc View 1 chunk +0 lines, -440 lines 0 comments Download
D base/debug/trace_event_memory_unittest.cc View 1 chunk +0 lines, -240 lines 0 comments Download
M base/debug/trace_event_synthetic_delay.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +5 lines, -157 lines 0 comments Download
D base/debug/trace_event_synthetic_delay.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +0 lines, -233 lines 0 comments Download
D base/debug/trace_event_synthetic_delay_unittest.cc View 1 chunk +0 lines, -154 lines 0 comments Download
M base/debug/trace_event_system_stats_monitor.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -75 lines 0 comments Download
D base/debug/trace_event_system_stats_monitor.cc View 1 chunk +0 lines, -133 lines 0 comments Download
D base/debug/trace_event_system_stats_monitor_unittest.cc View 1 chunk +0 lines, -66 lines 0 comments Download
D base/debug/trace_event_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +0 lines, -3084 lines 0 comments Download
M base/debug/trace_event_win.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +5 lines, -116 lines 0 comments Download
D base/debug/trace_event_win.cc View 1 chunk +0 lines, -123 lines 0 comments Download
D base/debug/trace_event_win_unittest.cc View 1 chunk +0 lines, -319 lines 0 comments Download
A base/trace_event/OWNERS View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
A + base/trace_event/trace_event.h View 1 2 3 4 5 6 7 8 9 2 chunks +6 lines, -6 lines 0 comments Download
A + base/trace_event/trace_event_android.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
A + base/trace_event/trace_event_argument.h View 1 2 3 4 5 6 7 8 9 2 chunks +4 lines, -4 lines 0 comments Download
A + base/trace_event/trace_event_argument.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
A + base/trace_event/trace_event_argument_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
A + base/trace_event/trace_event_impl.h View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
A + base/trace_event/trace_event_impl.cc View 1 2 3 4 5 6 7 8 9 3 chunks +4 lines, -4 lines 0 comments Download
A + base/trace_event/trace_event_impl_constants.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
A + base/trace_event/trace_event_memory.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +4 lines, -4 lines 0 comments Download
A + base/trace_event/trace_event_memory.cc View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -2 lines 0 comments Download
A + base/trace_event/trace_event_memory_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
A + base/trace_event/trace_event_synthetic_delay.h View 1 2 3 4 5 6 7 8 9 2 chunks +4 lines, -4 lines 0 comments Download
A + base/trace_event/trace_event_synthetic_delay.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -1 line 0 comments Download
A + base/trace_event/trace_event_synthetic_delay_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
A + base/trace_event/trace_event_system_stats_monitor.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +4 lines, -4 lines 0 comments Download
A + base/trace_event/trace_event_system_stats_monitor.cc View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -2 lines 0 comments Download
A + base/trace_event/trace_event_system_stats_monitor_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
A + base/trace_event/trace_event_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +2 lines, -2 lines 0 comments Download
A + base/trace_event/trace_event_win.h View 1 2 3 4 5 6 7 8 9 2 chunks +4 lines, -4 lines 0 comments Download
A + base/trace_event/trace_event_win.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -1 line 0 comments Download
A + base/trace_event/trace_event_win_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -3 lines 0 comments Download
M tools/gn/bootstrap/bootstrap.py View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 30 (9 generated)
ssid
PTAL. This is the first part of moving files. https://codereview.chromium.org/837303004/diff/60001/base/trace_event/trace_event_impl.h File base/trace_event/trace_event_impl.h (right): https://codereview.chromium.org/837303004/diff/60001/base/trace_event/trace_event_impl.h#newcode814 base/trace_event/trace_event_impl.h:814: ...
5 years, 11 months ago (2015-01-22 16:55:17 UTC) #4
nduca
your trampoline files should have copyright headers and include guards https://codereview.chromium.org/837303004/diff/80001/base/debug/trace_event.h File base/debug/trace_event.h (left): https://codereview.chromium.org/837303004/diff/80001/base/debug/trace_event.h#oldcode1 ...
5 years, 11 months ago (2015-01-22 17:44:17 UTC) #5
ssid
Made changes PTAL. https://codereview.chromium.org/837303004/diff/80001/base/debug/trace_event.h File base/debug/trace_event.h (left): https://codereview.chromium.org/837303004/diff/80001/base/debug/trace_event.h#oldcode1 base/debug/trace_event.h:1: // Copyright (c) 2012 The Chromium ...
5 years, 11 months ago (2015-01-22 18:11:44 UTC) #6
Primiano Tucci (use gerrit)
Thanks for the patience. Some comments. 1) You want the format of your CL to ...
5 years, 11 months ago (2015-01-22 19:23:06 UTC) #8
ssid
Made changes PTAL.
5 years, 11 months ago (2015-01-22 21:26:47 UTC) #9
nduca
lgtm when you're ready
5 years, 11 months ago (2015-01-22 22:47:03 UTC) #11
Primiano Tucci (use gerrit)
LGTM % 1 fix in the build. Also, please add a space between Part and ...
5 years, 11 months ago (2015-01-23 11:39:59 UTC) #12
ssid
danakj@chromium.org: Please review changes. Thanks.
5 years, 11 months ago (2015-01-23 11:47:21 UTC) #14
danakj
https://codereview.chromium.org/837303004/diff/200001/base/BUILD.gn File base/BUILD.gn (left): https://codereview.chromium.org/837303004/diff/200001/base/BUILD.gn#oldcode179 base/BUILD.gn:179: "debug/trace_event_memory.h", don't remove .h files that weren't deleted yet ...
5 years, 11 months ago (2015-01-23 17:41:44 UTC) #15
ssid
PTAL. Thanks for the comments. https://codereview.chromium.org/837303004/diff/140001/base/base.gyp File base/base.gyp (left): https://codereview.chromium.org/837303004/diff/140001/base/base.gyp#oldcode490 base/base.gyp:490: 'debug/trace_event_unittest.h', On 2015/01/22 19:23:05, ...
5 years, 11 months ago (2015-01-23 20:27:38 UTC) #16
danakj
https://codereview.chromium.org/837303004/diff/280001/base/BUILD.gn File base/BUILD.gn (left): https://codereview.chromium.org/837303004/diff/280001/base/BUILD.gn#oldcode179 base/BUILD.gn:179: "debug/trace_event_memory.h", base/debug/trace_event_memory.h is still a file in this patch, ...
5 years, 11 months ago (2015-01-23 21:17:50 UTC) #17
ssid
https://codereview.chromium.org/837303004/diff/280001/base/BUILD.gn File base/BUILD.gn (left): https://codereview.chromium.org/837303004/diff/280001/base/BUILD.gn#oldcode179 base/BUILD.gn:179: "debug/trace_event_memory.h", On 2015/01/23 21:17:50, danakj wrote: > base/debug/trace_event_memory.h is ...
5 years, 11 months ago (2015-01-23 21:47:05 UTC) #18
danakj
https://codereview.chromium.org/837303004/diff/280001/base/BUILD.gn File base/BUILD.gn (left): https://codereview.chromium.org/837303004/diff/280001/base/BUILD.gn#oldcode179 base/BUILD.gn:179: "debug/trace_event_memory.h", On 2015/01/23 21:47:05, ssid wrote: > On 2015/01/23 ...
5 years, 11 months ago (2015-01-23 21:50:33 UTC) #19
ssid
Fixed the build files. PTAL. thanks https://codereview.chromium.org/837303004/diff/280001/base/BUILD.gn File base/BUILD.gn (left): https://codereview.chromium.org/837303004/diff/280001/base/BUILD.gn#oldcode179 base/BUILD.gn:179: "debug/trace_event_memory.h", On 2015/01/23 ...
5 years, 11 months ago (2015-01-26 12:03:55 UTC) #20
danakj
LGTM
5 years, 11 months ago (2015-01-26 17:49:39 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/837303004/310001
5 years, 11 months ago (2015-01-26 17:51:48 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/38326)
5 years, 11 months ago (2015-01-26 17:58:15 UTC) #25
Primiano Tucci (use gerrit)
The rebase LGTM. Thanks for the patience. Ship it before America wakes up again :)
5 years, 11 months ago (2015-01-27 11:29:56 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/837303004/330001
5 years, 11 months ago (2015-01-27 11:30:56 UTC) #28
commit-bot: I haz the power
Committed patchset #18 (id:330001)
5 years, 11 months ago (2015-01-27 13:14:43 UTC) #29
commit-bot: I haz the power
5 years, 11 months ago (2015-01-27 13:16:52 UTC) #30
Message was sent while issue was closed.
Patchset 18 (id:??) landed as
https://crrev.com/a59d4277a6a82b3f379cf742f7320d9a6f3801ce
Cr-Commit-Position: refs/heads/master@{#313266}

Powered by Google App Engine
This is Rietveld 408576698