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

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

Issue 8360018: Revert 106606 - Use WebKit compositor in ui::Layer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 ], 76 ],
77 }, 77 },
78 { 78 {
79 'target_name': 'aura_unittests', 79 'target_name': 'aura_unittests',
80 'type': 'executable', 80 'type': 'executable',
81 'dependencies': [ 81 'dependencies': [
82 '../../base/base.gyp:test_support_base', 82 '../../base/base.gyp:test_support_base',
83 '../../skia/skia.gyp:skia', 83 '../../skia/skia.gyp:skia',
84 '../../testing/gtest.gyp:gtest', 84 '../../testing/gtest.gyp:gtest',
85 '../gfx/compositor/compositor.gyp:compositor', 85 '../gfx/compositor/compositor.gyp:compositor',
86 '../gfx/compositor/compositor.gyp:compositor_test_support',
87 '../gfx/gl/gl.gyp:gl', 86 '../gfx/gl/gl.gyp:gl',
88 '../ui.gyp:gfx_resources', 87 '../ui.gyp:gfx_resources',
89 '../ui.gyp:ui', 88 '../ui.gyp:ui',
90 '../ui.gyp:ui_resources', 89 '../ui.gyp:ui_resources',
91 'aura', 90 'aura',
92 ], 91 ],
93 'include_dirs': [ 92 'include_dirs': [
94 '..', 93 '..',
95 ], 94 ],
96 'sources': [ 95 'sources': [
(...skipping 26 matching lines...) Expand all
123 }], 122 }],
124 ['OS!="mac"', { 123 ['OS!="mac"', {
125 'dependencies': [ 124 'dependencies': [
126 '../../chrome/chrome.gyp:packed_resources', 125 '../../chrome/chrome.gyp:packed_resources',
127 ], 126 ],
128 }], 127 }],
129 ], 128 ],
130 }, 129 },
131 ], 130 ],
132 } 131 }
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