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

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

Issue 10984007: in-chrome viewer for metro (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rename messages to have metro prefix Created 8 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 | « ipc/ipc_message_utils.h ('k') | ui/aura/demo/demo_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) 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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 'dependencies': [ 212 'dependencies': [
213 '../../base/base.gyp:base', 213 '../../base/base.gyp:base',
214 '../../base/base.gyp:base_i18n', 214 '../../base/base.gyp:base_i18n',
215 '../../skia/skia.gyp:skia', 215 '../../skia/skia.gyp:skia',
216 '../../third_party/icu/icu.gyp:icui18n', 216 '../../third_party/icu/icu.gyp:icui18n',
217 '../../third_party/icu/icu.gyp:icuuc', 217 '../../third_party/icu/icu.gyp:icuuc',
218 '../compositor/compositor.gyp:compositor', 218 '../compositor/compositor.gyp:compositor',
219 '../compositor/compositor.gyp:compositor_test_support', 219 '../compositor/compositor.gyp:compositor_test_support',
220 '../ui.gyp:ui', 220 '../ui.gyp:ui',
221 '../ui.gyp:ui_resources', 221 '../ui.gyp:ui_resources',
222 '../viewer/viewer.gyp:viewer',
223 '../../ipc/ipc.gyp:ipc', 222 '../../ipc/ipc.gyp:ipc',
224 'aura', 223 'aura',
225 ], 224 ],
226 'include_dirs': [ 225 'include_dirs': [
227 '..', 226 '..',
228 ], 227 ],
229 'sources': [ 228 'sources': [
230 'demo/demo_main.cc', 229 'demo/demo_main.cc',
231 ], 230 ],
232 }, 231 },
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 # osmesa GL implementation is used on linux. 286 # osmesa GL implementation is used on linux.
288 ['OS=="linux"', { 287 ['OS=="linux"', {
289 'dependencies': [ 288 'dependencies': [
290 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', 289 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
291 ], 290 ],
292 }], 291 }],
293 ], 292 ],
294 }, 293 },
295 ], 294 ],
296 } 295 }
OLDNEW
« no previous file with comments | « ipc/ipc_message_utils.h ('k') | ui/aura/demo/demo_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698