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

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

Issue 11464017: Separate image processing logic from presentation logic. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Made new deps Windows-only (yuck) Created 8 years 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/surface/d3d9_utils_win.cc ('k') | ui/ui_unittests.gypi » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 9
10 'target_defaults': { 10 'target_defaults': {
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 }, 54 },
55 'targets': [ 55 'targets': [
56 { 56 {
57 'target_name': 'surface', 57 'target_name': 'surface',
58 'type': '<(component)', 58 'type': '<(component)',
59 'dependencies': [ 59 'dependencies': [
60 '<(DEPTH)/base/base.gyp:base', 60 '<(DEPTH)/base/base.gyp:base',
61 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations', 61 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations',
62 '<(DEPTH)/skia/skia.gyp:skia', 62 '<(DEPTH)/skia/skia.gyp:skia',
63 '<(DEPTH)/ui/gl/gl.gyp:gl', 63 '<(DEPTH)/ui/gl/gl.gyp:gl',
64 '<(DEPTH)/ui/ui.gyp:ui', 64 # '<(DEPTH)/ui/ui.gyp:ui',
apatrick_chromium 2012/12/18 00:23:21 This is commented out.
ncarter (slow) 2012/12/18 22:13:42 Done.
65 ], 65 ],
66 'sources': [ 66 'sources': [
67 'accelerated_surface_mac.cc', 67 'accelerated_surface_mac.cc',
68 'accelerated_surface_mac.h', 68 'accelerated_surface_mac.h',
69 'accelerated_surface_transformer_win.cc',
70 'accelerated_surface_transformer_win.h',
71 'accelerated_surface_transformer_win.hlsl',
69 'accelerated_surface_win.cc', 72 'accelerated_surface_win.cc',
70 'accelerated_surface_win.h', 73 'accelerated_surface_win.h',
71 'accelerated_surface_win.hlsl', 74 'd3d9_utils_win.cc',
75 'd3d9_utils_win.h',
72 'io_surface_support_mac.cc', 76 'io_surface_support_mac.cc',
73 'io_surface_support_mac.h', 77 'io_surface_support_mac.h',
74 'surface_export.h', 78 'surface_export.h',
75 'transport_dib.h', 79 'transport_dib.h',
76 'transport_dib_android.cc', 80 'transport_dib_android.cc',
77 'transport_dib_linux.cc', 81 'transport_dib_linux.cc',
78 'transport_dib_mac.cc', 82 'transport_dib_mac.cc',
79 'transport_dib_win.cc', 83 'transport_dib_win.cc',
80 ], 84 ],
81 'defines': [ 85 'defines': [
82 'SURFACE_IMPLEMENTATION', 86 'SURFACE_IMPLEMENTATION',
83 ], 87 ],
84 }, 88 },
85 ], 89 ],
86 } 90 }
OLDNEW
« no previous file with comments | « ui/surface/d3d9_utils_win.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698