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

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

Issue 9390038: Move automation/ui_controls to ui/ui_controls (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: win_aura fix, sync Created 8 years, 9 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 | « content/browser/tab_contents/web_drag_source_gtk.cc ('k') | ui/aura/test/aura_test_base.cc » ('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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 'root_window_host_mac.h', 83 'root_window_host_mac.h',
84 'root_window_host_mac.mm', 84 'root_window_host_mac.mm',
85 'root_window_host_win.cc', 85 'root_window_host_win.cc',
86 'root_window_host_win.h', 86 'root_window_host_win.h',
87 'root_window_mac.h', 87 'root_window_mac.h',
88 'root_window_mac.mm', 88 'root_window_mac.mm',
89 'root_window_view_mac.h', 89 'root_window_view_mac.h',
90 'root_window_view_mac.mm', 90 'root_window_view_mac.mm',
91 'root_window.cc', 91 'root_window.cc',
92 'root_window.h', 92 'root_window.h',
93 'ui_controls_win.cc',
94 'ui_controls_x11.cc',
93 'window.cc', 95 'window.cc',
94 'window.h', 96 'window.h',
95 'window_delegate.h', 97 'window_delegate.h',
96 'window_observer.h', 98 'window_observer.h',
97 ], 99 ],
98 'conditions': [ 100 'conditions': [
99 ['OS=="mac"', { 101 ['OS=="mac"', {
100 'sources/': [ 102 'sources/': [
101 ['exclude', 'client/dispatcher_client.cc'], 103 ['exclude', 'client/dispatcher_client.cc'],
102 ['exclude', 'client/dispatcher_client.h'], 104 ['exclude', 'client/dispatcher_client.h'],
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 # osmesa GL implementation is used on linux. 201 # osmesa GL implementation is used on linux.
200 ['OS=="linux"', { 202 ['OS=="linux"', {
201 'dependencies': [ 203 'dependencies': [
202 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', 204 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
203 ], 205 ],
204 }], 206 }],
205 ], 207 ],
206 }, 208 },
207 ], 209 ],
208 } 210 }
OLDNEW
« no previous file with comments | « content/browser/tab_contents/web_drag_source_gtk.cc ('k') | ui/aura/test/aura_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698