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 21 matching lines...) Expand all Loading... |
32 'includes': [ | 32 'includes': [ |
33 '../WebKit/chromium/WinPrecompile.gypi', | 33 '../WebKit/chromium/WinPrecompile.gypi', |
34 'features.gypi', | 34 'features.gypi', |
35 '../modules/modules.gypi', | 35 '../modules/modules.gypi', |
36 '../bindings/bindings.gypi', | 36 '../bindings/bindings.gypi', |
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 'blink_scrolling_position_no_offset%': 0, |
42 | 43 |
43 'webcore_include_dirs': [ | 44 'webcore_include_dirs': [ |
44 '../..', | 45 '../..', |
45 '..', | 46 '..', |
46 '<(SHARED_INTERMEDIATE_DIR)/webkit', | 47 '<(SHARED_INTERMEDIATE_DIR)/webkit', |
47 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings', | 48 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings', |
48 ], | 49 ], |
49 | 50 |
50 'conditions': [ | 51 'conditions': [ |
51 ['OS=="android" and use_openmax_dl_fft!=0', { | 52 ['OS=="android" and use_openmax_dl_fft!=0', { |
(...skipping 903 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
955 ['OS=="android"', { | 956 ['OS=="android"', { |
956 'sources/': [ | 957 'sources/': [ |
957 ['include', 'rendering/RenderThemeChromiumFontProviderLinux\\.cpp$']
, | 958 ['include', 'rendering/RenderThemeChromiumFontProviderLinux\\.cpp$']
, |
958 ['include', 'rendering/RenderThemeChromiumDefault\\.cpp$'], | 959 ['include', 'rendering/RenderThemeChromiumDefault\\.cpp$'], |
959 ], | 960 ], |
960 },{ # OS!="android" | 961 },{ # OS!="android" |
961 'sources/': [ | 962 'sources/': [ |
962 ['exclude', 'Android\\.cpp$'], | 963 ['exclude', 'Android\\.cpp$'], |
963 ], | 964 ], |
964 }], | 965 }], |
| 966 ['blink_scrolling_position_no_offset==1', { |
| 967 'defines': [ |
| 968 'BLINK_SCROLLING_POSITION_NO_OFFSET', |
| 969 ] |
| 970 }], |
965 ], | 971 ], |
966 }, | 972 }, |
967 { | 973 { |
968 'target_name': 'webcore_remaining', | 974 'target_name': 'webcore_remaining', |
969 'type': 'static_library', | 975 'type': 'static_library', |
970 'dependencies': [ | 976 'dependencies': [ |
971 '<(DEPTH)/third_party/v8-i18n/build/all.gyp:v8-i18n', | 977 '<(DEPTH)/third_party/v8-i18n/build/all.gyp:v8-i18n', |
972 'webcore_prerequisites', | 978 'webcore_prerequisites', |
973 ], | 979 ], |
974 'sources': [ | 980 'sources': [ |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1113 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated.
h', | 1119 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated.
h', |
1114 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalRuntimeFlags.cpp', | 1120 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalRuntimeFlags.cpp', |
1115 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalRuntimeFlags.h', | 1121 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalRuntimeFlags.h', |
1116 ], | 1122 ], |
1117 'sources/': [ | 1123 'sources/': [ |
1118 ['exclude', 'testing/js'], | 1124 ['exclude', 'testing/js'], |
1119 ], | 1125 ], |
1120 }, | 1126 }, |
1121 ], # targets | 1127 ], # targets |
1122 } | 1128 } |
OLD | NEW |