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 951 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
962 'sources/': [ | 962 'sources/': [ |
963 ['exclude', 'Linux\\.cpp$'], | 963 ['exclude', 'Linux\\.cpp$'], |
964 ], | 964 ], |
965 }], | 965 }], |
966 ['toolkit_uses_gtk == 0', { | 966 ['toolkit_uses_gtk == 0', { |
967 'sources/': [ | 967 'sources/': [ |
968 ['exclude', 'Gtk\\.cpp$'], | 968 ['exclude', 'Gtk\\.cpp$'], |
969 ], | 969 ], |
970 }], | 970 }], |
971 ['OS=="android"', { | 971 ['OS=="android"', { |
| 972 'sources/': [['exclude', 'ViewportStyle\\.cpp$']], |
972 'cflags': [ | 973 'cflags': [ |
973 # WebCore does not work with strict aliasing enabled. | 974 # WebCore does not work with strict aliasing enabled. |
974 # https://bugs.webkit.org/show_bug.cgi?id=25864 | 975 # https://bugs.webkit.org/show_bug.cgi?id=25864 |
975 '-fno-strict-aliasing', | 976 '-fno-strict-aliasing', |
976 ], | 977 ], |
977 }, { # OS!="android" | 978 }, { # OS!="android" |
978 'sources/': [['exclude', 'Android\\.cpp$']] | 979 'sources/': [['exclude', 'Android\\.cpp$']] |
979 }], | 980 }], |
980 ['OS!="mac"', { | 981 ['OS!="mac"', { |
981 'sources/': [['exclude', 'Mac\\.(cpp|mm?)$']] | 982 'sources/': [['exclude', 'Mac\\.(cpp|mm?)$']] |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1087 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h', | 1088 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h', |
1088 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp', | 1089 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp', |
1089 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h', | 1090 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h', |
1090 ], | 1091 ], |
1091 'sources/': [ | 1092 'sources/': [ |
1092 ['exclude', 'testing/js'], | 1093 ['exclude', 'testing/js'], |
1093 ], | 1094 ], |
1094 }, | 1095 }, |
1095 ], # targets | 1096 ], # targets |
1096 } | 1097 } |
OLD | NEW |