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

Side by Side Diff: ui/ui_base.gypi

Issue 7265009: Revert 90464 - Move app/win/* files to base/win/, ui/base/win and chrome/common/ directories. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 6 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 | « ui/base/win/shell.cc ('k') | webkit/plugins/npapi/webplugin_delegate_impl_win.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) 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'ui_base', 8 'target_name': 'ui_base',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 'base/ui_base_paths.cc', 145 'base/ui_base_paths.cc',
146 'base/ui_base_paths.h', 146 'base/ui_base_paths.h',
147 'base/ui_base_switches.cc', 147 'base/ui_base_switches.cc',
148 'base/ui_base_switches.h', 148 'base/ui_base_switches.h',
149 'base/view_prop.cc', 149 'base/view_prop.cc',
150 'base/view_prop.h', 150 'base/view_prop.h',
151 'base/win/hwnd_util.cc', 151 'base/win/hwnd_util.cc',
152 'base/win/hwnd_util.h', 152 'base/win/hwnd_util.h',
153 'base/win/ime_input.cc', 153 'base/win/ime_input.cc',
154 'base/win/ime_input.h', 154 'base/win/ime_input.h',
155 'base/win/shell.cc',
156 'base/win/shell.h',
157 'base/win/window_impl.cc', 155 'base/win/window_impl.cc',
158 'base/win/window_impl.h', 156 'base/win/window_impl.h',
159 'base/x/active_window_watcher_x.cc', 157 'base/x/active_window_watcher_x.cc',
160 'base/x/active_window_watcher_x.h', 158 'base/x/active_window_watcher_x.h',
161 'base/x/x11_util.cc', 159 'base/x/x11_util.cc',
162 'base/x/x11_util.h', 160 'base/x/x11_util.h',
163 'base/x/x11_util_internal.h', 161 'base/x/x11_util_internal.h',
164 ], 162 ],
165 'conditions': [ 163 'conditions': [
166 ['toolkit_uses_gtk == 1', { 164 ['toolkit_uses_gtk == 1', {
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 ], 237 ],
240 }, 238 },
241 ], 239 ],
242 } 240 }
243 241
244 # Local Variables: 242 # Local Variables:
245 # tab-width:2 243 # tab-width:2
246 # indent-tabs-mode:nil 244 # indent-tabs-mode:nil
247 # End: 245 # End:
248 # vim: set expandtab tabstop=2 shiftwidth=2: 246 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « ui/base/win/shell.cc ('k') | webkit/plugins/npapi/webplugin_delegate_impl_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698