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 26 matching lines...) Expand all Loading... |
37 'core.gypi', | 37 'core.gypi', |
38 ], | 38 ], |
39 | 39 |
40 'variables': { | 40 'variables': { |
41 'enable_wexit_time_destructors': 1, | 41 'enable_wexit_time_destructors': 1, |
42 | 42 |
43 'webcore_include_dirs': [ | 43 'webcore_include_dirs': [ |
44 '../..', | 44 '../..', |
45 '..', | 45 '..', |
46 '<(SHARED_INTERMEDIATE_DIR)/blink', | 46 '<(SHARED_INTERMEDIATE_DIR)/blink', |
47 # FIXME: Remove these once the bindings script generates qualified | 47 # FIXME: Remove these once core scripts generates qualified |
48 # includes correctly: http://crbug.com/377364 | 48 # includes correctly: http://crbug.com/358074 |
49 '<(bindings_core_v8_output_dir)', | 49 '<(bindings_core_v8_output_dir)', |
50 '<(bindings_modules_v8_output_dir)', | 50 '<(bindings_modules_v8_output_dir)', |
51 ], | 51 ], |
52 | 52 |
53 'conditions': [ | 53 'conditions': [ |
54 ['OS=="android" and use_openmax_dl_fft!=0', { | 54 ['OS=="android" and use_openmax_dl_fft!=0', { |
55 'webcore_include_dirs': [ | 55 'webcore_include_dirs': [ |
56 '<(DEPTH)/third_party/openmax_dl' | 56 '<(DEPTH)/third_party/openmax_dl' |
57 ] | 57 ] |
58 }], | 58 }], |
(...skipping 765 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
824 '<(bindings_core_v8_output_dir)/V8LayerRect.h', | 824 '<(bindings_core_v8_output_dir)/V8LayerRect.h', |
825 '<(bindings_core_v8_output_dir)/V8LayerRectList.cpp', | 825 '<(bindings_core_v8_output_dir)/V8LayerRectList.cpp', |
826 '<(bindings_core_v8_output_dir)/V8LayerRectList.h', | 826 '<(bindings_core_v8_output_dir)/V8LayerRectList.h', |
827 ], | 827 ], |
828 'sources/': [ | 828 'sources/': [ |
829 ['exclude', 'testing/js'], | 829 ['exclude', 'testing/js'], |
830 ], | 830 ], |
831 }, | 831 }, |
832 ], # targets | 832 ], # targets |
833 } | 833 } |
OLD | NEW |