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

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

Issue 11753031: Revert 175152 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 11 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/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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
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',
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',
72 'accelerated_surface_win.cc', 69 'accelerated_surface_win.cc',
73 'accelerated_surface_win.h', 70 'accelerated_surface_win.h',
74 'd3d9_utils_win.cc', 71 'accelerated_surface_win.hlsl',
75 'd3d9_utils_win.h',
76 'io_surface_support_mac.cc', 72 'io_surface_support_mac.cc',
77 'io_surface_support_mac.h', 73 'io_surface_support_mac.h',
78 'surface_export.h', 74 'surface_export.h',
79 'transport_dib.h', 75 'transport_dib.h',
80 'transport_dib_android.cc', 76 'transport_dib_android.cc',
81 'transport_dib_linux.cc', 77 'transport_dib_linux.cc',
82 'transport_dib_mac.cc', 78 'transport_dib_mac.cc',
83 'transport_dib_win.cc', 79 'transport_dib_win.cc',
84 ], 80 ],
85 'defines': [ 81 'defines': [
86 'SURFACE_IMPLEMENTATION', 82 'SURFACE_IMPLEMENTATION',
87 ], 83 ],
88 }, 84 },
89 ], 85 ],
90 } 86 }
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