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

Side by Side Diff: webkit/webkit.gyp

Issue 63067: Make the define of SKIA_HARFBUZZ and the link against harfbuzz.a... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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
« no previous file with comments | « skia/skia.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'feature_defines': [ 7 'feature_defines': [
8 'ENABLE_DATABASE=1', 8 'ENABLE_DATABASE=1',
9 'ENABLE_DASHBOARD_SUPPORT=0', 9 'ENABLE_DASHBOARD_SUPPORT=0',
10 'ENABLE_JAVASCRIPT_DEBUGGER=0', 10 'ENABLE_JAVASCRIPT_DEBUGGER=0',
(...skipping 3954 matching lines...) Expand 10 before | Expand all | Expand 10 after
3965 ], 3965 ],
3966 'cflags': [ 3966 'cflags': [
3967 # -Wno-multichar for: 3967 # -Wno-multichar for:
3968 # .../WebCore/platform/image-decoders/bmp/BMPImageDecoder.cpp 3968 # .../WebCore/platform/image-decoders/bmp/BMPImageDecoder.cpp
3969 '-Wno-multichar', 3969 '-Wno-multichar',
3970 ], 3970 ],
3971 # TODO(sgk): unnecessary once common.gypi gets Linux settings 3971 # TODO(sgk): unnecessary once common.gypi gets Linux settings
3972 # necessary to avoid build failure due to warnings generated by: 3972 # necessary to avoid build failure due to warnings generated by:
3973 # ../third_party/WebKit/WebCore/dom/Document.cpp 3973 # ../third_party/WebKit/WebCore/dom/Document.cpp
3974 'scons_remove' : {'CXXFLAGS' : ['-Werror']}, 3974 'scons_remove' : {'CXXFLAGS' : ['-Werror']},
3975 'include_dirs' : [
3976 '../third_party/harfbuzz/src',
3977 '../third_party/harfbuzz/contrib',
3978 ],
3979 'defines': [
3980 'SKIA_HARFBUZZ',
3981 ],
3982 }], 3975 }],
3983 ['OS=="mac"', { 3976 ['OS=="mac"', {
3984 'actions': [ 3977 'actions': [
3985 { 3978 {
3986 # Allow framework-style #include of 3979 # Allow framework-style #include of
3987 # <WebCore/WebCoreSystemInterface.h>. 3980 # <WebCore/WebCoreSystemInterface.h>.
3988 'action_name': 'WebCoreSystemInterface.h', 3981 'action_name': 'WebCoreSystemInterface.h',
3989 'inputs': [ 3982 'inputs': [
3990 '../third_party/WebKit/WebCore/platform/mac/WebCoreSystemInterfa ce.h', 3983 '../third_party/WebKit/WebCore/platform/mac/WebCoreSystemInterfa ce.h',
3991 ], 3984 ],
(...skipping 500 matching lines...) Expand 10 before | Expand all | Expand 10 after
4492 'default_plugin/default_plugin.gyp:default_plugin', 4485 'default_plugin/default_plugin.gyp:default_plugin',
4493 ], 4486 ],
4494 'sources!': [ 4487 'sources!': [
4495 'glue/plugins/plugin_stubs.cc', 4488 'glue/plugins/plugin_stubs.cc',
4496 ], 4489 ],
4497 }], 4490 }],
4498 ], 4491 ],
4499 }, 4492 },
4500 ], 4493 ],
4501 } 4494 }
OLDNEW
« no previous file with comments | « skia/skia.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698