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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 'grit_info_cmd': ['python', '../tools/grit/grit_info.py'], | 8 'grit_info_cmd': ['python', '../tools/grit/grit_info.py'], |
9 'grit_cmd': ['python', '../tools/grit/grit.py'], | 9 'grit_cmd': ['python', '../tools/grit/grit.py'], |
10 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/gfx', | 10 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/gfx', |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 { | 72 { |
73 'target_name': 'gfx', | 73 'target_name': 'gfx', |
74 'type': '<(library)', | 74 'type': '<(library)', |
75 'msvs_guid': '13A8D36C-0467-4B4E-BAA3-FD69C45F076A', | 75 'msvs_guid': '13A8D36C-0467-4B4E-BAA3-FD69C45F076A', |
76 'dependencies': [ | 76 'dependencies': [ |
77 '../base/base.gyp:base', | 77 '../base/base.gyp:base', |
78 '../base/base.gyp:base_i18n', | 78 '../base/base.gyp:base_i18n', |
79 '../skia/skia.gyp:skia', | 79 '../skia/skia.gyp:skia', |
80 '../third_party/icu/icu.gyp:icui18n', | 80 '../third_party/icu/icu.gyp:icui18n', |
81 '../third_party/icu/icu.gyp:icuuc', | 81 '../third_party/icu/icu.gyp:icuuc', |
82 '../third_party/libjpeg/libjpeg.gyp:libjpeg', | 82 '../third_party/<(libjpeg_gyp_path):libjpeg', |
83 '../third_party/libpng/libpng.gyp:libpng', | 83 '../third_party/libpng/libpng.gyp:libpng', |
84 '../third_party/zlib/zlib.gyp:zlib', | 84 '../third_party/zlib/zlib.gyp:zlib', |
85 'gfx_resources', | 85 'gfx_resources', |
86 ], | 86 ], |
87 'sources': [ | 87 'sources': [ |
88 'blit.cc', | 88 'blit.cc', |
89 'blit.h', | 89 'blit.h', |
90 'brush.h', | 90 'brush.h', |
91 'canvas.h', | 91 'canvas.h', |
92 'canvas_skia.h', | 92 'canvas_skia.h', |
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
221 }, | 221 }, |
222 | 222 |
223 ], | 223 ], |
224 } | 224 } |
225 | 225 |
226 # Local Variables: | 226 # Local Variables: |
227 # tab-width:2 | 227 # tab-width:2 |
228 # indent-tabs-mode:nil | 228 # indent-tabs-mode:nil |
229 # End: | 229 # End: |
230 # vim: set expandtab tabstop=2 shiftwidth=2: | 230 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |