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

Issue 8137012: Make an empty content browser test work. (Closed)

Created:
9 years, 2 months ago by Paweł Hajdan Jr.
Modified:
9 years, 1 month ago
Reviewers:
jam, Dmitry Azaraev
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, dpranke+watch-content_chromium.org, jam
Visibility:
Public.

Description

Make an empty content browser test work. BUG=90448 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=104181

Patch Set 1 #

Total comments: 10

Patch Set 2 : '' #

Total comments: 4

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+255 lines, -135 lines) Patch
M chrome/test/base/chrome_test_launcher.cc View 1 2 3 4 2 chunks +6 lines, -30 lines 0 comments Download
M content/browser/browser_main.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M content/content_shell.gypi View 1 2 4 chunks +44 lines, -16 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 2 chunks +33 lines, -3 lines 0 comments Download
M content/shell/shell_main.cc View 1 2 1 chunk +1 line, -57 lines 0 comments Download
A content/shell/shell_main_delegate.h View 1 chunk +44 lines, -0 lines 0 comments Download
A content/shell/shell_main_delegate.cc View 1 1 chunk +53 lines, -0 lines 0 comments Download
M content/test/content_browser_test.h View 1 2 2 chunks +2 lines, -7 lines 0 comments Download
M content/test/content_browser_test.cc View 1 2 2 chunks +5 lines, -10 lines 0 comments Download
M content/test/content_test_launcher.cc View 1 2 3 4 2 chunks +27 lines, -12 lines 0 comments Download
M content/test/test_launcher.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/test/test_launcher.cc View 1 2 2 chunks +36 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Paweł Hajdan Jr.
9 years, 2 months ago (2011-10-04 20:46:35 UTC) #1
jam
http://codereview.chromium.org/8137012/diff/1/content/content_shell.gypi File content/content_shell.gypi (right): http://codereview.chromium.org/8137012/diff/1/content/content_shell.gypi#newcode86 content/content_shell.gypi:86: 'resource_include_dirs': [ do you need this block (86-105) twice, ...
9 years, 2 months ago (2011-10-04 22:21:13 UTC) #2
Paweł Hajdan Jr.
http://codereview.chromium.org/8137012/diff/1/content/content_shell.gypi File content/content_shell.gypi (right): http://codereview.chromium.org/8137012/diff/1/content/content_shell.gypi#newcode86 content/content_shell.gypi:86: 'resource_include_dirs': [ On 2011/10/04 22:21:13, John Abd-El-Malek wrote: > ...
9 years, 2 months ago (2011-10-04 23:19:48 UTC) #3
jam
http://codereview.chromium.org/8137012/diff/4001/content/test/content_test_launcher.cc File content/test/content_test_launcher.cc (right): http://codereview.chromium.org/8137012/diff/4001/content/test/content_test_launcher.cc#newcode19 content/test/content_test_launcher.cc:19: #include "content/app/startup_helper_win.h" don't think you need all these includes ...
9 years, 2 months ago (2011-10-05 00:54:01 UTC) #4
Paweł Hajdan Jr.
PTAL http://codereview.chromium.org/8137012/diff/4001/content/test/content_test_launcher.cc File content/test/content_test_launcher.cc (right): http://codereview.chromium.org/8137012/diff/4001/content/test/content_test_launcher.cc#newcode19 content/test/content_test_launcher.cc:19: #include "content/app/startup_helper_win.h" On 2011/10/05 00:54:01, John Abd-El-Malek wrote: ...
9 years, 2 months ago (2011-10-05 18:34:26 UTC) #5
jam
lgtm
9 years, 2 months ago (2011-10-05 19:36:04 UTC) #6
Dmitry Azaraev
This commit breaks content_shell project. Still now (src@108805) content_shell.exe doesn't contain *ANY* win32 resources. So, ...
9 years, 1 month ago (2011-11-06 23:02:08 UTC) #7
Dmitry Azaraev
9 years, 1 month ago (2011-11-06 23:10:59 UTC) #8
Sorry, missed: resource.h, shell.rc, other .rc files moved out from
content_shell.gypi, and now landed at content_tests.gypi, so, as i'm understand
no have chance to get resources.

Powered by Google App Engine
This is Rietveld 408576698