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

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

Issue 7890054: Adds code for a new Aura shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' 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
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 {
(...skipping 18 matching lines...) Expand all
29 'desktop_host_win.h', 29 'desktop_host_win.h',
30 'desktop.cc', 30 'desktop.cc',
31 'desktop.h', 31 'desktop.h',
32 'event.cc', 32 'event.cc',
33 'event.h', 33 'event.h',
34 'event_win.cc', 34 'event_win.cc',
35 'event_x.cc', 35 'event_x.cc',
36 'focus_manager.cc', 36 'focus_manager.cc',
37 'focus_manager.h', 37 'focus_manager.h',
38 'hit_test.h', 38 'hit_test.h',
39 'layout_manager.h',
39 'root_window.cc', 40 'root_window.cc',
40 'root_window.h', 41 'root_window.h',
41 'window.cc', 42 'window.cc',
42 'window.h', 43 'window.h',
43 'window_delegate.h', 44 'window_delegate.h',
44 'window_manager.cc', 45 'window_manager.cc',
45 'window_manager.h', 46 'window_manager.h',
46 ], 47 ],
47 }, 48 },
48 { 49 {
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 'window_unittest.cc', 90 'window_unittest.cc',
90 'run_all_unittests.cc', 91 'run_all_unittests.cc',
91 'test_suite.cc', 92 'test_suite.cc',
92 'test_suite.h', 93 'test_suite.h',
93 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', 94 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
94 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 95 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
95 ], 96 ],
96 }, 97 },
97 ], 98 ],
98 } 99 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698