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

Side by Side Diff: ui/views/views.gyp

Issue 11444013: Get drag and drop working for win aura. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix compile Created 8 years 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) 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 'target_defaults': { 8 'target_defaults': {
9 'conditions': [ 9 'conditions': [
10 ['use_aura==1', { 10 ['use_aura==1', {
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 'widget/child_window_message_processor.cc', 352 'widget/child_window_message_processor.cc',
353 'widget/child_window_message_processor.h', 353 'widget/child_window_message_processor.h',
354 'widget/default_theme_provider.cc', 354 'widget/default_theme_provider.cc',
355 'widget/default_theme_provider.h', 355 'widget/default_theme_provider.h',
356 'widget/desktop_aura/desktop_activation_client.cc', 356 'widget/desktop_aura/desktop_activation_client.cc',
357 'widget/desktop_aura/desktop_activation_client.h', 357 'widget/desktop_aura/desktop_activation_client.h',
358 'widget/desktop_aura/desktop_cursor_client.cc', 358 'widget/desktop_aura/desktop_cursor_client.cc',
359 'widget/desktop_aura/desktop_cursor_client.h', 359 'widget/desktop_aura/desktop_cursor_client.h',
360 'widget/desktop_aura/desktop_dispatcher_client.cc', 360 'widget/desktop_aura/desktop_dispatcher_client.cc',
361 'widget/desktop_aura/desktop_dispatcher_client.h', 361 'widget/desktop_aura/desktop_dispatcher_client.h',
362 'widget/desktop_aura/desktop_drag_drop_client_win.cc',
363 'widget/desktop_aura/desktop_drag_drop_client_win.h',
362 'widget/desktop_aura/desktop_layout_manager.cc', 364 'widget/desktop_aura/desktop_layout_manager.cc',
363 'widget/desktop_aura/desktop_layout_manager.h', 365 'widget/desktop_aura/desktop_layout_manager.h',
364 'widget/desktop_aura/desktop_native_widget_aura.cc', 366 'widget/desktop_aura/desktop_native_widget_aura.cc',
365 'widget/desktop_aura/desktop_native_widget_aura.h', 367 'widget/desktop_aura/desktop_native_widget_aura.h',
366 'widget/desktop_aura/desktop_root_window_host.h', 368 'widget/desktop_aura/desktop_root_window_host.h',
367 'widget/desktop_aura/desktop_root_window_host_linux.cc', 369 'widget/desktop_aura/desktop_root_window_host_linux.cc',
368 'widget/desktop_aura/desktop_root_window_host_linux.h', 370 'widget/desktop_aura/desktop_root_window_host_linux.h',
369 'widget/desktop_aura/desktop_root_window_host_win.cc', 371 'widget/desktop_aura/desktop_root_window_host_win.cc',
370 'widget/desktop_aura/desktop_root_window_host_win.h', 372 'widget/desktop_aura/desktop_root_window_host_win.h',
371 'widget/desktop_aura/desktop_screen.h', 373 'widget/desktop_aura/desktop_screen.h',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 'sources/': [ 470 'sources/': [
469 ['exclude', 'mouse_watcher.cc'], 471 ['exclude', 'mouse_watcher.cc'],
470 ['exclude', 'controls/menu/'], 472 ['exclude', 'controls/menu/'],
471 ['exclude', 'controls/scrollbar/'], 473 ['exclude', 'controls/scrollbar/'],
472 ['exclude', 'focus/accelerator_handler_aura.cc'], 474 ['exclude', 'focus/accelerator_handler_aura.cc'],
473 ], 475 ],
474 }], 476 }],
475 ['OS=="win"', { 477 ['OS=="win"', {
476 'sources/': [ 478 'sources/': [
477 ['include', 'ime/input_method_win.cc'], 479 ['include', 'ime/input_method_win.cc'],
478 ['include', 'ime/input_method_win.h'], 480 ['include', 'widget/desktop_aura/desktop_drag_drop_client_win.cc '],
479 ['include', 'widget/desktop_aura/desktop_screen_win.cc'], 481 ['include', 'widget/desktop_aura/desktop_screen_win.cc'],
480 ['include', 'widget/desktop_aura/desktop_screen_win.h'],
481 ['include', 'widget/desktop_aura/desktop_root_window_host_win.cc '], 482 ['include', 'widget/desktop_aura/desktop_root_window_host_win.cc '],
482 ['include', 'widget/desktop_aura/desktop_root_window_host_win.h' ], 483 ['include', 'widget/drop_target_win.c'],
483 ], 484 ],
484 }], 485 }],
485 ], 486 ],
486 }], 487 }],
487 ['use_aura==0', { 488 ['use_aura==0', {
488 'sources/': [ 489 'sources/': [
489 ['exclude', 'corewm'], 490 ['exclude', 'corewm'],
490 ['exclude', 'widget/desktop_aura'], 491 ['exclude', 'widget/desktop_aura'],
491 ], 492 ],
492 'sources!': [ 493 'sources!': [
(...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
976 'sources/': [ 977 'sources/': [
977 # This is needed because the aura rule strips it from the default 978 # This is needed because the aura rule strips it from the default
978 # sources list. 979 # sources list.
979 ['include', '^../../content/app/startup_helper_win.cc'], 980 ['include', '^../../content/app/startup_helper_win.cc'],
980 ], 981 ],
981 }], 982 }],
982 ], 983 ],
983 }, # target_name: views_examples_with_content_exe 984 }, # target_name: views_examples_with_content_exe
984 ], 985 ],
985 } 986 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698