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

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

Issue 8222028: Use WebKit compositor in ui::Layer (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: rebase Created 9 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 | « chrome/browser/chrome_browser_main.cc ('k') | ui/aura/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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 ], 104 ],
105 }, 105 },
106 { 106 {
107 'target_name': 'aura_unittests', 107 'target_name': 'aura_unittests',
108 'type': 'executable', 108 'type': 'executable',
109 'dependencies': [ 109 'dependencies': [
110 '../../base/base.gyp:test_support_base', 110 '../../base/base.gyp:test_support_base',
111 '../../skia/skia.gyp:skia', 111 '../../skia/skia.gyp:skia',
112 '../../testing/gtest.gyp:gtest', 112 '../../testing/gtest.gyp:gtest',
113 '../gfx/compositor/compositor.gyp:compositor', 113 '../gfx/compositor/compositor.gyp:compositor',
114 '../gfx/compositor/compositor.gyp:compositor_test_support',
114 '../gfx/gl/gl.gyp:gl', 115 '../gfx/gl/gl.gyp:gl',
115 '../ui.gyp:gfx_resources', 116 '../ui.gyp:gfx_resources',
116 '../ui.gyp:ui', 117 '../ui.gyp:ui',
117 '../ui.gyp:ui_resources', 118 '../ui.gyp:ui_resources',
118 'test_support_aura', 119 'test_support_aura',
119 'aura', 120 'aura',
120 ], 121 ],
121 'include_dirs': [ 122 'include_dirs': [
122 '..', 123 '..',
123 ], 124 ],
(...skipping 17 matching lines...) Expand all
141 }], 142 }],
142 ['OS!="mac"', { 143 ['OS!="mac"', {
143 'dependencies': [ 144 'dependencies': [
144 '../../chrome/chrome.gyp:packed_resources', 145 '../../chrome/chrome.gyp:packed_resources',
145 ], 146 ],
146 }], 147 }],
147 ], 148 ],
148 }, 149 },
149 ], 150 ],
150 } 151 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | ui/aura/test/test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698