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

Side by Side Diff: ui/ui.gyp

Issue 12036003: Move window_open_disposition.h from webkit/ into ui/base. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win Created 7 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 | « ui/base/window_open_disposition.h ('k') | ui/web_dialogs/web_dialog_delegate.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 'includes': [ 9 'includes': [
10 'shell_dialogs.gypi', 10 'shell_dialogs.gypi',
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 'base/win/mouse_wheel_util.h', 297 'base/win/mouse_wheel_util.h',
298 'base/win/scoped_ole_initializer.cc', 298 'base/win/scoped_ole_initializer.cc',
299 'base/win/scoped_ole_initializer.h', 299 'base/win/scoped_ole_initializer.h',
300 'base/win/scoped_set_map_mode.h', 300 'base/win/scoped_set_map_mode.h',
301 'base/win/shell.cc', 301 'base/win/shell.cc',
302 'base/win/shell.h', 302 'base/win/shell.h',
303 'base/win/singleton_hwnd.cc', 303 'base/win/singleton_hwnd.cc',
304 'base/win/singleton_hwnd.h', 304 'base/win/singleton_hwnd.h',
305 'base/win/window_impl.cc', 305 'base/win/window_impl.cc',
306 'base/win/window_impl.h', 306 'base/win/window_impl.h',
307 'base/window_open_disposition.h',
307 'base/work_area_watcher_observer.h', 308 'base/work_area_watcher_observer.h',
308 'base/x/active_window_watcher_x.cc', 309 'base/x/active_window_watcher_x.cc',
309 'base/x/active_window_watcher_x.h', 310 'base/x/active_window_watcher_x.h',
310 'base/x/active_window_watcher_x_observer.h', 311 'base/x/active_window_watcher_x_observer.h',
311 'base/x/device_list_cache_x.cc', 312 'base/x/device_list_cache_x.cc',
312 'base/x/device_list_cache_x.h', 313 'base/x/device_list_cache_x.h',
313 'base/x/events_x.cc', 314 'base/x/events_x.cc',
314 'base/x/root_window_property_watcher_x.cc', 315 'base/x/root_window_property_watcher_x.cc',
315 'base/x/root_window_property_watcher_x.h', 316 'base/x/root_window_property_watcher_x.h',
316 'base/x/valuators.cc', 317 'base/x/valuators.cc',
(...skipping 610 matching lines...) Expand 10 before | Expand all | Expand 10 after
927 'link_settings': { 928 'link_settings': {
928 'libraries': [ 929 'libraries': [
929 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', 930 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework',
930 ], 931 ],
931 }, 932 },
932 }, 933 },
933 ], 934 ],
934 }], 935 }],
935 ], 936 ],
936 } 937 }
OLDNEW
« no previous file with comments | « ui/base/window_open_disposition.h ('k') | ui/web_dialogs/web_dialog_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698