OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |