| OLD | NEW |
| 1 # | 1 # |
| 2 # Copyright (C) 2009 Google Inc. All rights reserved. | 2 # Copyright (C) 2009 Google Inc. All rights reserved. |
| 3 # | 3 # |
| 4 # Redistribution and use in source and binary forms, with or without | 4 # Redistribution and use in source and binary forms, with or without |
| 5 # modification, are permitted provided that the following conditions are | 5 # modification, are permitted provided that the following conditions are |
| 6 # met: | 6 # met: |
| 7 # | 7 # |
| 8 # * Redistributions of source code must retain the above copyright | 8 # * Redistributions of source code must retain the above copyright |
| 9 # notice, this list of conditions and the following disclaimer. | 9 # notice, this list of conditions and the following disclaimer. |
| 10 # * Redistributions in binary form must reproduce the above | 10 # * Redistributions in binary form must reproduce the above |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | 23 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 24 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | 24 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 25 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | 25 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 26 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | 26 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 27 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | 27 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 28 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 28 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 29 # | 29 # |
| 30 | 30 |
| 31 { | 31 { |
| 32 'includes': [ | 32 'includes': [ |
| 33 '../build/win/precompile.gypi', | 33 'win/precompile-core.gypi', |
| 34 '../build/features.gypi', | 34 '../build/features.gypi', |
| 35 '../build/scripts/scripts.gypi', | 35 '../build/scripts/scripts.gypi', |
| 36 '../bindings/core/core.gypi', # core can depend on bindings/core, but not o
n bindings | 36 '../bindings/core/core.gypi', # core can depend on bindings/core, but not o
n bindings |
| 37 'core.gypi', | 37 'core.gypi', |
| 38 ], | 38 ], |
| 39 | 39 |
| 40 'variables': { | 40 'variables': { |
| 41 'enable_wexit_time_destructors': 1, | 41 'enable_wexit_time_destructors': 1, |
| 42 | 42 |
| 43 'webcore_include_dirs': [ | 43 'webcore_include_dirs': [ |
| (...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 327 ], | 327 ], |
| 328 },{ # OS!="win" | 328 },{ # OS!="win" |
| 329 'sources!': [ | 329 'sources!': [ |
| 330 'layout/LayoutThemeFontProviderWin.cpp', | 330 'layout/LayoutThemeFontProviderWin.cpp', |
| 331 'layout/LayoutThemeWin.cpp', | 331 'layout/LayoutThemeWin.cpp', |
| 332 'layout/LayoutThemeWin.h', | 332 'layout/LayoutThemeWin.h', |
| 333 ], | 333 ], |
| 334 }], | 334 }], |
| 335 ['OS=="win" and chromium_win_pch==1', { | 335 ['OS=="win" and chromium_win_pch==1', { |
| 336 'sources/': [ | 336 'sources/': [ |
| 337 ['include', '<(DEPTH)/third_party/WebKit/Source/build/win/Precompile
.cpp'], | 337 ['include', '<(DEPTH)/third_party/WebKit/Source/core/win/Precompile-
core.cpp'], |
| 338 ], | 338 ], |
| 339 }], | 339 }], |
| 340 ['OS!="mac"', { | 340 ['OS!="mac"', { |
| 341 'sources!': [ | 341 'sources!': [ |
| 342 'layout/LayoutThemeMac.h', | 342 'layout/LayoutThemeMac.h', |
| 343 'layout/LayoutThemeMac.mm', | 343 'layout/LayoutThemeMac.mm', |
| 344 ], | 344 ], |
| 345 }], | 345 }], |
| 346 ['OS != "linux"', { | 346 ['OS != "linux"', { |
| 347 'sources!': [ | 347 'sources!': [ |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 398 ['include', 'platform/text/mac/ShapeArabic\\.c$'], | 398 ['include', 'platform/text/mac/ShapeArabic\\.c$'], |
| 399 ['include', 'platform/text/mac/String(Impl)?Mac\\.mm$'], | 399 ['include', 'platform/text/mac/String(Impl)?Mac\\.mm$'], |
| 400 ], | 400 ], |
| 401 }, { # OS!="mac" | 401 }, { # OS!="mac" |
| 402 'sources!': [ | 402 'sources!': [ |
| 403 'editing/commands/SmartReplaceCF.cpp', | 403 'editing/commands/SmartReplaceCF.cpp', |
| 404 ], | 404 ], |
| 405 }], | 405 }], |
| 406 ['OS=="win" and chromium_win_pch==1', { | 406 ['OS=="win" and chromium_win_pch==1', { |
| 407 'sources/': [ | 407 'sources/': [ |
| 408 ['include', '<(DEPTH)/third_party/WebKit/Source/build/win/Precompile
.cpp'], | 408 ['include', '<(DEPTH)/third_party/WebKit/Source/core/win/Precompile-
core.cpp'], |
| 409 ], | 409 ], |
| 410 }], | 410 }], |
| 411 ], | 411 ], |
| 412 # Disable c4267 warnings until we fix size_t to int truncations. | 412 # Disable c4267 warnings until we fix size_t to int truncations. |
| 413 'msvs_disabled_warnings': [ 4267, 4334, ], | 413 'msvs_disabled_warnings': [ 4267, 4334, ], |
| 414 }, | 414 }, |
| 415 { | 415 { |
| 416 # GN version: //third_party/WebKit/Source/core:core | 416 # GN version: //third_party/WebKit/Source/core:core |
| 417 'target_name': 'webcore', | 417 'target_name': 'webcore', |
| 418 'type': 'none', | 418 'type': 'none', |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 593 'layout/LayoutThemeFontProviderWin.cpp', | 593 'layout/LayoutThemeFontProviderWin.cpp', |
| 594 'layout/LayoutThemeWin.cpp', | 594 'layout/LayoutThemeWin.cpp', |
| 595 'layout/LayoutThemeWin.h', | 595 'layout/LayoutThemeWin.h', |
| 596 ], | 596 ], |
| 597 'libraries': [ | 597 'libraries': [ |
| 598 '-lm -lstdc++', | 598 '-lm -lstdc++', |
| 599 ], | 599 ], |
| 600 }], | 600 }], |
| 601 ['OS=="win" and chromium_win_pch==1', { | 601 ['OS=="win" and chromium_win_pch==1', { |
| 602 'sources/': [ | 602 'sources/': [ |
| 603 ['include', '<(DEPTH)/third_party/WebKit/Source/build/win/Precom
pile.cpp'], | 603 ['include', '<(DEPTH)/third_party/WebKit/Source/core/win/Precomp
ile-core.cpp'], |
| 604 ], | 604 ], |
| 605 }], | 605 }], |
| 606 ['OS=="mac"', { | 606 ['OS=="mac"', { |
| 607 'link_settings': { | 607 'link_settings': { |
| 608 'libraries': [ | 608 'libraries': [ |
| 609 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework', | 609 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework', |
| 610 ], | 610 ], |
| 611 }, | 611 }, |
| 612 },{ # OS!="mac" | 612 },{ # OS!="mac" |
| 613 'sources!': [ | 613 'sources!': [ |
| (...skipping 19 matching lines...) Expand all Loading... |
| 633 'layout/LayoutThemeAndroid.cpp', | 633 'layout/LayoutThemeAndroid.cpp', |
| 634 'layout/LayoutThemeAndroid.h', | 634 'layout/LayoutThemeAndroid.h', |
| 635 ], | 635 ], |
| 636 }], | 636 }], |
| 637 ], | 637 ], |
| 638 }], | 638 }], |
| 639 ], | 639 ], |
| 640 }, | 640 }, |
| 641 ], # targets | 641 ], # targets |
| 642 } | 642 } |
| OLD | NEW |