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

Side by Side Diff: ui/ui.gyp

Issue 8196001: content: Split web_drag_dest_gtk.cc into chrome/ and content/ parts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: :( Created 9 years, 2 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
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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'toolkit_views2': 0, # ui/views/ is an experimental framework on Windows. 8 'toolkit_views2': 0, # ui/views/ is an experimental framework on Windows.
9 }, 9 },
10 'target_defaults': { 10 'target_defaults': {
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 'base/clipboard/clipboard_aura.cc', 78 'base/clipboard/clipboard_aura.cc',
79 'base/clipboard/clipboard_gtk.cc', 79 'base/clipboard/clipboard_gtk.cc',
80 'base/clipboard/clipboard_mac.mm', 80 'base/clipboard/clipboard_mac.mm',
81 'base/clipboard/clipboard_util_win.cc', 81 'base/clipboard/clipboard_util_win.cc',
82 'base/clipboard/clipboard_util_win.h', 82 'base/clipboard/clipboard_util_win.h',
83 'base/clipboard/clipboard_win.cc', 83 'base/clipboard/clipboard_win.cc',
84 'base/clipboard/scoped_clipboard_writer.cc', 84 'base/clipboard/scoped_clipboard_writer.cc',
85 'base/clipboard/scoped_clipboard_writer.h', 85 'base/clipboard/scoped_clipboard_writer.h',
86 'base/cocoa/base_view.h', 86 'base/cocoa/base_view.h',
87 'base/cocoa/base_view.mm', 87 'base/cocoa/base_view.mm',
88 'base/dragdrop/bookmark_format.cc',
89 'base/dragdrop/bookmark_format.h',
88 'base/dragdrop/drag_drop_types_gtk.cc', 90 'base/dragdrop/drag_drop_types_gtk.cc',
89 'base/dragdrop/drag_drop_types.h', 91 'base/dragdrop/drag_drop_types.h',
90 'base/dragdrop/drag_drop_types_win.cc', 92 'base/dragdrop/drag_drop_types_win.cc',
91 'base/dragdrop/drag_source.cc', 93 'base/dragdrop/drag_source.cc',
92 'base/dragdrop/drag_source.h', 94 'base/dragdrop/drag_source.h',
93 'base/dragdrop/drop_target.cc', 95 'base/dragdrop/drop_target.cc',
94 'base/dragdrop/drop_target.h', 96 'base/dragdrop/drop_target.h',
95 'base/dragdrop/gtk_dnd_util.cc', 97 'base/dragdrop/gtk_dnd_util.cc',
96 'base/dragdrop/gtk_dnd_util.h', 98 'base/dragdrop/gtk_dnd_util.h',
97 'base/dragdrop/os_exchange_data.cc', 99 'base/dragdrop/os_exchange_data.cc',
98 'base/dragdrop/os_exchange_data.h', 100 'base/dragdrop/os_exchange_data.h',
99 'base/dragdrop/os_exchange_data_provider_aura.cc', 101 'base/dragdrop/os_exchange_data_provider_aura.cc',
100 'base/dragdrop/os_exchange_data_provider_gtk.cc', 102 'base/dragdrop/os_exchange_data_provider_gtk.cc',
101 'base/dragdrop/os_exchange_data_provider_gtk.h', 103 'base/dragdrop/os_exchange_data_provider_gtk.h',
102 'base/dragdrop/os_exchange_data_provider_win.cc', 104 'base/dragdrop/os_exchange_data_provider_win.cc',
103 'base/dragdrop/os_exchange_data_provider_win.h', 105 'base/dragdrop/os_exchange_data_provider_win.h',
104 'base/events.h', 106 'base/events.h',
105 'base/gtk/event_synthesis_gtk.cc', 107 'base/gtk/event_synthesis_gtk.cc',
106 'base/gtk/event_synthesis_gtk.h', 108 'base/gtk/event_synthesis_gtk.h',
107 'base/gtk/g_object_destructor_filo.cc', 109 'base/gtk/g_object_destructor_filo.cc',
108 'base/gtk/g_object_destructor_filo.h', 110 'base/gtk/g_object_destructor_filo.h',
109 'base/gtk/gtk_expanded_container.cc', 111 'base/gtk/gtk_expanded_container.cc',
110 'base/gtk/gtk_expanded_container.h', 112 'base/gtk/gtk_expanded_container.h',
111 'base/gtk/gtk_floating_container.cc', 113 'base/gtk/gtk_floating_container.cc',
112 'base/gtk/gtk_floating_container.h', 114 'base/gtk/gtk_floating_container.h',
113 'base/gtk/gtk_im_context_util.cc', 115 'base/gtk/gtk_im_context_util.cc',
114 'base/gtk/gtk_im_context_util.h', 116 'base/gtk/gtk_im_context_util.h',
115 'base/gtk/gtk_hig_constants.h', 117 'base/gtk/gtk_hig_constants.h',
118 'base/gtk/gtk_screen_utils.cc',
119 'base/gtk/gtk_screen_utils.h',
116 'base/gtk/gtk_signal.h', 120 'base/gtk/gtk_signal.h',
117 'base/gtk/gtk_signal_registrar.cc', 121 'base/gtk/gtk_signal_registrar.cc',
118 'base/gtk/gtk_signal_registrar.h', 122 'base/gtk/gtk_signal_registrar.h',
119 'base/gtk/gtk_windowing.cc', 123 'base/gtk/gtk_windowing.cc',
120 'base/gtk/gtk_windowing.h', 124 'base/gtk/gtk_windowing.h',
121 'base/gtk/owned_widget_gtk.cc', 125 'base/gtk/owned_widget_gtk.cc',
122 'base/gtk/owned_widget_gtk.h', 126 'base/gtk/owned_widget_gtk.h',
123 'base/gtk/tooltip_window_gtk.cc', 127 'base/gtk/tooltip_window_gtk.cc',
124 'base/gtk/tooltip_window_gtk.h', 128 'base/gtk/tooltip_window_gtk.h',
125 'base/ime/composition_text.cc', 129 'base/ime/composition_text.cc',
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
582 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 586 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
583 'os.chmod(\'<(ui_copy_dest)\', 0700)' 587 'os.chmod(\'<(ui_copy_dest)\', 0700)'
584 ] 588 ]
585 } 589 }
586 ], 590 ],
587 }, 591 },
588 ], 592 ],
589 }], 593 }],
590 ], 594 ],
591 } 595 }
OLDNEW
« ui/base/dragdrop/bookmark_format.h ('K') | « ui/base/gtk/gtk_screen_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698