| OLD | NEW |
| 1 # | 1 # |
| 2 # Copyright (C) 2011 Google Inc. All rights reserved. | 2 # Copyright (C) 2011 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 'dependencies': [ | 56 'dependencies': [ |
| 57 '../config.gyp:config', | 57 '../config.gyp:config', |
| 58 '../platform/blink_platform.gyp:blink_common', | 58 '../platform/blink_platform.gyp:blink_common', |
| 59 '../modules/modules.gyp:modules', | 59 '../modules/modules.gyp:modules', |
| 60 '<(DEPTH)/base/base.gyp:base', | 60 '<(DEPTH)/base/base.gyp:base', |
| 61 '<(DEPTH)/cc/cc.gyp:cc', | 61 '<(DEPTH)/cc/cc.gyp:cc', |
| 62 '<(DEPTH)/skia/skia.gyp:skia', | 62 '<(DEPTH)/skia/skia.gyp:skia', |
| 63 '<(angle_path)/src/angle.gyp:translator', | 63 '<(angle_path)/src/angle.gyp:translator', |
| 64 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 64 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| 65 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', | 65 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', |
| 66 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 66 '<(DEPTH)/v8/src/v8.gyp:v8', |
| 67 ], | 67 ], |
| 68 'export_dependent_settings': [ | 68 'export_dependent_settings': [ |
| 69 '<(DEPTH)/skia/skia.gyp:skia', | 69 '<(DEPTH)/skia/skia.gyp:skia', |
| 70 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 70 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| 71 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 71 '<(DEPTH)/v8/src/v8.gyp:v8', |
| 72 ], | 72 ], |
| 73 'include_dirs': [ | 73 'include_dirs': [ |
| 74 '<(angle_path)/include', | 74 '<(angle_path)/include', |
| 75 ], | 75 ], |
| 76 'defines': [ | 76 'defines': [ |
| 77 'BLINK_WEB_IMPLEMENTATION=1', | 77 'BLINK_WEB_IMPLEMENTATION=1', |
| 78 'BLINK_IMPLEMENTATION=1', | 78 'BLINK_IMPLEMENTATION=1', |
| 79 'INSIDE_BLINK', | 79 'INSIDE_BLINK', |
| 80 ], | 80 ], |
| 81 'sources': [ | 81 'sources': [ |
| 82 '<@(web_files)', | 82 '<@(web_files)', |
| 83 ], | 83 ], |
| 84 'conditions': [ | 84 'conditions': [ |
| 85 ['component=="shared_library"', { | 85 ['component=="shared_library"', { |
| 86 'dependencies': [ | 86 'dependencies': [ |
| 87 '../core/core.gyp:webcore_shared', | 87 '../core/core.gyp:webcore_shared', |
| 88 '../platform/blink_platform.gyp:blink_common', | 88 '../platform/blink_platform.gyp:blink_common', |
| 89 '../platform/blink_platform.gyp:blink_platform', | 89 '../platform/blink_platform.gyp:blink_platform', |
| 90 '../wtf/wtf.gyp:wtf', | 90 '../wtf/wtf.gyp:wtf', |
| 91 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 91 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| 92 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 92 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
| 93 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', | 93 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', |
| 94 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', | 94 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', |
| 95 '<(DEPTH)/third_party/ots/ots.gyp:ots', | 95 '<(DEPTH)/third_party/ots/ots.gyp:ots', |
| 96 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', | 96 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', |
| 97 '<(DEPTH)/url/url.gyp:url_lib', | 97 '<(DEPTH)/url/url.gyp:url_lib', |
| 98 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 98 '<(DEPTH)/v8/src/v8.gyp:v8', |
| 99 '<(libjpeg_gyp_path):libjpeg', | 99 '<(libjpeg_gyp_path):libjpeg', |
| 100 # We must not add webkit_support here because of cyclic
dependency. | 100 # We must not add webkit_support here because of cyclic
dependency. |
| 101 ], | 101 ], |
| 102 'export_dependent_settings': [ | 102 'export_dependent_settings': [ |
| 103 '<(DEPTH)/url/url.gyp:url_lib', | 103 '<(DEPTH)/url/url.gyp:url_lib', |
| 104 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 104 '<(DEPTH)/v8/src/v8.gyp:v8', |
| 105 ], | 105 ], |
| 106 'msvs_settings': { | 106 'msvs_settings': { |
| 107 'VCLinkerTool': { | 107 'VCLinkerTool': { |
| 108 'conditions': [ | 108 'conditions': [ |
| 109 ['incremental_chrome_dll==1', { | 109 ['incremental_chrome_dll==1', { |
| 110 'UseLibraryDependencyInputs': "true", | 110 'UseLibraryDependencyInputs': "true", |
| 111 }], | 111 }], |
| 112 ], | 112 ], |
| 113 }, | 113 }, |
| 114 }, | 114 }, |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 'target_name': 'blink_web_test_support', | 172 'target_name': 'blink_web_test_support', |
| 173 # Because of transitive dependency on make_platform_generated. | 173 # Because of transitive dependency on make_platform_generated. |
| 174 'hard_dependency': 1, | 174 'hard_dependency': 1, |
| 175 'type': 'static_library', | 175 'type': 'static_library', |
| 176 'dependencies': [ | 176 'dependencies': [ |
| 177 '../config.gyp:config', | 177 '../config.gyp:config', |
| 178 '../core/core.gyp:webcore_testing', | 178 '../core/core.gyp:webcore_testing', |
| 179 '../modules/modules.gyp:modules_testing', | 179 '../modules/modules.gyp:modules_testing', |
| 180 '../wtf/wtf.gyp:wtf', | 180 '../wtf/wtf.gyp:wtf', |
| 181 '<(DEPTH)/skia/skia.gyp:skia', | 181 '<(DEPTH)/skia/skia.gyp:skia', |
| 182 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 182 '<(DEPTH)/v8/src/v8.gyp:v8', |
| 183 ], | 183 ], |
| 184 'include_dirs': [ | 184 'include_dirs': [ |
| 185 '../../', | 185 '../../', |
| 186 '<(SHARED_INTERMEDIATE_DIR)/blink', # gen/blink | 186 '<(SHARED_INTERMEDIATE_DIR)/blink', # gen/blink |
| 187 ], | 187 ], |
| 188 'sources': [ | 188 'sources': [ |
| 189 'WebTestingSupport.cpp', | 189 'WebTestingSupport.cpp', |
| 190 ], | 190 ], |
| 191 'conditions': [ | 191 'conditions': [ |
| 192 ['component!="shared_library"', { | 192 ['component!="shared_library"', { |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 229 'dependencies': ['<(DEPTH)/third_party/mesa/mesa.gyp:osmesa'
], | 229 'dependencies': ['<(DEPTH)/third_party/mesa/mesa.gyp:osmesa'
], |
| 230 'copies': [{ | 230 'copies': [{ |
| 231 'destination': '<(PRODUCT_DIR)/DumpRenderTree.app/Conten
ts/MacOS/', | 231 'destination': '<(PRODUCT_DIR)/DumpRenderTree.app/Conten
ts/MacOS/', |
| 232 'files': ['<(PRODUCT_DIR)/osmesa.so'], | 232 'files': ['<(PRODUCT_DIR)/osmesa.so'], |
| 233 }], | 233 }], |
| 234 }, | 234 }, |
| 235 ], | 235 ], |
| 236 }], | 236 }], |
| 237 ], # conditions | 237 ], # conditions |
| 238 } | 238 } |
| OLD | NEW |