| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'feature_defines': [ | 7 'feature_defines': [ |
| 8 'ENABLE_CHANNEL_MESSAGING=1', | 8 'ENABLE_CHANNEL_MESSAGING=1', |
| 9 'ENABLE_DATABASE=1', | 9 'ENABLE_DATABASE=1', |
| 10 'ENABLE_DATAGRID=0', | 10 'ENABLE_DATAGRID=0', |
| (...skipping 1076 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1087 'api/src/WebURLResponsePrivate.h', | 1087 'api/src/WebURLResponsePrivate.h', |
| 1088 'api/src/WebURLError.cpp', | 1088 'api/src/WebURLError.cpp', |
| 1089 'api/src/WrappedResourceRequest.h', | 1089 'api/src/WrappedResourceRequest.h', |
| 1090 'api/src/WrappedResourceResponse.h', | 1090 'api/src/WrappedResourceResponse.h', |
| 1091 'api/src/win/WebInputEventFactory.cpp', | 1091 'api/src/win/WebInputEventFactory.cpp', |
| 1092 'api/src/win/WebScreenInfoFactory.cpp', | 1092 'api/src/win/WebScreenInfoFactory.cpp', |
| 1093 ], | 1093 ], |
| 1094 'conditions': [ | 1094 'conditions': [ |
| 1095 ['OS=="linux" or OS=="freebsd"', { | 1095 ['OS=="linux" or OS=="freebsd"', { |
| 1096 'dependencies': [ | 1096 'dependencies': [ |
| 1097 '../build/linux/system.gyp:fontconfig', |
| 1098 '../build/linux/system.gyp:gtk', |
| 1097 '../build/linux/system.gyp:x11', | 1099 '../build/linux/system.gyp:x11', |
| 1098 '../build/linux/system.gyp:gtk', | |
| 1099 ], | 1100 ], |
| 1100 'include_dirs': [ | 1101 'include_dirs': [ |
| 1101 'api/public/x11', | 1102 'api/public/x11', |
| 1102 'api/public/gtk', | 1103 'api/public/gtk', |
| 1103 'api/public/linux', | 1104 'api/public/linux', |
| 1104 ], | 1105 ], |
| 1105 }, { # else: OS!="linux" and OS!="freebsd" | 1106 }, { # else: OS!="linux" and OS!="freebsd" |
| 1106 'sources/': [ | 1107 'sources/': [ |
| 1107 ['exclude', '/gtk/'], | 1108 ['exclude', '/gtk/'], |
| 1108 ['exclude', '/x11/'], | 1109 ['exclude', '/x11/'], |
| (...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1560 'files': [ | 1561 'files': [ |
| 1561 | 1562 |
| 1562 '<@(webinspector_image_files)', | 1563 '<@(webinspector_image_files)', |
| 1563 | 1564 |
| 1564 ], | 1565 ], |
| 1565 }, | 1566 }, |
| 1566 ], | 1567 ], |
| 1567 }, | 1568 }, |
| 1568 ], # targets | 1569 ], # targets |
| 1569 } | 1570 } |
| OLD | NEW |