Changeset 103348 in webkit
- Timestamp:
- Dec 20, 2011, 1:45:25 PM (13 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r103346 r103348 1 2011-12-20 Tony Chang <tony@chromium.org> 2 3 [chromium] enable WPO for WebCore libs in official builds 4 https://bugs.webkit.org/show_bug.cgi?id=74947 5 6 Reviewed by James Robinson. 7 8 Also move enable_wexit_time_destructors to the top level variables 9 so we don't have to add it to all targets. 10 11 * WebCore.gyp/WebCore.gyp: 12 1 13 2011-12-20 Anders Carlsson <andersca@apple.com> 2 14 -
trunk/Source/WebCore/WebCore.gyp/WebCore.gyp
r103308 r103348 45 45 # binary and increasing the speed of gdb. 46 46 'enable_svg%': 1, 47 48 'optimize': 'max', 49 'enable_wexit_time_destructors': 1, 47 50 48 51 'webcore_include_dirs': [ … … 1030 1033 'target_name': 'webcore_bindings', 1031 1034 'type': 'static_library', 1032 'variables': { 'enable_wexit_time_destructors': 1, },1033 1035 'hard_dependency': 1, 1034 1036 'dependencies': [ … … 1379 1381 'target_name': 'webcore_dom', 1380 1382 'type': 'static_library', 1381 'variables': { 'enable_wexit_time_destructors': 1, },1382 1383 'dependencies': [ 1383 1384 'webcore_prerequisites', … … 1402 1403 'target_name': 'webcore_html', 1403 1404 'type': 'static_library', 1404 'variables': { 'enable_wexit_time_destructors': 1, },1405 1405 'dependencies': [ 1406 1406 'webcore_prerequisites', … … 1417 1417 'target_name': 'webcore_svg', 1418 1418 'type': 'static_library', 1419 'variables': { 'enable_wexit_time_destructors': 1, },1420 1419 'dependencies': [ 1421 1420 'webcore_prerequisites', … … 1432 1431 'target_name': 'webcore_platform', 1433 1432 'type': 'static_library', 1434 'variables': { 'enable_wexit_time_destructors': 1, },1435 1433 'dependencies': [ 1436 1434 'webcore_prerequisites', … … 1700 1698 'target_name': 'webcore_arm_neon', 1701 1699 'type': 'static_library', 1702 'variables': { 'enable_wexit_time_destructors': 1, },1703 1700 'dependencies': [ 1704 1701 'webcore_prerequisites', … … 1725 1722 'target_name': 'webcore_rendering', 1726 1723 'type': 'static_library', 1727 'variables': { 'enable_wexit_time_destructors': 1, },1728 1724 'dependencies': [ 1729 1725 'webcore_prerequisites', … … 1784 1780 'target_name': 'webcore_remaining', 1785 1781 'type': 'static_library', 1786 'variables': { 'enable_wexit_time_destructors': 1, },1787 1782 'dependencies': [ 1788 1783 'webcore_prerequisites', … … 1986 1981 'target_name': 'webcore_test_support', 1987 1982 'type': 'static_library', 1988 'variables': { 'enable_wexit_time_destructors': 1, },1989 1983 'dependencies': [ 1990 1984 'webcore',
Note:
See TracChangeset
for help on using the changeset viewer.