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

Issue 5091005: FBTF: Remove unneeded headers from base/ (part 9) (Closed)

Created:
10 years, 1 month ago by Lei Zhang
Modified:
9 years, 7 months ago
CC:
chromium-reviews, vrk (LEFT CHROMIUM), ncarter (slow), fbarchard, Alpha Left Google, stuartmorgan+watch_chromium.org, ben+cc_chromium.org, Raghu Simha, amit, brettw-cc_chromium.org, jam, cbentzel+watch_chromium.org, ddorwin+watch_chromium.org, idana, acolwell GONE FROM CHROMIUM, annacc, darin-cc_chromium.org, awong, Paweł Hajdan Jr., pam+watch_chromium.org, tim (not reviewing), scherkus (not reviewing)
Visibility:
Public.

Description

FBTF: Remove unneeded headers from base/ (part 9) BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=66873

Patch Set 1 #

Total comments: 2

Patch Set 2 : remove conditional, try to make win build happy #

Patch Set 3 : fix win build #

Patch Set 4 : fix win build #

Patch Set 5 : fix win build #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -43 lines) Patch
M app/clipboard/clipboard_win.cc View 2 chunks +1 line, -2 lines 0 comments Download
M base/condition_variable_posix.cc View 1 chunk +0 lines, -1 line 0 comments Download
M base/file_util_posix.cc View 2 chunks +1 line, -2 lines 0 comments Download
M base/lock.h View 1 2 chunks +2 lines, -1 line 0 comments Download
M base/lock_impl.h View 2 chunks +1 line, -2 lines 0 comments Download
M base/message_pump_win.h View 1 chunk +0 lines, -1 line 0 comments Download
M base/simple_thread_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M base/singleton.h View 1 chunk +1 line, -0 lines 0 comments Download
M base/thread_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M base/tracked_objects.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/accessibility/browser_accessibility_manager.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/renderer_host/audio_renderer_host.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/renderer_host/audio_renderer_host.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/sync/util/channel.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/file_system/webfilesystem_callback_dispatcher.cc View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/renderer/net/predictor_queue.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/test/webdriver/session_manager.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome_frame/test/ie_event_sink.h View 2 chunks +0 lines, -2 lines 0 comments Download
M media/audio/simple_sources.h View 2 chunks +1 line, -2 lines 0 comments Download
M media/base/filter_host.h View 1 chunk +0 lines, -1 line 0 comments Download
M media/base/seekable_buffer.h View 1 chunk +0 lines, -1 line 0 comments Download
M media/filters/audio_renderer_base.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M media/filters/audio_renderer_impl.h View 1 chunk +0 lines, -1 line 0 comments Download
M media/filters/audio_renderer_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M media/filters/decoder_base.h View 1 chunk +0 lines, -1 line 0 comments Download
M media/filters/file_data_source.cc View 1 chunk +1 line, -0 lines 0 comments Download
M media/filters/null_audio_renderer.h View 1 chunk +0 lines, -1 line 0 comments Download
M media/filters/null_audio_renderer.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M media/filters/video_renderer_base.h View 1 chunk +1 line, -0 lines 0 comments Download
M media/tools/player_x11/gl_video_renderer.h View 1 chunk +0 lines, -1 line 0 comments Download
M media/tools/player_x11/gles_video_renderer.h View 1 chunk +5 lines, -3 lines 0 comments Download
M media/tools/player_x11/x11_video_renderer.h View 1 chunk +0 lines, -1 line 0 comments Download
M media/video/omx_video_decode_engine.h View 1 chunk +1 line, -2 lines 0 comments Download
M net/base/transport_security_state.h View 1 chunk +0 lines, -1 line 0 comments Download
M webkit/glue/plugins/pepper_plugin_delegate.h View 1 chunk +0 lines, -1 line 0 comments Download
M webkit/tools/test_shell/simple_appcache_system.cc View 2 chunks +7 lines, -5 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Lei Zhang
Please take a look at the base/lock*.h part. All the other changes are not as ...
10 years, 1 month ago (2010-11-19 01:25:32 UTC) #1
jar (doing other things)
Looks like a lot of nice cleanup, Thanks! Please be SURE this compiles on all ...
10 years, 1 month ago (2010-11-19 01:45:13 UTC) #2
Lei Zhang
http://codereview.chromium.org/5091005/diff/1/base/lock.h File base/lock.h (right): http://codereview.chromium.org/5091005/diff/1/base/lock.h#newcode11 base/lock.h:11: #include "base/platform_thread.h" On 2010/11/19 01:45:14, jar wrote: > IMO, ...
10 years, 1 month ago (2010-11-19 19:06:16 UTC) #3
jar (doing other things)
10 years, 1 month ago (2010-11-19 21:38:32 UTC) #4
LGTM

Side suggestion: When you land, you'll also probably induce a complete re-build,
which would greatly slow the bots during the day (peak checkin times).  Also,
with big changes like this, it is often difficult to land due to conflicts.  You
may have better luck landing at night or over the weekend... when the tree is
not changing fast.  ...and you won't cause the tree to enter into a "catch up /
sheriff induced closure."

Powered by Google App Engine
This is Rietveld 408576698