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 this once the bindings script generates qualified | 47 # FIXME: Remove these once the bindings script generates qualified |
48 # includes correctly: http://crbug.com/377364 | 48 # includes correctly: http://crbug.com/377364 |
49 '<(bindings_output_dir)', | 49 '<(bindings_core_v8_output_dir)', |
| 50 '<(bindings_modules_v8_output_dir)', |
50 ], | 51 ], |
51 | 52 |
52 'conditions': [ | 53 'conditions': [ |
53 ['OS=="android" and use_openmax_dl_fft!=0', { | 54 ['OS=="android" and use_openmax_dl_fft!=0', { |
54 'webcore_include_dirs': [ | 55 'webcore_include_dirs': [ |
55 '<(DEPTH)/third_party/openmax_dl' | 56 '<(DEPTH)/third_party/openmax_dl' |
56 ] | 57 ] |
57 }], | 58 }], |
58 ], | 59 ], |
59 }, # variables | 60 }, # variables |
(...skipping 736 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
796 'BLINK_IMPLEMENTATION=1', | 797 'BLINK_IMPLEMENTATION=1', |
797 'INSIDE_BLINK', | 798 'INSIDE_BLINK', |
798 ], | 799 ], |
799 'include_dirs': [ | 800 'include_dirs': [ |
800 '<(bindings_v8_dir)', # FIXME: Remove once http://crbug.com/236119 is f
ixed. | 801 '<(bindings_v8_dir)', # FIXME: Remove once http://crbug.com/236119 is f
ixed. |
801 'testing', | 802 'testing', |
802 'testing/v8', | 803 'testing/v8', |
803 ], | 804 ], |
804 'sources': [ | 805 'sources': [ |
805 '<@(webcore_testing_files)', | 806 '<@(webcore_testing_files)', |
806 '<(bindings_output_dir)/V8GCObservation.cpp', | 807 '<(bindings_core_v8_output_dir)/V8GCObservation.cpp', |
807 '<(bindings_output_dir)/V8GCObservation.h', | 808 '<(bindings_core_v8_output_dir)/V8GCObservation.h', |
808 '<(bindings_output_dir)/V8MallocStatistics.cpp', | 809 '<(bindings_core_v8_output_dir)/V8MallocStatistics.cpp', |
809 '<(bindings_output_dir)/V8MallocStatistics.h', | 810 '<(bindings_core_v8_output_dir)/V8MallocStatistics.h', |
810 '<(bindings_output_dir)/V8TypeConversions.cpp', | 811 '<(bindings_core_v8_output_dir)/V8TypeConversions.cpp', |
811 '<(bindings_output_dir)/V8TypeConversions.h', | 812 '<(bindings_core_v8_output_dir)/V8TypeConversions.h', |
812 '<(bindings_output_dir)/V8Internals.cpp', | 813 '<(bindings_core_v8_output_dir)/V8Internals.cpp', |
813 '<(bindings_output_dir)/V8Internals.h', | 814 '<(bindings_core_v8_output_dir)/V8Internals.h', |
814 '<(bindings_output_dir)/V8InternalProfilers.cpp', | 815 '<(bindings_core_v8_output_dir)/V8InternalProfilers.cpp', |
815 '<(bindings_output_dir)/V8InternalProfilers.h', | 816 '<(bindings_core_v8_output_dir)/V8InternalProfilers.h', |
816 '<(bindings_output_dir)/V8InternalSettings.cpp', | 817 '<(bindings_core_v8_output_dir)/V8InternalSettings.cpp', |
817 '<(bindings_output_dir)/V8InternalSettings.h', | 818 '<(bindings_core_v8_output_dir)/V8InternalSettings.h', |
818 '<(bindings_output_dir)/V8InternalSettingsGenerated.cpp', | 819 '<(bindings_core_v8_output_dir)/V8InternalSettingsGenerated.cpp', |
819 '<(bindings_output_dir)/V8InternalSettingsGenerated.h', | 820 '<(bindings_core_v8_output_dir)/V8InternalSettingsGenerated.h', |
820 '<(bindings_output_dir)/V8InternalRuntimeFlags.cpp', | 821 '<(bindings_core_v8_output_dir)/V8InternalRuntimeFlags.cpp', |
821 '<(bindings_output_dir)/V8InternalRuntimeFlags.h', | 822 '<(bindings_core_v8_output_dir)/V8InternalRuntimeFlags.h', |
822 '<(bindings_output_dir)/V8LayerRect.cpp', | 823 '<(bindings_core_v8_output_dir)/V8LayerRect.cpp', |
823 '<(bindings_output_dir)/V8LayerRect.h', | 824 '<(bindings_core_v8_output_dir)/V8LayerRect.h', |
824 '<(bindings_output_dir)/V8LayerRectList.cpp', | 825 '<(bindings_core_v8_output_dir)/V8LayerRectList.cpp', |
825 '<(bindings_output_dir)/V8LayerRectList.h', | 826 '<(bindings_core_v8_output_dir)/V8LayerRectList.h', |
826 ], | 827 ], |
827 'sources/': [ | 828 'sources/': [ |
828 ['exclude', 'testing/js'], | 829 ['exclude', 'testing/js'], |
829 ], | 830 ], |
830 }, | 831 }, |
831 ], # targets | 832 ], # targets |
832 } | 833 } |
OLD | NEW |