| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'conditions': [ | 7 'conditions': [ |
| 8 ['inside_chromium_build==0', { | 8 ['inside_chromium_build==0', { |
| 9 'webkit_src_dir': '../../../..', | 9 'webkit_src_dir': '../../../..', |
| 10 },{ | 10 },{ |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 }], | 104 }], |
| 105 ], | 105 ], |
| 106 }, | 106 }, |
| 107 { | 107 { |
| 108 'target_name': 'glue', | 108 'target_name': 'glue', |
| 109 'type': '<(library)', | 109 'type': '<(library)', |
| 110 'msvs_guid': 'C66B126D-0ECE-4CA2-B6DC-FA780AFBBF09', | 110 'msvs_guid': 'C66B126D-0ECE-4CA2-B6DC-FA780AFBBF09', |
| 111 'dependencies': [ | 111 'dependencies': [ |
| 112 '<(DEPTH)/app/app.gyp:app_base', | 112 '<(DEPTH)/app/app.gyp:app_base', |
| 113 '<(DEPTH)/net/net.gyp:net', | 113 '<(DEPTH)/net/net.gyp:net', |
| 114 '<(webkit_src_dir)/WebCore/WebCore.gyp/WebCore.gyp:webcore', | 114 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
| 115 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| 116 '<(webkit_src_dir)/WebKit/chromium/WebKit.gyp:webkit', |
| 115 'webkit_resources', | 117 'webkit_resources', |
| 116 'webkit_strings', | 118 'webkit_strings', |
| 117 ], | 119 ], |
| 118 'actions': [ | 120 'actions': [ |
| 119 { | 121 { |
| 120 'action_name': 'webkit_version', | 122 'action_name': 'webkit_version', |
| 121 'inputs': [ | 123 'inputs': [ |
| 122 '../build/webkit_version.py', | 124 '../build/webkit_version.py', |
| 123 '<(webkit_src_dir)/WebCore/Configurations/Version.xcconfig', | 125 '<(webkit_src_dir)/WebCore/Configurations/Version.xcconfig', |
| 124 ], | 126 ], |
| (...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 346 }], | 348 }], |
| 347 ['inside_chromium_build==0', { | 349 ['inside_chromium_build==0', { |
| 348 'dependencies': [ | 350 'dependencies': [ |
| 349 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', | 351 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', |
| 350 ], | 352 ], |
| 351 }], | 353 }], |
| 352 ], | 354 ], |
| 353 }, | 355 }, |
| 354 ], | 356 ], |
| 355 } | 357 } |
| OLD | NEW |