| 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_DASHBOARD_SUPPORT=0', | 10 'ENABLE_DASHBOARD_SUPPORT=0', |
| (...skipping 4235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4246 'api/public/WebURLRequest.h', | 4246 'api/public/WebURLRequest.h', |
| 4247 'api/public/WebURLResponse.h', | 4247 'api/public/WebURLResponse.h', |
| 4248 'api/public/WebVector.h', | 4248 'api/public/WebVector.h', |
| 4249 'api/public/win/WebInputEventFactory.h', | 4249 'api/public/win/WebInputEventFactory.h', |
| 4250 'api/public/win/WebSandboxSupport.h', | 4250 'api/public/win/WebSandboxSupport.h', |
| 4251 'api/public/win/WebScreenInfoFactory.h', | 4251 'api/public/win/WebScreenInfoFactory.h', |
| 4252 'api/public/win/WebScreenInfoFactory.h', | 4252 'api/public/win/WebScreenInfoFactory.h', |
| 4253 'api/src/ChromiumBridge.cpp', | 4253 'api/src/ChromiumBridge.cpp', |
| 4254 'api/src/ChromiumCurrentTime.cpp', | 4254 'api/src/ChromiumCurrentTime.cpp', |
| 4255 'api/src/ChromiumThreading.cpp', | 4255 'api/src/ChromiumThreading.cpp', |
| 4256 'api/src/gtk/WebFontInfo.cpp', |
| 4257 'api/src/gtk/WebFontInfo.h', |
| 4256 'api/src/gtk/WebInputEventFactory.cpp', | 4258 'api/src/gtk/WebInputEventFactory.cpp', |
| 4257 'api/src/x11/WebScreenInfoFactory.cpp', | 4259 'api/src/x11/WebScreenInfoFactory.cpp', |
| 4258 'api/src/mac/WebInputEventFactory.mm', | 4260 'api/src/mac/WebInputEventFactory.mm', |
| 4259 'api/src/mac/WebScreenInfoFactory.mm', | 4261 'api/src/mac/WebScreenInfoFactory.mm', |
| 4260 'api/src/MediaPlayerPrivateChromium.cpp', | 4262 'api/src/MediaPlayerPrivateChromium.cpp', |
| 4261 'api/src/ResourceHandle.cpp', | 4263 'api/src/ResourceHandle.cpp', |
| 4262 'api/src/TemporaryGlue.h', | 4264 'api/src/TemporaryGlue.h', |
| 4263 'api/src/WebCache.cpp', | 4265 'api/src/WebCache.cpp', |
| 4264 'api/src/WebCString.cpp', | 4266 'api/src/WebCString.cpp', |
| 4265 'api/src/WebData.cpp', | 4267 'api/src/WebData.cpp', |
| (...skipping 21 matching lines...) Expand all Loading... |
| 4287 ], | 4289 ], |
| 4288 'conditions': [ | 4290 'conditions': [ |
| 4289 ['OS=="linux"', { | 4291 ['OS=="linux"', { |
| 4290 'dependencies': [ | 4292 'dependencies': [ |
| 4291 '../build/linux/system.gyp:x11', | 4293 '../build/linux/system.gyp:x11', |
| 4292 '../build/linux/system.gyp:gtk', | 4294 '../build/linux/system.gyp:gtk', |
| 4293 ], | 4295 ], |
| 4294 'include_dirs': [ | 4296 'include_dirs': [ |
| 4295 'api/public/x11', | 4297 'api/public/x11', |
| 4296 'api/public/gtk', | 4298 'api/public/gtk', |
| 4299 'api/public/linux', |
| 4297 ], | 4300 ], |
| 4298 }, { # else: OS!="linux" | 4301 }, { # else: OS!="linux" |
| 4299 'sources/': [ | 4302 'sources/': [ |
| 4300 ['exclude', '/gtk/'], | 4303 ['exclude', '/gtk/'], |
| 4301 ['exclude', '/x11/'], | 4304 ['exclude', '/x11/'], |
| 4302 ], | 4305 ], |
| 4303 }], | 4306 }], |
| 4304 ['OS=="mac"', { | 4307 ['OS=="mac"', { |
| 4305 'include_dirs': [ | 4308 'include_dirs': [ |
| 4306 'api/public/mac', | 4309 'api/public/mac', |
| (...skipping 575 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4882 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP
reviousIcon.png', | 4885 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP
reviousIcon.png', |
| 4883 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco
n.png', | 4886 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco
n.png', |
| 4884 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed
iumIcon.png', | 4887 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed
iumIcon.png', |
| 4885 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr
rors.png', | 4888 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr
rors.png', |
| 4886 ], | 4889 ], |
| 4887 }, | 4890 }, |
| 4888 ], | 4891 ], |
| 4889 }, | 4892 }, |
| 4890 ], | 4893 ], |
| 4891 } | 4894 } |
| OLD | NEW |