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

Issue 2819493002: [Test] Move DelegatedFrameEvictor into components -public_deps (Closed)

Created:
3 years, 8 months ago by xing.xu
Modified:
3 years, 8 months ago
Reviewers:
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Move DelegatedFrameEvictor into components DelegatedFrameEvictor depends little on content, so move it into components. BUG=709709

Patch Set 1 #

Patch Set 2 : Avoid warning C4275 #

Patch Set 3 : Remove NON_EXPORTED_BASE #

Patch Set 4 : source_set to component #

Patch Set 5 : Fix win_clang #

Patch Set 6 : use if null instead of feature #

Unified diffs Side-by-side diffs Delta from patch set Stats (+327 lines, -503 lines) Patch
M base/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
A base/base_features.h View 1 chunk +27 lines, -0 lines 0 comments Download
A base/base_features.cc View 1 chunk +20 lines, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/sessions/tab_loader.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sessions/tab_loader_unittest.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/task_manager/sampling/task_group.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/task_manager/task_manager_browsertest.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M components/viz/frame_sinks/BUILD.gn View 1 2 3 3 chunks +12 lines, -1 line 0 comments Download
M components/viz/frame_sinks/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
A + components/viz/frame_sinks/frame_eviction_manager.h View 4 chunks +26 lines, -31 lines 0 comments Download
A + components/viz/frame_sinks/frame_eviction_manager.cc View 1 2 3 4 5 11 chunks +29 lines, -30 lines 0 comments Download
A components/viz/frame_sinks/frame_evictor.h View 1 chunk +46 lines, -0 lines 0 comments Download
A components/viz/frame_sinks/frame_evictor.cc View 1 chunk +56 lines, -0 lines 0 comments Download
M components/viz/frame_sinks/mojo_frame_sink_manager.h View 1 2 3 4 2 chunks +5 lines, -3 lines 0 comments Download
A components/viz/frame_sinks/viz_export.h View 1 1 chunk +42 lines, -0 lines 0 comments Download
M content/browser/BUILD.gn View 1 2 chunks +0 lines, -4 lines 0 comments Download
M content/browser/browser_main_loop.cc View 4 chunks +3 lines, -3 lines 0 comments Download
M content/browser/devtools/protocol/memory_handler.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/dom_storage/dom_storage_context_wrapper.cc View 4 chunks +3 lines, -3 lines 0 comments Download
M content/browser/memory/memory_coordinator_impl.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M content/browser/memory/memory_coordinator_impl_browsertest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M content/browser/memory/memory_coordinator_impl_unittest.cc View 3 chunks +3 lines, -2 lines 0 comments Download
D content/browser/renderer_host/delegated_frame_evictor.h View 1 chunk +0 lines, -46 lines 0 comments Download
D content/browser/renderer_host/delegated_frame_evictor.cc View 1 chunk +0 lines, -56 lines 0 comments Download
M content/browser/renderer_host/delegated_frame_host.h View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M content/browser/renderer_host/delegated_frame_host.cc View 7 chunks +8 lines, -9 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.h View 4 chunks +4 lines, -4 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura_unittest.cc View 7 chunks +9 lines, -8 lines 0 comments Download
D content/browser/renderer_host/renderer_frame_manager.h View 1 chunk +0 lines, -87 lines 0 comments Download
D content/browser/renderer_host/renderer_frame_manager.cc View 1 chunk +0 lines, -182 lines 0 comments Download
M content/browser/service_worker/service_worker_browsertest.cc View 2 chunks +3 lines, -1 line 0 comments Download
M content/public/common/content_features.h View 1 chunk +0 lines, -1 line 0 comments Download
M content/public/common/content_features.cc View 1 chunk +0 lines, -8 lines 0 comments Download
M content/renderer/render_thread_impl.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M content/test/BUILD.gn View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 4 (4 generated)
xing.xu
Description was changed from ========== Move DelegatedFrameEvictor into components DelegatedFrameEvictor depends little on content, so ...
3 years, 8 months ago (2017-04-13 01:57:59 UTC) #1
xing.xu
The CQ bit was checked by xing.xu@intel.com to run a CQ dry run
3 years, 8 months ago (2017-04-13 13:17:00 UTC) #2
xing.xu
The CQ bit was unchecked by xing.xu@intel.com
3 years, 8 months ago (2017-04-13 13:17:11 UTC) #3
xing.xu
3 years, 8 months ago (2017-04-13 13:52:52 UTC) #4
Patchset #5 (id:80001) has been deleted

Powered by Google App Engine
This is Rietveld 408576698