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 937 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
948 'sources/': [ | 948 'sources/': [ |
949 ['exclude', 'Linux\\.cpp$'], | 949 ['exclude', 'Linux\\.cpp$'], |
950 ], | 950 ], |
951 }], | 951 }], |
952 ['toolkit_uses_gtk == 0', { | 952 ['toolkit_uses_gtk == 0', { |
953 'sources/': [ | 953 'sources/': [ |
954 ['exclude', 'Gtk\\.cpp$'], | 954 ['exclude', 'Gtk\\.cpp$'], |
955 ], | 955 ], |
956 }], | 956 }], |
957 ['OS=="android"', { | 957 ['OS=="android"', { |
| 958 'sources/': [['exclude', 'ViewportStyle\\.cpp$']], |
958 'cflags': [ | 959 'cflags': [ |
959 # WebCore does not work with strict aliasing enabled. | 960 # WebCore does not work with strict aliasing enabled. |
960 # https://bugs.webkit.org/show_bug.cgi?id=25864 | 961 # https://bugs.webkit.org/show_bug.cgi?id=25864 |
961 '-fno-strict-aliasing', | 962 '-fno-strict-aliasing', |
962 ], | 963 ], |
963 }, { # OS!="android" | 964 }, { # OS!="android" |
964 'sources/': [['exclude', 'Android\\.cpp$']] | 965 'sources/': [['exclude', 'Android\\.cpp$']] |
965 }], | 966 }], |
966 ['OS!="mac"', { | 967 ['OS!="mac"', { |
967 'sources/': [['exclude', 'Mac\\.(cpp|mm?)$']] | 968 'sources/': [['exclude', 'Mac\\.(cpp|mm?)$']] |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1073 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h', | 1074 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h', |
1074 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp', | 1075 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp', |
1075 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h', | 1076 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h', |
1076 ], | 1077 ], |
1077 'sources/': [ | 1078 'sources/': [ |
1078 ['exclude', 'testing/js'], | 1079 ['exclude', 'testing/js'], |
1079 ], | 1080 ], |
1080 }, | 1081 }, |
1081 ], # targets | 1082 ], # targets |
1082 } | 1083 } |
OLD | NEW |