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

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

Issue 110283005: Make aura_demo work on Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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) 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 'env.h', 83 'env.h',
84 'env_observer.h', 84 'env_observer.h',
85 'input_state_lookup.cc', 85 'input_state_lookup.cc',
86 'input_state_lookup.h', 86 'input_state_lookup.h',
87 'input_state_lookup_win.cc', 87 'input_state_lookup_win.cc',
88 'input_state_lookup_win.h', 88 'input_state_lookup_win.h',
89 'layout_manager.cc', 89 'layout_manager.cc',
90 'layout_manager.h', 90 'layout_manager.h',
91 'remote_root_window_host_win.cc', 91 'remote_root_window_host_win.cc',
92 'remote_root_window_host_win.h', 92 'remote_root_window_host_win.h',
93 'root_window_host_mac.mm',
94 'root_window_host_mac.h',
93 'root_window_host_ozone.cc', 95 'root_window_host_ozone.cc',
94 'root_window_host_ozone.h', 96 'root_window_host_ozone.h',
95 'root_window_host_win.cc', 97 'root_window_host_win.cc',
96 'root_window_host_win.h', 98 'root_window_host_win.h',
97 'root_window_host_x11.cc', 99 'root_window_host_x11.cc',
98 'root_window_host_x11.h', 100 'root_window_host_x11.h',
99 'root_window_transformer.h', 101 'root_window_transformer.h',
100 'root_window.cc', 102 'root_window.cc',
101 'root_window.h', 103 'root_window.h',
102 'window.cc', 104 'window.cc',
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 ['OS=="linux" and linux_use_tcmalloc==1', { 288 ['OS=="linux" and linux_use_tcmalloc==1', {
287 'dependencies': [ 289 'dependencies': [
288 # See http://crbug.com/162998#c4 for why this is needed. 290 # See http://crbug.com/162998#c4 for why this is needed.
289 '../../base/allocator/allocator.gyp:allocator', 291 '../../base/allocator/allocator.gyp:allocator',
290 ], 292 ],
291 }], 293 }],
292 ], 294 ],
293 }, 295 },
294 ], 296 ],
295 } 297 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698