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 24 matching lines...) Expand all Loading... |
35 '../build/scripts/scripts.gypi', | 35 '../build/scripts/scripts.gypi', |
36 '../bindings/core/core.gypi', # core can depend on bindings/core, but not o
n bindings | 36 '../bindings/core/core.gypi', # core can depend on bindings/core, but not o
n bindings |
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 '..', # WebKit/Source | 44 '..', # WebKit/Source |
45 # FIXME: Remove the following two lines once core scripts generate qualifi
ed | |
46 # includes correctly: http://crbug.com/380054 | |
47 '<(bindings_core_v8_output_dir)', | |
48 '<(bindings_modules_v8_output_dir)', | |
49 '<(SHARED_INTERMEDIATE_DIR)/blink', # gen/blink | 45 '<(SHARED_INTERMEDIATE_DIR)/blink', # gen/blink |
50 ], | 46 ], |
51 | 47 |
52 'conditions': [ | 48 'conditions': [ |
53 ['OS=="android" and use_openmax_dl_fft!=0', { | 49 ['OS=="android" and use_openmax_dl_fft!=0', { |
54 'webcore_include_dirs': [ | 50 'webcore_include_dirs': [ |
55 '<(DEPTH)/third_party/openmax_dl' | 51 '<(DEPTH)/third_party/openmax_dl' |
56 ] | 52 ] |
57 }], | 53 }], |
58 ], | 54 ], |
(...skipping 767 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
826 '<(bindings_core_v8_output_dir)/V8LayerRect.h', | 822 '<(bindings_core_v8_output_dir)/V8LayerRect.h', |
827 '<(bindings_core_v8_output_dir)/V8LayerRectList.cpp', | 823 '<(bindings_core_v8_output_dir)/V8LayerRectList.cpp', |
828 '<(bindings_core_v8_output_dir)/V8LayerRectList.h', | 824 '<(bindings_core_v8_output_dir)/V8LayerRectList.h', |
829 ], | 825 ], |
830 'sources/': [ | 826 'sources/': [ |
831 ['exclude', 'testing/js'], | 827 ['exclude', 'testing/js'], |
832 ], | 828 ], |
833 }, | 829 }, |
834 ], # targets | 830 ], # targets |
835 } | 831 } |
OLD | NEW |