| 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 19 matching lines...) Expand all Loading... |
| 30 | 30 |
| 31 { | 31 { |
| 32 'variables': { | 32 'variables': { |
| 33 'blink_web_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/web', | 33 'blink_web_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/web', |
| 34 }, | 34 }, |
| 35 'includes': [ | 35 'includes': [ |
| 36 '../bindings/bindings.gypi', | 36 '../bindings/bindings.gypi', |
| 37 '../core/core.gypi', | 37 '../core/core.gypi', |
| 38 '../build/features.gypi', | 38 '../build/features.gypi', |
| 39 '../build/scripts/scripts.gypi', | 39 '../build/scripts/scripts.gypi', |
| 40 '../build/win/precompile.gypi', | 40 '../build/win/precompile-core.gypi', |
| 41 '../modules/modules.gypi', | 41 '../modules/modules.gypi', |
| 42 '../platform/blink_platform.gypi', | 42 '../platform/blink_platform.gypi', |
| 43 '../wtf/wtf.gypi', | 43 '../wtf/wtf.gypi', |
| 44 'web.gypi', | 44 'web.gypi', |
| 45 ], | 45 ], |
| 46 'target_defaults': { | 46 'target_defaults': { |
| 47 'variables': { | 47 'variables': { |
| 48 'clang_warning_flags': ['-Wglobal-constructors'], | 48 'clang_warning_flags': ['-Wglobal-constructors'], |
| 49 }, | 49 }, |
| 50 }, | 50 }, |
| (...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 276 'dependencies': ['<(DEPTH)/third_party/mesa/mesa.gyp:osmesa'
], | 276 'dependencies': ['<(DEPTH)/third_party/mesa/mesa.gyp:osmesa'
], |
| 277 'copies': [{ | 277 'copies': [{ |
| 278 'destination': '<(PRODUCT_DIR)/DumpRenderTree.app/Conten
ts/MacOS/', | 278 'destination': '<(PRODUCT_DIR)/DumpRenderTree.app/Conten
ts/MacOS/', |
| 279 'files': ['<(PRODUCT_DIR)/osmesa.so'], | 279 'files': ['<(PRODUCT_DIR)/osmesa.so'], |
| 280 }], | 280 }], |
| 281 }, | 281 }, |
| 282 ], | 282 ], |
| 283 }], | 283 }], |
| 284 ], # conditions | 284 ], # conditions |
| 285 } | 285 } |
| OLD | NEW |