| 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 'variables': { 'enable_wexit_time_destructors': 1, }, | 55 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 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)/third_party/npapi/npapi.gyp:npapi', | |
| 66 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', | 65 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', |
| 67 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 66 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 68 ], | 67 ], |
| 69 'export_dependent_settings': [ | 68 'export_dependent_settings': [ |
| 70 '<(DEPTH)/skia/skia.gyp:skia', | 69 '<(DEPTH)/skia/skia.gyp:skia', |
| 71 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 70 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| 72 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', | |
| 73 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 71 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 74 ], | 72 ], |
| 75 'include_dirs': [ | 73 'include_dirs': [ |
| 76 '<(angle_path)/include', | 74 '<(angle_path)/include', |
| 77 ], | 75 ], |
| 78 'defines': [ | 76 'defines': [ |
| 79 'BLINK_WEB_IMPLEMENTATION=1', | 77 'BLINK_WEB_IMPLEMENTATION=1', |
| 80 'BLINK_IMPLEMENTATION=1', | 78 'BLINK_IMPLEMENTATION=1', |
| 81 'INSIDE_BLINK', | 79 'INSIDE_BLINK', |
| 82 ], | 80 ], |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 229 'dependencies': ['<(DEPTH)/third_party/mesa/mesa.gyp:osmesa'
], | 227 'dependencies': ['<(DEPTH)/third_party/mesa/mesa.gyp:osmesa'
], |
| 230 'copies': [{ | 228 'copies': [{ |
| 231 'destination': '<(PRODUCT_DIR)/DumpRenderTree.app/Conten
ts/MacOS/', | 229 'destination': '<(PRODUCT_DIR)/DumpRenderTree.app/Conten
ts/MacOS/', |
| 232 'files': ['<(PRODUCT_DIR)/osmesa.so'], | 230 'files': ['<(PRODUCT_DIR)/osmesa.so'], |
| 233 }], | 231 }], |
| 234 }, | 232 }, |
| 235 ], | 233 ], |
| 236 }], | 234 }], |
| 237 ], # conditions | 235 ], # conditions |
| 238 } | 236 } |
| OLD | NEW |