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

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

Issue 25015003: gfx: Create a separate gfx component out of ui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 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 | Annotate | Revision Log
« no previous file with comments | « ui/snapshot/snapshot.gyp ('k') | ui/test/test_suite.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) 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)/media/media.gyp:media', 62 '<(DEPTH)/media/media.gyp:media',
63 '<(DEPTH)/skia/skia.gyp:skia', 63 '<(DEPTH)/skia/skia.gyp:skia',
64 '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
64 '<(DEPTH)/ui/gl/gl.gyp:gl', 65 '<(DEPTH)/ui/gl/gl.gyp:gl',
65 '<(DEPTH)/ui/ui.gyp:ui', 66 '<(DEPTH)/ui/ui.gyp:ui',
66 ], 67 ],
67 'sources': [ 68 'sources': [
68 'accelerated_surface_mac.cc', 69 'accelerated_surface_mac.cc',
69 'accelerated_surface_mac.h', 70 'accelerated_surface_mac.h',
70 'accelerated_surface_transformer_win.cc', 71 'accelerated_surface_transformer_win.cc',
71 'accelerated_surface_transformer_win.h', 72 'accelerated_surface_transformer_win.h',
72 'accelerated_surface_transformer_win.hlsl', 73 'accelerated_surface_transformer_win.hlsl',
73 'accelerated_surface_win.cc', 74 'accelerated_surface_win.cc',
(...skipping 19 matching lines...) Expand all
93 'targets': [ 94 'targets': [
94 { 95 {
95 'target_name': 'surface_gpu_tests', 96 'target_name': 'surface_gpu_tests',
96 'type': '<(gtest_target_type)', 97 'type': '<(gtest_target_type)',
97 'dependencies': [ 98 'dependencies': [
98 '<(DEPTH)/base/base.gyp:base', 99 '<(DEPTH)/base/base.gyp:base',
99 '<(DEPTH)/base/base.gyp:run_all_unittests', 100 '<(DEPTH)/base/base.gyp:run_all_unittests',
100 '<(DEPTH)/media/media.gyp:media', 101 '<(DEPTH)/media/media.gyp:media',
101 '<(DEPTH)/skia/skia.gyp:skia', 102 '<(DEPTH)/skia/skia.gyp:skia',
102 '<(DEPTH)/testing/gtest.gyp:gtest', 103 '<(DEPTH)/testing/gtest.gyp:gtest',
104 '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
103 '<(DEPTH)/ui/ui.gyp:ui', 105 '<(DEPTH)/ui/ui.gyp:ui',
104 'surface', 106 'surface',
105 ], 107 ],
106 'sources': [ 108 'sources': [
107 'accelerated_surface_transformer_win_unittest.cc', 109 'accelerated_surface_transformer_win_unittest.cc',
108 ], 110 ],
109 }, 111 },
110 ], 112 ],
111 }], 113 }],
112 ], 114 ],
113 } 115 }
OLDNEW
« no previous file with comments | « ui/snapshot/snapshot.gyp ('k') | ui/test/test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698