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

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: Fix resolve 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
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | ui/aura/env.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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 'env.h', 82 'env.h',
83 'env_observer.h', 83 'env_observer.h',
84 'input_state_lookup.cc', 84 'input_state_lookup.cc',
85 'input_state_lookup.h', 85 'input_state_lookup.h',
86 'input_state_lookup_win.cc', 86 'input_state_lookup_win.cc',
87 'input_state_lookup_win.h', 87 'input_state_lookup_win.h',
88 'layout_manager.cc', 88 'layout_manager.cc',
89 'layout_manager.h', 89 'layout_manager.h',
90 'remote_root_window_host_win.cc', 90 'remote_root_window_host_win.cc',
91 'remote_root_window_host_win.h', 91 'remote_root_window_host_win.h',
92 'root_window_host_mac.mm',
93 'root_window_host_mac.h',
92 'root_window_host_ozone.cc', 94 'root_window_host_ozone.cc',
93 'root_window_host_ozone.h', 95 'root_window_host_ozone.h',
94 'root_window_host_win.cc', 96 'root_window_host_win.cc',
95 'root_window_host_win.h', 97 'root_window_host_win.h',
96 'root_window_host_x11.cc', 98 'root_window_host_x11.cc',
97 'root_window_host_x11.h', 99 'root_window_host_x11.h',
98 'root_window_transformer.h', 100 'root_window_transformer.h',
99 'root_window.cc', 101 'root_window.cc',
100 'root_window.h', 102 'root_window.h',
101 'window.cc', 103 'window.cc',
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 ['OS=="linux" and linux_use_tcmalloc==1', { 280 ['OS=="linux" and linux_use_tcmalloc==1', {
279 'dependencies': [ 281 'dependencies': [
280 # See http://crbug.com/162998#c4 for why this is needed. 282 # See http://crbug.com/162998#c4 for why this is needed.
281 '../../base/allocator/allocator.gyp:allocator', 283 '../../base/allocator/allocator.gyp:allocator',
282 ], 284 ],
283 }], 285 }],
284 ], 286 ],
285 }, 287 },
286 ], 288 ],
287 } 289 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | ui/aura/env.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698