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)/skia/skia.gyp:skia', | 60 '<(DEPTH)/skia/skia.gyp:skia', |
61 '<(angle_path)/src/angle.gyp:translator', | 61 '<(angle_path)/src/angle.gyp:translator', |
62 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 62 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
63 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', | 63 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', |
64 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 64 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 65 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', |
65 ], | 66 ], |
66 'export_dependent_settings': [ | 67 'export_dependent_settings': [ |
67 '<(DEPTH)/skia/skia.gyp:skia', | 68 '<(DEPTH)/skia/skia.gyp:skia', |
68 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 69 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
69 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', | 70 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', |
70 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 71 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
71 ], | 72 ], |
72 'include_dirs': [ | 73 'include_dirs': [ |
73 '<(angle_path)/include', | 74 '<(angle_path)/include', |
74 '<(DEPTH)/third_party/skia/include/utils', | 75 '<(DEPTH)/third_party/skia/include/utils', |
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
271 'dependencies': ['<(DEPTH)/third_party/mesa/mesa.gyp:osmesa'
], | 272 'dependencies': ['<(DEPTH)/third_party/mesa/mesa.gyp:osmesa'
], |
272 'copies': [{ | 273 'copies': [{ |
273 'destination': '<(PRODUCT_DIR)/DumpRenderTree.app/Conten
ts/MacOS/', | 274 'destination': '<(PRODUCT_DIR)/DumpRenderTree.app/Conten
ts/MacOS/', |
274 'files': ['<(PRODUCT_DIR)/osmesa.so'], | 275 'files': ['<(PRODUCT_DIR)/osmesa.so'], |
275 }], | 276 }], |
276 }, | 277 }, |
277 ], | 278 ], |
278 }], | 279 }], |
279 ], # conditions | 280 ], # conditions |
280 } | 281 } |
OLD | NEW |