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

Issue 10826311: Move the corresponding cc files from content\test to be alongside their headers in content\public\t… (Closed)

Created:
8 years, 4 months ago by jam
Modified:
8 years, 4 months ago
Reviewers:
Jói
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Visibility:
Public.

Description

Move the corresponding cc files from content\test to be alongside their headers in content\public\test, now that DEPS supports fine-grained exceptions. BUG=98716 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=151523

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -4674 lines) Patch
M content/content_tests.gypi View 3 chunks +25 lines, -25 lines 0 comments Download
M content/public/test/DEPS View 1 chunk +10 lines, -0 lines 0 comments Download
A + content/public/test/accessibility_test_utils_win.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + content/public/test/browser_test_base.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + content/public/test/browser_test_utils.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + content/public/test/content_test_suite_base.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + content/public/test/download_test_observer.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + content/public/test/mock_download_item.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + content/public/test/mock_download_manager.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + content/public/test/mock_notification_observer.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + content/public/test/mock_render_process_host.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + content/public/test/mock_render_thread.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + content/public/test/mock_resource_context.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + content/public/test/render_view_fake_resources_test.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + content/public/test/render_view_test.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + content/public/test/render_widget_browsertest.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + content/public/test/test_browser_context.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + content/public/test/test_browser_thread.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + content/public/test/test_content_client_initializer.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + content/public/test/test_file_error_injector.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + content/public/test/test_launcher.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + content/public/test/test_navigation_observer.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + content/public/test/test_notification_tracker.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + content/public/test/test_renderer_host.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + content/public/test/test_utils.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + content/public/test/unittest_test_suite.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + content/public/test/web_contents_tester.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
M content/test/DEPS View 1 chunk +0 lines, -1 line 0 comments Download
D content/test/accessibility_test_utils_win.cc View 1 chunk +0 lines, -265 lines 0 comments Download
D content/test/browser_test_base.cc View 1 chunk +0 lines, -96 lines 0 comments Download
D content/test/browser_test_utils.cc View 1 chunk +0 lines, -499 lines 0 comments Download
D content/test/content_test_suite_base.cc View 1 chunk +0 lines, -43 lines 0 comments Download
D content/test/download_test_observer.cc View 1 chunk +0 lines, -388 lines 0 comments Download
D content/test/mock_download_item.cc View 1 chunk +0 lines, -12 lines 0 comments Download
D content/test/mock_download_manager.cc View 1 chunk +0 lines, -25 lines 0 comments Download
D content/test/mock_notification_observer.cc View 1 chunk +0 lines, -16 lines 0 comments Download
D content/test/mock_render_process_host.cc View 1 chunk +0 lines, -257 lines 0 comments Download
D content/test/mock_render_thread.cc View 1 chunk +0 lines, -228 lines 0 comments Download
D content/test/mock_resource_context.cc View 1 chunk +0 lines, -26 lines 0 comments Download
D content/test/render_view_fake_resources_test.cc View 1 chunk +0 lines, -213 lines 0 comments Download
D content/test/render_view_test.cc View 1 chunk +0 lines, -359 lines 0 comments Download
D content/test/render_widget_browsertest.cc View 1 chunk +0 lines, -155 lines 0 comments Download
D content/test/test_browser_context.cc View 1 chunk +0 lines, -80 lines 0 comments Download
D content/test/test_browser_thread.cc View 1 chunk +0 lines, -91 lines 0 comments Download
D content/test/test_content_client_initializer.cc View 1 chunk +0 lines, -45 lines 0 comments Download
D content/test/test_file_error_injector.cc View 1 chunk +0 lines, -457 lines 0 comments Download
D content/test/test_launcher.cc View 1 chunk +0 lines, -737 lines 0 comments Download
D content/test/test_navigation_observer.cc View 1 chunk +0 lines, -151 lines 0 comments Download
D content/test/test_notification_tracker.cc View 1 chunk +0 lines, -83 lines 0 comments Download
D content/test/test_renderer_host.cc View 1 chunk +0 lines, -167 lines 0 comments Download
D content/test/test_utils.cc View 1 chunk +0 lines, -148 lines 0 comments Download
D content/test/unittest_test_suite.cc View 1 chunk +0 lines, -48 lines 0 comments Download
D content/test/web_contents_tester.cc View 1 chunk +0 lines, -84 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
jam
8 years, 4 months ago (2012-08-14 17:52:12 UTC) #1
Jói
8 years, 4 months ago (2012-08-14 17:59:13 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698