| OLD | NEW |
| 1 # | 1 # |
| 2 # Copyright (C) 2009 Google Inc. All rights reserved. | 2 # Copyright (C) 2009 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 28 matching lines...) Expand all Loading... |
| 39 '../platform/platform_generated.gypi', # FIXME: Required by <(blink_platform
_output_dir) below. | 39 '../platform/platform_generated.gypi', # FIXME: Required by <(blink_platform
_output_dir) below. |
| 40 ], | 40 ], |
| 41 | 41 |
| 42 'variables': { | 42 'variables': { |
| 43 'enable_wexit_time_destructors': 1, | 43 'enable_wexit_time_destructors': 1, |
| 44 | 44 |
| 45 'webcore_include_dirs': [ | 45 'webcore_include_dirs': [ |
| 46 '..', # WebKit/Source | 46 '..', # WebKit/Source |
| 47 # FIXME: Remove these once core scripts generate qualified | 47 # FIXME: Remove these once core scripts generate qualified |
| 48 # includes correctly: http://crbug.com/380054 | 48 # includes correctly: http://crbug.com/380054 |
| 49 '<(blink_core_output_dir)', | |
| 50 '<(blink_modules_output_dir)', | 49 '<(blink_modules_output_dir)', |
| 51 '<(bindings_core_v8_output_dir)', | 50 '<(bindings_core_v8_output_dir)', |
| 52 '<(bindings_modules_v8_output_dir)', | 51 '<(bindings_modules_v8_output_dir)', |
| 53 # Needed to include the generated binding headers. | 52 # Needed to include the generated binding headers. |
| 54 '<(SHARED_INTERMEDIATE_DIR)/blink', # gen/blink | 53 '<(SHARED_INTERMEDIATE_DIR)/blink', # gen/blink |
| 55 ], | 54 ], |
| 56 | 55 |
| 57 'conditions': [ | 56 'conditions': [ |
| 58 ['OS=="android" and use_openmax_dl_fft!=0', { | 57 ['OS=="android" and use_openmax_dl_fft!=0', { |
| 59 'webcore_include_dirs': [ | 58 'webcore_include_dirs': [ |
| (...skipping 775 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 835 '<(bindings_core_v8_output_dir)/V8LayerRect.h', | 834 '<(bindings_core_v8_output_dir)/V8LayerRect.h', |
| 836 '<(bindings_core_v8_output_dir)/V8LayerRectList.cpp', | 835 '<(bindings_core_v8_output_dir)/V8LayerRectList.cpp', |
| 837 '<(bindings_core_v8_output_dir)/V8LayerRectList.h', | 836 '<(bindings_core_v8_output_dir)/V8LayerRectList.h', |
| 838 ], | 837 ], |
| 839 'sources/': [ | 838 'sources/': [ |
| 840 ['exclude', 'testing/js'], | 839 ['exclude', 'testing/js'], |
| 841 ], | 840 ], |
| 842 }, | 841 }, |
| 843 ], # targets | 842 ], # targets |
| 844 } | 843 } |
| OLD | NEW |