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

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

Issue 8362006: Reland r107720 - Enable the new layer animation framework. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 9 years, 1 month 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 | « chrome/chrome_browser.gypi ('k') | ui/aura/desktop.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) 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 27 matching lines...) Expand all
38 'event.cc', 38 'event.cc',
39 'event.h', 39 'event.h',
40 'event_filter.cc', 40 'event_filter.cc',
41 'event_filter.h', 41 'event_filter.h',
42 'focus_manager.h', 42 'focus_manager.h',
43 'hit_test.h', 43 'hit_test.h',
44 'layout_manager.cc', 44 'layout_manager.cc',
45 'layout_manager.h', 45 'layout_manager.h',
46 'screen_aura.cc', 46 'screen_aura.cc',
47 'screen_aura.h', 47 'screen_aura.h',
48 'screen_rotation.cc',
49 'screen_rotation.h',
48 'toplevel_window_container.cc', 50 'toplevel_window_container.cc',
49 'toplevel_window_container.h', 51 'toplevel_window_container.h',
50 'toplevel_window_event_filter.cc', 52 'toplevel_window_event_filter.cc',
51 'toplevel_window_event_filter.h', 53 'toplevel_window_event_filter.h',
52 'window.cc', 54 'window.cc',
53 'window.h', 55 'window.h',
54 'window_delegate.h', 56 'window_delegate.h',
55 'window_observer.h', 57 'window_observer.h',
56 'window_types.h', 58 'window_types.h',
57 ], 59 ],
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 }], 145 }],
144 ['OS!="mac"', { 146 ['OS!="mac"', {
145 'dependencies': [ 147 'dependencies': [
146 '../../chrome/chrome.gyp:packed_resources', 148 '../../chrome/chrome.gyp:packed_resources',
147 ], 149 ],
148 }], 150 }],
149 ], 151 ],
150 }, 152 },
151 ], 153 ],
152 } 154 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | ui/aura/desktop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698