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

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

Issue 10386020: Revert r135533. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 7 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 | « content/test/content_test_suite.cc ('k') | ui/aura/root_window_host_linux.h » ('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 {
11 'target_name': 'aura', 11 'target_name': 'aura',
12 'type': '<(component)', 12 'type': '<(component)',
13 'dependencies': [ 13 'dependencies': [
14 '../../base/base.gyp:base', 14 '../../base/base.gyp:base',
15 '../../base/base.gyp:base_i18n', 15 '../../base/base.gyp:base_i18n',
16 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations', 16 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations',
17 '../../skia/skia.gyp:skia', 17 '../../skia/skia.gyp:skia',
18 '../compositor/compositor.gyp:compositor', 18 '../compositor/compositor.gyp:compositor',
19 '../ui.gyp:gfx_resources', 19 '../ui.gyp:gfx_resources',
20 '../ui.gyp:ui', 20 '../ui.gyp:ui',
21 '../ui.gyp:ui_resources', 21 '../ui.gyp:ui_resources',
22 '../ui.gyp:ui_resources_2x',
23 '../ui.gyp:ui_resources_standard',
24 ], 22 ],
25 'defines': [ 23 'defines': [
26 'AURA_IMPLEMENTATION', 24 'AURA_IMPLEMENTATION',
27 ], 25 ],
28 'sources': [ 26 'sources': [
29 'aura_switches.cc', 27 'aura_switches.cc',
30 'aura_switches.h', 28 'aura_switches.h',
31 'client/activation_client.cc', 29 'client/activation_client.cc',
32 'client/activation_client.h', 30 'client/activation_client.h',
33 'client/activation_delegate.cc', 31 'client/activation_delegate.cc',
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 # osmesa GL implementation is used on linux. 218 # osmesa GL implementation is used on linux.
221 ['OS=="linux"', { 219 ['OS=="linux"', {
222 'dependencies': [ 220 'dependencies': [
223 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', 221 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
224 ], 222 ],
225 }], 223 }],
226 ], 224 ],
227 }, 225 },
228 ], 226 ],
229 } 227 }
OLDNEW
« no previous file with comments | « content/test/content_test_suite.cc ('k') | ui/aura/root_window_host_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698