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

Side by Side Diff: Source/core/core.gyp/core.gyp

Issue 14325012: Remove the dynamic initialization of WebKitSystemInterface. Just call into the library directly. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: '' Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 872 matching lines...) Expand 10 before | Expand all | Expand 10 after
883 ['include', 'platform/mac/BlockExceptions\\.mm$'], 883 ['include', 'platform/mac/BlockExceptions\\.mm$'],
884 ['include', 'platform/mac/KillRingMac\\.mm$'], 884 ['include', 'platform/mac/KillRingMac\\.mm$'],
885 ['include', 'platform/mac/LocalCurrentGraphicsContext\\.mm$'], 885 ['include', 'platform/mac/LocalCurrentGraphicsContext\\.mm$'],
886 ['include', 'platform/mac/NSScrollerImpDetails\\.mm$'], 886 ['include', 'platform/mac/NSScrollerImpDetails\\.mm$'],
887 ['include', 'platform/mac/PurgeableBufferMac\\.cpp$'], 887 ['include', 'platform/mac/PurgeableBufferMac\\.cpp$'],
888 ['include', 'platform/mac/ScrollbarThemeMac\\.mm$'], 888 ['include', 'platform/mac/ScrollbarThemeMac\\.mm$'],
889 ['include', 'platform/mac/ScrollAnimatorMac\\.mm$'], 889 ['include', 'platform/mac/ScrollAnimatorMac\\.mm$'],
890 ['include', 'platform/mac/ScrollElasticityController\\.mm$'], 890 ['include', 'platform/mac/ScrollElasticityController\\.mm$'],
891 ['include', 'platform/mac/ThemeMac\\.h$'], 891 ['include', 'platform/mac/ThemeMac\\.h$'],
892 ['include', 'platform/mac/ThemeMac\\.mm$'], 892 ['include', 'platform/mac/ThemeMac\\.mm$'],
893 ['include', 'platform/mac/WebCoreSystemInterface\\.mm$'], 893 ['include', 'platform/mac/WebCoreSystemInterface\\.h$'],
894 ['include', 'platform/mac/WebCoreTextRenderer\\.mm$'], 894 ['include', 'platform/mac/WebCoreTextRenderer\\.mm$'],
895 ['include', 'platform/mac/WebSystemInterface\\.mm$'],
896 ['include', 'platform/text/mac/ShapeArabic\\.c$'], 895 ['include', 'platform/text/mac/ShapeArabic\\.c$'],
897 ['include', 'platform/text/mac/String(Impl)?Mac\\.mm$'], 896 ['include', 'platform/text/mac/String(Impl)?Mac\\.mm$'],
898 # Use USE_NEW_THEME on Mac. 897 # Use USE_NEW_THEME on Mac.
899 ['include', 'platform/Theme\\.cpp$'], 898 ['include', 'platform/Theme\\.cpp$'],
900 899
901 # We use LocaleMac.mm instead of LocaleICU.cpp in order to 900 # We use LocaleMac.mm instead of LocaleICU.cpp in order to
902 # apply system locales. 901 # apply system locales.
903 ['exclude', 'platform/text/LocaleICU\\.cpp$'], 902 ['exclude', 'platform/text/LocaleICU\\.cpp$'],
904 ['exclude', 'platform/text/LocaleICU\\.h$'], 903 ['exclude', 'platform/text/LocaleICU\\.h$'],
905 ['include', 'platform/text/mac/LocaleMac\\.mm$'], 904 ['include', 'platform/text/mac/LocaleMac\\.mm$'],
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
1301 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettings.h', 1300 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettings.h',
1302 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettingsGenerated .cpp', 1301 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettingsGenerated .cpp',
1303 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated. h', 1302 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated. h',
1304 ], 1303 ],
1305 'sources/': [ 1304 'sources/': [
1306 ['exclude', 'testing/js'], 1305 ['exclude', 'testing/js'],
1307 ], 1306 ],
1308 }, 1307 },
1309 ], # targets 1308 ], # targets
1310 } 1309 }
OLDNEW
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/platform/graphics/mac/ComplexTextControllerCoreText.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698