OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 }, { | 87 }, { |
88 'type': '<(component)', | 88 'type': '<(component)', |
89 }], | 89 }], |
90 ['inside_chromium_build==0', { | 90 ['inside_chromium_build==0', { |
91 'dependencies': [ | 91 'dependencies': [ |
92 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', | 92 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', |
93 ], | 93 ], |
94 }], | 94 }], |
95 [# TODO(dpranke): Figure out why this doesn't work outside of | 95 [# TODO(dpranke): Figure out why this doesn't work outside of |
96 # a webkit build - this seems to be a bug in the make gyp generator. | 96 # a webkit build - this seems to be a bug in the make gyp generator. |
| 97 # See http://code.google.com/p/chromium/issues/detail?id=105299 . |
97 'OS!="mac" and inside_chromium_build==1', { | 98 'OS!="mac" and inside_chromium_build==1', { |
98 'dependencies': [ | 99 'dependencies': [ |
99 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', | 100 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', |
100 ], | 101 ], |
101 }], | 102 }], |
102 ], | 103 ], |
103 }, | 104 }, |
104 ], | 105 ], |
105 } | 106 } |
OLD | NEW |