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

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

Issue 115153002: wm: public window_types. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ozone deps Created 7 years 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 | « ui/aura/DEPS ('k') | ui/aura/client/window_types.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 {
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 'client/user_action_client.cc', 69 'client/user_action_client.cc',
70 'client/user_action_client.h', 70 'client/user_action_client.h',
71 'client/visibility_client.cc', 71 'client/visibility_client.cc',
72 'client/visibility_client.h', 72 'client/visibility_client.h',
73 'client/window_move_client.cc', 73 'client/window_move_client.cc',
74 'client/window_move_client.h', 74 'client/window_move_client.h',
75 'client/window_stacking_client.cc', 75 'client/window_stacking_client.cc',
76 'client/window_stacking_client.h', 76 'client/window_stacking_client.h',
77 'client/window_tree_client.cc', 77 'client/window_tree_client.cc',
78 'client/window_tree_client.h', 78 'client/window_tree_client.h',
79 'client/window_types.h',
80 'device_list_updater_aurax11.cc', 79 'device_list_updater_aurax11.cc',
81 'device_list_updater_aurax11.h', 80 'device_list_updater_aurax11.h',
82 'dispatcher_win.cc', 81 'dispatcher_win.cc',
83 'env.cc', 82 'env.cc',
84 'env.h', 83 'env.h',
85 'env_observer.h', 84 'env_observer.h',
86 'input_state_lookup.cc', 85 'input_state_lookup.cc',
87 'input_state_lookup.h', 86 'input_state_lookup.h',
88 'input_state_lookup_win.cc', 87 'input_state_lookup_win.cc',
89 'input_state_lookup_win.h', 88 'input_state_lookup_win.h',
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 ['OS=="linux" and linux_use_tcmalloc==1', { 286 ['OS=="linux" and linux_use_tcmalloc==1', {
288 'dependencies': [ 287 'dependencies': [
289 # See http://crbug.com/162998#c4 for why this is needed. 288 # See http://crbug.com/162998#c4 for why this is needed.
290 '../../base/allocator/allocator.gyp:allocator', 289 '../../base/allocator/allocator.gyp:allocator',
291 ], 290 ],
292 }], 291 }],
293 ], 292 ],
294 }, 293 },
295 ], 294 ],
296 } 295 }
OLDNEW
« no previous file with comments | « ui/aura/DEPS ('k') | ui/aura/client/window_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698