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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 }, | 50 }, |
51 'targets': [ | 51 'targets': [ |
52 { | 52 { |
53 'target_name': 'blink_web', | 53 'target_name': 'blink_web', |
54 'type': '<(component)', | 54 'type': '<(component)', |
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)/cc/cc.gyp:cc', |
60 '<(DEPTH)/skia/skia.gyp:skia', | 61 '<(DEPTH)/skia/skia.gyp:skia', |
61 '<(angle_path)/src/angle.gyp:translator', | 62 '<(angle_path)/src/angle.gyp:translator', |
62 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 63 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
63 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', | 64 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', |
64 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', | 65 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', |
65 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 66 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
66 ], | 67 ], |
67 'export_dependent_settings': [ | 68 'export_dependent_settings': [ |
68 '<(DEPTH)/skia/skia.gyp:skia', | 69 '<(DEPTH)/skia/skia.gyp:skia', |
69 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 70 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
264 'dependencies': ['<(DEPTH)/third_party/mesa/mesa.gyp:osmesa'
], | 265 'dependencies': ['<(DEPTH)/third_party/mesa/mesa.gyp:osmesa'
], |
265 'copies': [{ | 266 'copies': [{ |
266 'destination': '<(PRODUCT_DIR)/DumpRenderTree.app/Conten
ts/MacOS/', | 267 'destination': '<(PRODUCT_DIR)/DumpRenderTree.app/Conten
ts/MacOS/', |
267 'files': ['<(PRODUCT_DIR)/osmesa.so'], | 268 'files': ['<(PRODUCT_DIR)/osmesa.so'], |
268 }], | 269 }], |
269 }, | 270 }, |
270 ], | 271 ], |
271 }], | 272 }], |
272 ], # conditions | 273 ], # conditions |
273 } | 274 } |
OLD | NEW |