| 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 4298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4309 'include_dirs': [ | 4309 'include_dirs': [ |
| 4310 '<(SHARED_INTERMEDIATE_DIR)/webkit', | 4310 '<(SHARED_INTERMEDIATE_DIR)/webkit', |
| 4311 ], | 4311 ], |
| 4312 }, | 4312 }, |
| 4313 }, | 4313 }, |
| 4314 { | 4314 { |
| 4315 'target_name': 'glue', | 4315 'target_name': 'glue', |
| 4316 'type': '<(library)', | 4316 'type': '<(library)', |
| 4317 'msvs_guid': 'C66B126D-0ECE-4CA2-B6DC-FA780AFBBF09', | 4317 'msvs_guid': 'C66B126D-0ECE-4CA2-B6DC-FA780AFBBF09', |
| 4318 'dependencies': [ | 4318 'dependencies': [ |
| 4319 '../net/net.gyp:net', |
| 4320 'inspector_resources', |
| 4319 'webcore', | 4321 'webcore', |
| 4320 'webkit', | 4322 'webkit', |
| 4321 '../net/net.gyp:net', | |
| 4322 'webkit_resources', | 4323 'webkit_resources', |
| 4323 'webkit_strings', | 4324 'webkit_strings', |
| 4324 ], | 4325 ], |
| 4325 'actions': [ | 4326 'actions': [ |
| 4326 { | 4327 { |
| 4327 'action_name': 'webkit_version', | 4328 'action_name': 'webkit_version', |
| 4328 'inputs': [ | 4329 'inputs': [ |
| 4329 'build/webkit_version.py', | 4330 'build/webkit_version.py', |
| 4330 '../third_party/WebKit/WebCore/Configurations/Version.xcconfig', | 4331 '../third_party/WebKit/WebCore/Configurations/Version.xcconfig', |
| 4331 ], | 4332 ], |
| (...skipping 454 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4786 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP
reviousIcon.png', | 4787 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP
reviousIcon.png', |
| 4787 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco
n.png', | 4788 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco
n.png', |
| 4788 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed
iumIcon.png', | 4789 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed
iumIcon.png', |
| 4789 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr
rors.png', | 4790 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr
rors.png', |
| 4790 ], | 4791 ], |
| 4791 }, | 4792 }, |
| 4792 ], | 4793 ], |
| 4793 }, | 4794 }, |
| 4794 ], | 4795 ], |
| 4795 } | 4796 } |
| OLD | NEW |