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

Side by Side Diff: ui/aura_shell/aura_shell.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 | « ui/aura/test/test_suite.cc ('k') | ui/aura_shell/examples/aura_shell_main.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 9
10 'targets': [ 10 'targets': [
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 'dependencies': [ 72 'dependencies': [
73 '../../base/base.gyp:base', 73 '../../base/base.gyp:base',
74 '../../base/base.gyp:test_support_base', 74 '../../base/base.gyp:test_support_base',
75 '../../build/temp_gyp/googleurl.gyp:googleurl', 75 '../../build/temp_gyp/googleurl.gyp:googleurl',
76 '../../skia/skia.gyp:skia', 76 '../../skia/skia.gyp:skia',
77 '../../testing/gtest.gyp:gtest', 77 '../../testing/gtest.gyp:gtest',
78 '../../third_party/icu/icu.gyp:icui18n', 78 '../../third_party/icu/icu.gyp:icui18n',
79 '../../third_party/icu/icu.gyp:icuuc', 79 '../../third_party/icu/icu.gyp:icuuc',
80 '../../views/views.gyp:views', 80 '../../views/views.gyp:views',
81 '../gfx/compositor/compositor.gyp:compositor', 81 '../gfx/compositor/compositor.gyp:compositor',
82 '../gfx/compositor/compositor.gyp:compositor_test_support',
82 '../ui.gyp:gfx_resources', 83 '../ui.gyp:gfx_resources',
83 '../ui.gyp:ui', 84 '../ui.gyp:ui',
84 '../ui.gyp:ui_resources', 85 '../ui.gyp:ui_resources',
85 '../ui.gyp:ui_resources_standard', 86 '../ui.gyp:ui_resources_standard',
86 '../aura/aura.gyp:aura', 87 '../aura/aura.gyp:aura',
87 '../aura/aura.gyp:test_support_aura', 88 '../aura/aura.gyp:test_support_aura',
88 'aura_shell', 89 'aura_shell',
89 ], 90 ],
90 'sources': [ 91 'sources': [
91 'default_container_layout_manager_unittest.cc', 92 'default_container_layout_manager_unittest.cc',
(...skipping 21 matching lines...) Expand all
113 'type': 'executable', 114 'type': 'executable',
114 'dependencies': [ 115 'dependencies': [
115 '../../base/base.gyp:base', 116 '../../base/base.gyp:base',
116 '../../base/base.gyp:base_i18n', 117 '../../base/base.gyp:base_i18n',
117 '../../skia/skia.gyp:skia', 118 '../../skia/skia.gyp:skia',
118 '../../third_party/icu/icu.gyp:icui18n', 119 '../../third_party/icu/icu.gyp:icui18n',
119 '../../third_party/icu/icu.gyp:icuuc', 120 '../../third_party/icu/icu.gyp:icuuc',
120 '../../views/views.gyp:views', 121 '../../views/views.gyp:views',
121 '../aura/aura.gyp:aura', 122 '../aura/aura.gyp:aura',
122 '../gfx/compositor/compositor.gyp:compositor', 123 '../gfx/compositor/compositor.gyp:compositor',
124 '../gfx/compositor/compositor.gyp:compositor_test_support',
123 '../ui.gyp:gfx_resources', 125 '../ui.gyp:gfx_resources',
124 '../ui.gyp:ui', 126 '../ui.gyp:ui',
125 '../ui.gyp:ui_resources', 127 '../ui.gyp:ui_resources',
126 '../ui.gyp:ui_resources_standard', 128 '../ui.gyp:ui_resources_standard',
127 'aura_shell', 129 'aura_shell',
128 ], 130 ],
129 'sources': [ 131 'sources': [
130 'examples/aura_shell_main.cc', 132 'examples/aura_shell_main.cc',
131 'examples/bubble.cc', 133 'examples/bubble.cc',
132 'examples/example_factory.h', 134 'examples/example_factory.h',
(...skipping 26 matching lines...) Expand all
159 '../../views/views.gyp:views_desktop', 161 '../../views/views.gyp:views_desktop',
160 '../../views/views.gyp:views_desktop_lib', 162 '../../views/views.gyp:views_desktop_lib',
161 '../../views/views.gyp:views_unittests', 163 '../../views/views.gyp:views_unittests',
162 '../aura/aura.gyp:*', 164 '../aura/aura.gyp:*',
163 '../gfx/compositor/compositor.gyp:*', 165 '../gfx/compositor/compositor.gyp:*',
164 'aura_shell_exe', 166 'aura_shell_exe',
165 ], 167 ],
166 }, 168 },
167 ], 169 ],
168 } 170 }
OLDNEW
« no previous file with comments | « ui/aura/test/test_suite.cc ('k') | ui/aura_shell/examples/aura_shell_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698