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

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

Issue 10872002: beginnings of metro viewer process (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: linux fix Created 8 years, 3 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
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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 'dependencies': [ 210 'dependencies': [
211 '../../base/base.gyp:base', 211 '../../base/base.gyp:base',
212 '../../base/base.gyp:base_i18n', 212 '../../base/base.gyp:base_i18n',
213 '../../skia/skia.gyp:skia', 213 '../../skia/skia.gyp:skia',
214 '../../third_party/icu/icu.gyp:icui18n', 214 '../../third_party/icu/icu.gyp:icui18n',
215 '../../third_party/icu/icu.gyp:icuuc', 215 '../../third_party/icu/icu.gyp:icuuc',
216 '../compositor/compositor.gyp:compositor', 216 '../compositor/compositor.gyp:compositor',
217 '../compositor/compositor.gyp:compositor_test_support', 217 '../compositor/compositor.gyp:compositor_test_support',
218 '../ui.gyp:ui', 218 '../ui.gyp:ui',
219 '../ui.gyp:ui_resources', 219 '../ui.gyp:ui_resources',
220 '../ui.gyp:viewer',
221 '../../ipc/ipc.gyp:ipc',
220 'aura', 222 'aura',
221 ], 223 ],
222 'include_dirs': [ 224 'include_dirs': [
223 '..', 225 '..',
224 ], 226 ],
225 'sources': [ 227 'sources': [
226 'demo/demo_main.cc', 228 'demo/demo_main.cc',
227 ], 229 ],
228 }, 230 },
229 { 231 {
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 # osmesa GL implementation is used on linux. 285 # osmesa GL implementation is used on linux.
284 ['OS=="linux"', { 286 ['OS=="linux"', {
285 'dependencies': [ 287 'dependencies': [
286 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', 288 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
287 ], 289 ],
288 }], 290 }],
289 ], 291 ],
290 }, 292 },
291 ], 293 ],
292 } 294 }
OLDNEW
« no previous file with comments | « ipc/ipc_message_utils.h ('k') | ui/aura/demo/demo_main.cc » ('j') | ui/aura/demo/demo_main.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698