OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 'shareable_file_reference.h', | 43 'shareable_file_reference.h', |
44 'view_blob_internals_job.cc', | 44 'view_blob_internals_job.cc', |
45 'view_blob_internals_job.h', | 45 'view_blob_internals_job.h', |
46 ], | 46 ], |
47 'conditions': [ | 47 'conditions': [ |
48 ['inside_chromium_build==0', { | 48 ['inside_chromium_build==0', { |
49 'dependencies': [ | 49 'dependencies': [ |
50 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', | 50 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', |
51 ], | 51 ], |
52 }], | 52 }], |
53 # TODO(dpranke): Figure out why this works at all and/or get | |
54 # rid of it. | |
55 ['OS=="win" and component == "shared_library"', { | |
56 'dependencies': [ | |
57 '<(DEPTH)/webkit/support/webkit_support.gyp:glue', | |
58 ], | |
59 }], | |
60 ], | 53 ], |
61 }, | 54 }, |
62 ], | 55 ], |
63 } | 56 } |
OLD | NEW |