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

Side by Side Diff: views/views.gyp

Issue 8586022: Remove drag_utils_linux stub. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | « views/drag_utils_linux.cc ('k') | no next file » | 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 8
9 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 'controls/throbber.h', 251 'controls/throbber.h',
252 'controls/tree/tree_view.cc', 252 'controls/tree/tree_view.cc',
253 'controls/tree/tree_view.h', 253 'controls/tree/tree_view.h',
254 #'debug_utils.cc', 254 #'debug_utils.cc',
255 #'debug_utils.h', 255 #'debug_utils.h',
256 'drag_controller.h', 256 'drag_controller.h',
257 'drag_utils.cc', 257 'drag_utils.cc',
258 'drag_utils.h', 258 'drag_utils.h',
259 'drag_utils_aura.cc', 259 'drag_utils_aura.cc',
260 'drag_utils_gtk.cc', 260 'drag_utils_gtk.cc',
261 'drag_utils_linux.cc',
262 'drag_utils_win.cc', 261 'drag_utils_win.cc',
263 'events/event.cc', 262 'events/event.cc',
264 'events/event.h', 263 'events/event.h',
265 'events/event_aura.cc', 264 'events/event_aura.cc',
266 'events/event_gtk.cc', 265 'events/event_gtk.cc',
267 'events/event_wayland.cc', 266 'events/event_wayland.cc',
268 'events/event_win.cc', 267 'events/event_win.cc',
269 'events/event_x.cc', 268 'events/event_x.cc',
270 'focus/accelerator_handler.h', 269 'focus/accelerator_handler.h',
271 'focus/accelerator_handler_aura.cc', 270 'focus/accelerator_handler_aura.cc',
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 ['include', 'widget/tooltip_manager_views.cc'], 430 ['include', 'widget/tooltip_manager_views.cc'],
432 ], 431 ],
433 }], 432 }],
434 ['use_aura==1', { 433 ['use_aura==1', {
435 'sources/': [ 434 'sources/': [
436 ['exclude', '_(gtk|x)\\.cc$'], 435 ['exclude', '_(gtk|x)\\.cc$'],
437 ['exclude', '/(gtk|x)_[^/]*\\.cc$'], 436 ['exclude', '/(gtk|x)_[^/]*\\.cc$'],
438 ['exclude', 'controls/menu/menu_2.*'], 437 ['exclude', 'controls/menu/menu_2.*'],
439 ], 438 ],
440 'sources!': [ 439 'sources!': [
441 'drag_utils_linux.cc',
442 'drag_utils_win.cc', 440 'drag_utils_win.cc',
443 'controls/menu/menu_config_linux.cc', 441 'controls/menu/menu_config_linux.cc',
444 'controls/menu/menu_item_view_linux.cc', 442 'controls/menu/menu_item_view_linux.cc',
445 'controls/menu/menu_separator_linux.cc', 443 'controls/menu/menu_separator_linux.cc',
446 'controls/native_control.cc', 444 'controls/native_control.cc',
447 'controls/native_control.h', 445 'controls/native_control.h',
448 'controls/scrollbar/bitmap_scroll_bar.cc', 446 'controls/scrollbar/bitmap_scroll_bar.cc',
449 'controls/scrollbar/bitmap_scroll_bar.h', 447 'controls/scrollbar/bitmap_scroll_bar.h',
450 'controls/tabbed_pane/tabbed_pane.cc', 448 'controls/tabbed_pane/tabbed_pane.cc',
451 'controls/tabbed_pane/tabbed_pane.h', 449 'controls/tabbed_pane/tabbed_pane.h',
(...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
923 'include_dirs': [ 921 'include_dirs': [
924 '../third_party/wtl/include', 922 '../third_party/wtl/include',
925 ], 923 ],
926 }], 924 }],
927 ], 925 ],
928 }, 926 },
929 ], 927 ],
930 }], 928 }],
931 ], 929 ],
932 } 930 }
OLDNEW
« no previous file with comments | « views/drag_utils_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698