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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
61 'geometry/vector2d_conversions.h', | 61 'geometry/vector2d_conversions.h', |
62 'geometry/vector2d_f.cc', | 62 'geometry/vector2d_f.cc', |
63 'geometry/vector2d_f.h', | 63 'geometry/vector2d_f.h', |
64 'geometry/vector3d_f.cc', | 64 'geometry/vector3d_f.cc', |
65 'geometry/vector3d_f.h', | 65 'geometry/vector3d_f.h', |
66 ], | 66 ], |
67 'includes': [ | 67 'includes': [ |
68 '../../build/android/increase_size_for_speed.gypi', | 68 '../../build/android/increase_size_for_speed.gypi', |
69 ], | 69 ], |
70 }, | 70 }, |
71 # { | |
Kevin Marshall
2015/08/21 18:46:35
Just delete this? There's always the Git revision
David Trainor- moved to gerrit
2015/08/21 19:02:24
Ah sorry I forgot to do this :(. Thanks!
| |
72 # 'target_name': 'gfx_slim', | |
73 # 'type': '<(component)', | |
74 # 'dependencies': [ | |
75 # '<(DEPTH)/base/base.gyp:base', | |
76 # '<(DEPTH)/skia/skia.gyp:skia', | |
77 # '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', | |
78 # '<(libjpeg_gyp_path):libjpeg', | |
79 # 'gfx_geometry', | |
80 # ], | |
81 # 'export_dependent_settings': [ | |
82 # '<(DEPTH)/skia/skia.gyp:skia', | |
83 # ], | |
84 # 'defines': [ | |
85 # 'GFX_IMPLEMENTATION', | |
86 # ], | |
87 # 'include_dirs': [ | |
88 # ], | |
89 # 'sources': [ | |
90 # 'animation/tween.cc', | |
91 # 'animation/tween.h', | |
92 # 'codec/jpeg_codec.cc', | |
93 # 'codec/jpeg_codec.h', | |
94 # 'codec/png_codec.cc', | |
95 # 'codec/png_codec.h', | |
96 # 'gpu_memory_buffer.cc', | |
97 # 'gpu_memory_buffer.h', | |
98 # 'hud_font.cc', | |
99 # 'hud_font.h', | |
100 # 'native_widget_types.h', | |
101 # 'overlay_transform.h', | |
102 # 'skia_util.cc', | |
103 # 'skia_util.h', | |
104 # # cc file for test? | |
105 # 'test/gfx_util.h', | |
106 # 'transform.cc', | |
107 # 'transform.h', | |
108 # 'transform_util.cc', | |
109 # 'transform_util.h', | |
110 # 'vsync_provider.h', | |
111 # ] | |
112 # }, | |
71 { | 113 { |
72 'target_name': 'gfx', | 114 'target_name': 'gfx', |
73 'type': '<(component)', | 115 'type': '<(component)', |
74 'dependencies': [ | 116 'dependencies': [ |
75 '<(DEPTH)/base/base.gyp:base', | 117 '<(DEPTH)/base/base.gyp:base', |
76 '<(DEPTH)/base/base.gyp:base_i18n', | 118 '<(DEPTH)/base/base.gyp:base_i18n', |
77 '<(DEPTH)/base/base.gyp:base_static', | 119 '<(DEPTH)/base/base.gyp:base_static', |
78 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations', | 120 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations', |
79 '<(DEPTH)/skia/skia.gyp:skia', | 121 '<(DEPTH)/skia/skia.gyp:skia', |
80 '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng', | 122 '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng', |
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
556 ], | 598 ], |
557 'variables': { | 599 'variables': { |
558 'jni_gen_package': 'ui/gfx', | 600 'jni_gen_package': 'ui/gfx', |
559 }, | 601 }, |
560 'includes': [ '../../build/jni_generator.gypi' ], | 602 'includes': [ '../../build/jni_generator.gypi' ], |
561 }, | 603 }, |
562 ], | 604 ], |
563 }], | 605 }], |
564 ], | 606 ], |
565 } | 607 } |
OLD | NEW |