| 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 1028 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1039 }], | 1039 }], |
| 1040 ], | 1040 ], |
| 1041 }, | 1041 }, |
| 1042 { | 1042 { |
| 1043 'target_name': 'webcore_test_support', | 1043 'target_name': 'webcore_test_support', |
| 1044 'type': 'static_library', | 1044 'type': 'static_library', |
| 1045 'dependencies': [ | 1045 'dependencies': [ |
| 1046 '../../config.gyp:config', | 1046 '../../config.gyp:config', |
| 1047 'webcore', | 1047 'webcore', |
| 1048 ], | 1048 ], |
| 1049 'defines': [ |
| 1050 'WEBKIT_IMPLEMENTATION=1', |
| 1051 ], |
| 1049 'include_dirs': [ | 1052 'include_dirs': [ |
| 1050 '<(bindings_dir)/v8', # FIXME: Remove once http://crbug.com/236119 is f
ixed. | 1053 '<(bindings_dir)/v8', # FIXME: Remove once http://crbug.com/236119 is f
ixed. |
| 1051 '../testing', | 1054 '../testing', |
| 1052 '../testing/v8', | 1055 '../testing/v8', |
| 1053 ], | 1056 ], |
| 1054 'sources': [ | 1057 'sources': [ |
| 1055 '<@(webcore_test_support_files)', | 1058 '<@(webcore_test_support_files)', |
| 1056 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8MallocStatistics.cpp', | 1059 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8MallocStatistics.cpp', |
| 1057 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8MallocStatistics.h', | 1060 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8MallocStatistics.h', |
| 1058 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8TypeConversions.cpp', | 1061 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8TypeConversions.cpp', |
| 1059 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8TypeConversions.h', | 1062 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8TypeConversions.h', |
| 1060 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8Internals.cpp', | 1063 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8Internals.cpp', |
| 1061 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8Internals.h', | 1064 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8Internals.h', |
| 1062 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettings.cpp', | 1065 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettings.cpp', |
| 1063 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettings.h', | 1066 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettings.h', |
| 1064 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettingsGenerated
.cpp', | 1067 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalSettingsGenerated
.cpp', |
| 1065 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated.
h', | 1068 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated.
h', |
| 1066 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalRuntimeFlags.cpp'
, | 1069 '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalRuntimeFlags.cpp'
, |
| 1067 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalRuntimeFlags.h', | 1070 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalRuntimeFlags.h', |
| 1068 ], | 1071 ], |
| 1069 'sources/': [ | 1072 'sources/': [ |
| 1070 ['exclude', 'testing/js'], | 1073 ['exclude', 'testing/js'], |
| 1071 ], | 1074 ], |
| 1072 }, | 1075 }, |
| 1073 ], # targets | 1076 ], # targets |
| 1074 } | 1077 } |
| OLD | NEW |