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

Side by Side Diff: ui/ui.gyp

Issue 10698168: Part 3 of Move SelectFileDialog implementation to ui/base/dialogs/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More namespace to force rebuild. Created 8 years, 5 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/ui_base_exports.cc ('k') | ui/ui_unittests.gypi » ('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 'ui_resources.gypi', 10 'ui_resources.gypi',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 'base/cocoa/underlay_opengl_hosting_window.h', 102 'base/cocoa/underlay_opengl_hosting_window.h',
103 'base/cocoa/underlay_opengl_hosting_window.mm', 103 'base/cocoa/underlay_opengl_hosting_window.mm',
104 'base/cocoa/window_size_constants.h', 104 'base/cocoa/window_size_constants.h',
105 'base/cocoa/window_size_constants.mm', 105 'base/cocoa/window_size_constants.mm',
106 'base/cursor/cursor.cc', 106 'base/cursor/cursor.cc',
107 'base/cursor/cursor.h', 107 'base/cursor/cursor.h',
108 'base/cursor/cursor_win.cc', 108 'base/cursor/cursor_win.cc',
109 'base/cursor/cursor_x11.cc', 109 'base/cursor/cursor_x11.cc',
110 'base/dialogs/base_shell_dialog.cc', 110 'base/dialogs/base_shell_dialog.cc',
111 'base/dialogs/base_shell_dialog.h', 111 'base/dialogs/base_shell_dialog.h',
112 'base/dialogs/base_shell_dialog_win.cc',
113 'base/dialogs/base_shell_dialog_win.h',
114 'base/dialogs/select_file_dialog.cc',
115 'base/dialogs/select_file_dialog.h',
116 'base/dialogs/select_file_dialog_factory.cc',
117 'base/dialogs/select_file_dialog_factory.h',
118 'base/dialogs/select_file_dialog_win.cc',
119 'base/dialogs/select_file_dialog_win.h',
112 'base/dialogs/select_file_policy.cc', 120 'base/dialogs/select_file_policy.cc',
113 'base/dialogs/select_file_policy.h', 121 'base/dialogs/select_file_policy.h',
114 'base/dialogs/selected_file_info.cc', 122 'base/dialogs/selected_file_info.cc',
115 'base/dialogs/selected_file_info.h', 123 'base/dialogs/selected_file_info.h',
116 'base/dragdrop/cocoa_dnd_util.h', 124 'base/dragdrop/cocoa_dnd_util.h',
117 'base/dragdrop/cocoa_dnd_util.mm', 125 'base/dragdrop/cocoa_dnd_util.mm',
118 'base/dragdrop/drag_drop_types_gtk.cc', 126 'base/dragdrop/drag_drop_types_gtk.cc',
119 'base/dragdrop/drag_drop_types.h', 127 'base/dragdrop/drag_drop_types.h',
120 'base/dragdrop/drag_drop_types_win.cc', 128 'base/dragdrop/drag_drop_types_win.cc',
121 'base/dragdrop/drag_source.cc', 129 'base/dragdrop/drag_source.cc',
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 'gfx/canvas_skia.cc', 461 'gfx/canvas_skia.cc',
454 ], 462 ],
455 }], 463 }],
456 ['use_aura==1', { 464 ['use_aura==1', {
457 'sources/': [ 465 'sources/': [
458 ['exclude', 'gfx/gtk_'], 466 ['exclude', 'gfx/gtk_'],
459 ['exclude', 'gfx/gtk_util.cc'], 467 ['exclude', 'gfx/gtk_util.cc'],
460 ['exclude', 'gfx/gtk_util.h'], 468 ['exclude', 'gfx/gtk_util.h'],
461 ['exclude', 'gfx/screen_gtk.cc'], 469 ['exclude', 'gfx/screen_gtk.cc'],
462 ['exclude', 'gfx/screen_win.cc'], 470 ['exclude', 'gfx/screen_win.cc'],
471 ['exclude', 'base/dialogs/select_file_dialog_win.cc'],
463 ['exclude', 'base/dragdrop/drag_utils_win.cc'], 472 ['exclude', 'base/dragdrop/drag_utils_win.cc'],
464 ['exclude', 'base/win/mouse_wheel_util.cc'], 473 ['exclude', 'base/win/mouse_wheel_util.cc'],
465 ['exclude', 'base/win/mouse_wheel_util.h'], 474 ['exclude', 'base/win/mouse_wheel_util.h'],
466 ['exclude', 'base/work_area_watcher_observer.h'], 475 ['exclude', 'base/work_area_watcher_observer.h'],
467 ['exclude', 'base/x/active_window_watcher_x.cc'], 476 ['exclude', 'base/x/active_window_watcher_x.cc'],
468 ['exclude', 'base/x/active_window_watcher_x.h'], 477 ['exclude', 'base/x/active_window_watcher_x.h'],
469 ['exclude', 'base/x/active_window_watcher_x_observer.h'], 478 ['exclude', 'base/x/active_window_watcher_x_observer.h'],
470 ['exclude', 'base/x/root_window_property_watcher_x.cc'], 479 ['exclude', 'base/x/root_window_property_watcher_x.cc'],
471 ['exclude', 'base/x/root_window_property_watcher_x.h'], 480 ['exclude', 'base/x/root_window_property_watcher_x.h'],
472 ['exclude', 'base/x/work_area_watcher_x.cc'], 481 ['exclude', 'base/x/work_area_watcher_x.cc'],
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
747 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 756 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
748 'os.chmod(\'<(ui_copy_dest)\', 0700)' 757 'os.chmod(\'<(ui_copy_dest)\', 0700)'
749 ] 758 ]
750 } 759 }
751 ], 760 ],
752 }, 761 },
753 ], 762 ],
754 }], 763 }],
755 ], 764 ],
756 } 765 }
OLDNEW
« no previous file with comments | « ui/base/ui_base_exports.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698