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

Issue 39219: test_shell and test_shell_tests on Linux from gyp-generated scons files: (Closed)

Created:
11 years, 9 months ago by sgk
Modified:
9 years, 5 months ago
Reviewers:
Mark Mentovai
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Build test_shell and test_shell_tests on Linux from gyp-generated scons files: * Catch up to recent changes: * Rename RenderThemeChromiumGtk.cpp to RenderThemeChromiumLinux.cpp. * Fix spelling of V*NPObject.{cpp,h} * Explicitly include varions WebCore *Gtk.cpp and *Linux.cpp files that are excluded by the general regular expression. * Add webinput_event_util.cc. * Exclude glue/plugins/plugin_stubs.cc. * Add a Linux test_shell_resources target to build test_shell_resources.{h,pak}. * Add an explicit test_shell action to repack resources into test_shell.pak. * Use -Wno-multichar when building libtest_shell_common.a. * Use -DWTF_USE_PTHREADS when building libwtf.a, and when dependent targets compile against it. * Use tools/test_shell/test_shell_main{,_GYP}.scons as the main entry point for GYP-based builds of webkit. * Add base/gfx/gtk_util.cc to the base build. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=11160

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 4

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+118 lines, -14 lines) Patch
M base/base.gyp View 1 2 2 chunks +9 lines, -2 lines 0 comments Download
M build/SConscript.main View 1 2 2 chunks +7 lines, -1 line 0 comments Download
M webkit/tools/test_shell/test_shell.gyp View 1 2 3 chunks +72 lines, -1 line 0 comments Download
M webkit/webkit.gyp View 1 2 6 chunks +30 lines, -10 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
sgk
Out for preliminary review while I try to figure out a segfault in the gyp-generated ...
11 years, 9 months ago (2009-03-06 00:05:54 UTC) #1
Mark Mentovai
http://codereview.chromium.org/39219/diff/1001/1003 File webkit/tools/test_shell/test_shell.gyp (right): http://codereview.chromium.org/39219/diff/1001/1003#newcode179 Line 179: 'scons_depends': [ I'm not sure what it means ...
11 years, 9 months ago (2009-03-06 00:32:49 UTC) #2
sgk
Linux test_shell and test_shell_tests both build from GYP-generated files with this CL. test_shell_tests fails execution, ...
11 years, 9 months ago (2009-03-06 21:26:24 UTC) #3
Mark Mentovai
11 years, 9 months ago (2009-03-06 21:28:23 UTC) #4
Great! LGTM.

Powered by Google App Engine
This is Rietveld 408576698