| 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 1110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1121 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8Internals.cpp', | 1121 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8Internals.cpp', |
| 1122 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8Internals.h', | 1122 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8Internals.h', |
| 1123 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalProfilers.cpp', | 1123 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalProfilers.cpp', |
| 1124 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalProfilers.h', | 1124 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalProfilers.h', |
| 1125 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettings.cpp', | 1125 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettings.cpp', |
| 1126 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettings.h', | 1126 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettings.h', |
| 1127 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated.
cpp', | 1127 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated.
cpp', |
| 1128 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated.
h', | 1128 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated.
h', |
| 1129 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalRuntimeFlags.cpp', | 1129 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalRuntimeFlags.cpp', |
| 1130 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalRuntimeFlags.h', | 1130 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalRuntimeFlags.h', |
| 1131 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8LayerRect.cpp', |
| 1132 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8LayerRect.h', |
| 1133 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8LayerRectList.cpp', |
| 1134 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8LayerRectList.h', |
| 1131 ], | 1135 ], |
| 1132 'sources/': [ | 1136 'sources/': [ |
| 1133 ['exclude', 'testing/js'], | 1137 ['exclude', 'testing/js'], |
| 1134 ], | 1138 ], |
| 1135 }, | 1139 }, |
| 1136 ], # targets | 1140 ], # targets |
| 1137 } | 1141 } |
| OLD | NEW |