Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(138)

Side by Side Diff: ui/gfx/gfx.gyp

Issue 1394353002: Add Protobuf support in cc for gfx objects (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed build for other targets Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« cc/proto/point.proto ('K') | « cc/proto/transform.proto ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 'font_render_params.h', 173 'font_render_params.h',
174 'font_render_params_android.cc', 174 'font_render_params_android.cc',
175 'font_render_params_linux.cc', 175 'font_render_params_linux.cc',
176 'font_render_params_mac.cc', 176 'font_render_params_mac.cc',
177 'font_render_params_win.cc', 177 'font_render_params_win.cc',
178 'generic_shared_memory_id.cc', 178 'generic_shared_memory_id.cc',
179 'generic_shared_memory_id.h', 179 'generic_shared_memory_id.h',
180 'gfx_export.h', 180 'gfx_export.h',
181 'gfx_paths.cc', 181 'gfx_paths.cc',
182 'gfx_paths.h', 182 'gfx_paths.h',
183 183
danakj 2015/10/14 23:10:10 drop this diff :)
David Trainor- moved to gerrit 2015/10/15 22:18:02 Done.
184 'harfbuzz_font_skia.cc', 184 'harfbuzz_font_skia.cc',
185 'harfbuzz_font_skia.h', 185 'harfbuzz_font_skia.h',
186 'hud_font.cc', 186 'hud_font.cc',
187 'hud_font.h', 187 'hud_font.h',
188 'image/canvas_image_source.cc', 188 'image/canvas_image_source.cc',
189 'image/canvas_image_source.h', 189 'image/canvas_image_source.h',
190 'image/image.cc', 190 'image/image.cc',
191 'image/image.h', 191 'image/image.h',
192 'image/image_family.cc', 192 'image/image_family.cc',
193 'image/image_family.h', 193 'image/image_family.h',
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 ], 566 ],
567 'variables': { 567 'variables': {
568 'jni_gen_package': 'ui/gfx', 568 'jni_gen_package': 'ui/gfx',
569 }, 569 },
570 'includes': [ '../../build/jni_generator.gypi' ], 570 'includes': [ '../../build/jni_generator.gypi' ],
571 }, 571 },
572 ], 572 ],
573 }], 573 }],
574 ], 574 ],
575 } 575 }
OLDNEW
« cc/proto/point.proto ('K') | « cc/proto/transform.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698