OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 ], | 90 ], |
91 }, | 91 }, |
92 { | 92 { |
93 'target_name': 'gfx', | 93 'target_name': 'gfx', |
94 'type': '<(component)', | 94 'type': '<(component)', |
95 'dependencies': [ | 95 'dependencies': [ |
96 '<(DEPTH)/base/base.gyp:base', | 96 '<(DEPTH)/base/base.gyp:base', |
97 '<(DEPTH)/base/base.gyp:base_i18n', | 97 '<(DEPTH)/base/base.gyp:base_i18n', |
98 '<(DEPTH)/base/base.gyp:base_static', | 98 '<(DEPTH)/base/base.gyp:base_static', |
99 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', | 99 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', |
100 '<(DEPTH)/net/net.gyp:net', | |
101 '<(DEPTH)/skia/skia.gyp:skia', | 100 '<(DEPTH)/skia/skia.gyp:skia', |
102 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 101 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
103 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 102 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
104 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', | 103 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', |
105 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', | 104 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', |
106 '<(DEPTH)/url/url.gyp:url_lib', | |
107 'gfx_geometry', | 105 'gfx_geometry', |
108 ], | 106 ], |
109 # text_elider.h includes ICU headers. | 107 # text_elider.h includes ICU headers. |
110 'export_dependent_settings': [ | 108 'export_dependent_settings': [ |
111 '<(DEPTH)/skia/skia.gyp:skia', | 109 '<(DEPTH)/skia/skia.gyp:skia', |
112 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 110 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
113 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 111 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
114 ], | 112 ], |
115 'defines': [ | 113 'defines': [ |
116 'GFX_IMPLEMENTATION', | 114 'GFX_IMPLEMENTATION', |
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
508 'variables': { | 506 'variables': { |
509 'jni_gen_package': 'ui/gfx', | 507 'jni_gen_package': 'ui/gfx', |
510 'jni_generator_ptr_type': 'long' | 508 'jni_generator_ptr_type': 'long' |
511 }, | 509 }, |
512 'includes': [ '../../build/jni_generator.gypi' ], | 510 'includes': [ '../../build/jni_generator.gypi' ], |
513 }, | 511 }, |
514 ], | 512 ], |
515 }], | 513 }], |
516 ], | 514 ], |
517 } | 515 } |
OLD | NEW |