| 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 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 392 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', | 392 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', |
| 393 '<(DEPTH)/third_party/angle/src/build_angle.gyp:translator_glsl', | 393 '<(DEPTH)/third_party/angle/src/build_angle.gyp:translator_glsl', |
| 394 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', | 394 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', |
| 395 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 395 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 396 '<(libjpeg_gyp_path):libjpeg', | 396 '<(libjpeg_gyp_path):libjpeg', |
| 397 ], | 397 ], |
| 398 'direct_dependent_settings': { | 398 'direct_dependent_settings': { |
| 399 'defines': [ | 399 'defines': [ |
| 400 'WEBCORE_NAVIGATOR_VENDOR="Google Inc."', | 400 'WEBCORE_NAVIGATOR_VENDOR="Google Inc."', |
| 401 'WEBKIT_IMPLEMENTATION=1', | 401 'WEBKIT_IMPLEMENTATION=1', |
| 402 'INSIDE_WEBKIT', |
| 402 ], | 403 ], |
| 403 'include_dirs': [ | 404 'include_dirs': [ |
| 404 '<@(webcore_include_dirs)', | 405 '<@(webcore_include_dirs)', |
| 405 '<(DEPTH)/gpu', | 406 '<(DEPTH)/gpu', |
| 406 '<(DEPTH)/third_party/angle/include/GLSLANG', | 407 '<(DEPTH)/third_party/angle/include/GLSLANG', |
| 407 ], | 408 ], |
| 408 'msvs_disabled_warnings': [ | 409 'msvs_disabled_warnings': [ |
| 409 4138, 4244, 4291, 4305, 4344, 4355, 4521, 4099, | 410 4138, 4244, 4291, 4305, 4344, 4355, 4521, 4099, |
| 410 ], | 411 ], |
| 411 'scons_line_length' : 1, | 412 'scons_line_length' : 1, |
| (...skipping 667 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1079 }, | 1080 }, |
| 1080 { | 1081 { |
| 1081 'target_name': 'webcore_test_support', | 1082 'target_name': 'webcore_test_support', |
| 1082 'type': 'static_library', | 1083 'type': 'static_library', |
| 1083 'dependencies': [ | 1084 'dependencies': [ |
| 1084 '../config.gyp:config', | 1085 '../config.gyp:config', |
| 1085 'webcore', | 1086 'webcore', |
| 1086 ], | 1087 ], |
| 1087 'defines': [ | 1088 'defines': [ |
| 1088 'WEBKIT_IMPLEMENTATION=1', | 1089 'WEBKIT_IMPLEMENTATION=1', |
| 1090 'INSIDE_WEBKIT', |
| 1089 ], | 1091 ], |
| 1090 'include_dirs': [ | 1092 'include_dirs': [ |
| 1091 '<(bindings_dir)/v8', # FIXME: Remove once http://crbug.com/236119 is f
ixed. | 1093 '<(bindings_dir)/v8', # FIXME: Remove once http://crbug.com/236119 is f
ixed. |
| 1092 'testing', | 1094 'testing', |
| 1093 'testing/v8', | 1095 'testing/v8', |
| 1094 ], | 1096 ], |
| 1095 'sources': [ | 1097 'sources': [ |
| 1096 '<@(webcore_test_support_files)', | 1098 '<@(webcore_test_support_files)', |
| 1097 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8MallocStatistics.cpp', | 1099 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8MallocStatistics.cpp', |
| 1098 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8MallocStatistics.h', | 1100 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8MallocStatistics.h', |
| 1099 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8TypeConversions.cpp', | 1101 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8TypeConversions.cpp', |
| 1100 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8TypeConversions.h', | 1102 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8TypeConversions.h', |
| 1101 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8Internals.cpp', | 1103 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8Internals.cpp', |
| 1102 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8Internals.h', | 1104 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8Internals.h', |
| 1103 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettings.cpp', | 1105 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettings.cpp', |
| 1104 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettings.h', | 1106 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettings.h', |
| 1105 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettingsGenerated
.cpp', | 1107 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettingsGenerated
.cpp', |
| 1106 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated.
h', | 1108 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated.
h', |
| 1107 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalRuntimeFlags.cpp'
, | 1109 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalRuntimeFlags.cpp'
, |
| 1108 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalRuntimeFlags.h', | 1110 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalRuntimeFlags.h', |
| 1109 ], | 1111 ], |
| 1110 'sources/': [ | 1112 'sources/': [ |
| 1111 ['exclude', 'testing/js'], | 1113 ['exclude', 'testing/js'], |
| 1112 ], | 1114 ], |
| 1113 }, | 1115 }, |
| 1114 ], # targets | 1116 ], # targets |
| 1115 } | 1117 } |
| OLD | NEW |