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

Side by Side Diff: aura/aura.gyp

Issue 7833016: aura: A few changes to have aura_demo compile and run on linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: events Created 9 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
« no previous file with comments | « no previous file | aura/aura_export.h » ('j') | aura/desktop_host_linux.cc » ('J')
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 {
11 'target_name': 'aura', 11 'target_name': 'aura',
12 'type': 'static_library', 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 '../skia/skia.gyp:skia', 16 '../skia/skia.gyp:skia',
17 '../ui/gfx/compositor/compositor.gyp:compositor', 17 '../ui/gfx/compositor/compositor.gyp:compositor',
18 '../ui/ui.gyp:gfx_resources', 18 '../ui/ui.gyp:gfx_resources',
19 '../ui/ui.gyp:ui', 19 '../ui/ui.gyp:ui',
20 '../ui/ui.gyp:ui_resources', 20 '../ui/ui.gyp:ui_resources',
21 ], 21 ],
22 'defines': [
23 'AURA_IMPLEMENTATION',
24 ],
22 'sources': [ 25 'sources': [
23 'desktop_host.h', 26 'desktop_host.h',
24 'desktop_host_linux.cc', 27 'desktop_host_linux.cc',
25 'desktop_host_win.cc', 28 'desktop_host_win.cc',
26 'desktop_host_win.h', 29 'desktop_host_win.h',
27 'desktop.cc', 30 'desktop.cc',
28 'desktop.h', 31 'desktop.h',
29 'event.cc', 32 'event.cc',
30 'event.h', 33 'event.h',
31 'event_win.cc', 34 'event_win.cc',
35 'event_x.cc',
32 'focus_manager.cc', 36 'focus_manager.cc',
33 'focus_manager.h', 37 'focus_manager.h',
34 'hit_test.h', 38 'hit_test.h',
35 'root_window.cc', 39 'root_window.cc',
36 'root_window.h', 40 'root_window.h',
37 'window.cc', 41 'window.cc',
38 'window.h', 42 'window.h',
39 'window_delegate.h', 43 'window_delegate.h',
40 'window_manager.cc', 44 'window_manager.cc',
41 'window_manager.h', 45 'window_manager.h',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 'window_unittest.cc', 88 'window_unittest.cc',
85 'run_all_unittests.cc', 89 'run_all_unittests.cc',
86 'test_suite.cc', 90 'test_suite.cc',
87 'test_suite.h', 91 'test_suite.h',
88 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', 92 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
89 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 93 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
90 ], 94 ],
91 }, 95 },
92 ], 96 ],
93 } 97 }
OLDNEW
« no previous file with comments | « no previous file | aura/aura_export.h » ('j') | aura/desktop_host_linux.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698