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

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

Issue 303543004: MacViews: views_examples_with_content_exe working! Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add files Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « ui/gfx/canvas.cc ('k') | ui/gfx/image/image_skia_operations.cc » ('j') | 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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 'image/image_skia_util_ios.mm', 195 'image/image_skia_util_ios.mm',
196 'image/image_skia_util_mac.h', 196 'image/image_skia_util_mac.h',
197 'image/image_skia_util_mac.mm', 197 'image/image_skia_util_mac.mm',
198 'image/image_util.cc', 198 'image/image_util.cc',
199 'image/image_util.h', 199 'image/image_util.h',
200 'image/image_util_ios.mm', 200 'image/image_util_ios.mm',
201 'interpolated_transform.cc', 201 'interpolated_transform.cc',
202 'interpolated_transform.h', 202 'interpolated_transform.h',
203 'linux_font_delegate.cc', 203 'linux_font_delegate.cc',
204 'linux_font_delegate.h', 204 'linux_font_delegate.h',
205 'mac/point_utils.h',
206 'mac/point_utils.mm',
205 'mac/scoped_ns_disable_screen_updates.h', 207 'mac/scoped_ns_disable_screen_updates.h',
206 'native_widget_types.h', 208 'native_widget_types.h',
207 'nine_image_painter.cc', 209 'nine_image_painter.cc',
208 'nine_image_painter.h', 210 'nine_image_painter.h',
209 'overlay_transform.h', 211 'overlay_transform.h',
210 'pango_util.cc', 212 'pango_util.cc',
211 'pango_util.h', 213 'pango_util.h',
212 'path.cc', 214 'path.cc',
213 'path.h', 215 'path.h',
214 'path_aura.cc', 216 'path_aura.cc',
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 ], 463 ],
462 'variables': { 464 'variables': {
463 'jni_gen_package': 'ui/gfx', 465 'jni_gen_package': 'ui/gfx',
464 }, 466 },
465 'includes': [ '../../build/jni_generator.gypi' ], 467 'includes': [ '../../build/jni_generator.gypi' ],
466 }, 468 },
467 ], 469 ],
468 }], 470 }],
469 ], 471 ],
470 } 472 }
OLDNEW
« no previous file with comments | « ui/gfx/canvas.cc ('k') | ui/gfx/image/image_skia_operations.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698