OLD | NEW |
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 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
348 'widget/child_window_message_processor.cc', | 348 'widget/child_window_message_processor.cc', |
349 'widget/child_window_message_processor.h', | 349 'widget/child_window_message_processor.h', |
350 'widget/default_theme_provider.cc', | 350 'widget/default_theme_provider.cc', |
351 'widget/default_theme_provider.h', | 351 'widget/default_theme_provider.h', |
352 'widget/desktop_aura/desktop_activation_client.cc', | 352 'widget/desktop_aura/desktop_activation_client.cc', |
353 'widget/desktop_aura/desktop_activation_client.h', | 353 'widget/desktop_aura/desktop_activation_client.h', |
354 'widget/desktop_aura/desktop_cursor_client.cc', | 354 'widget/desktop_aura/desktop_cursor_client.cc', |
355 'widget/desktop_aura/desktop_cursor_client.h', | 355 'widget/desktop_aura/desktop_cursor_client.h', |
356 'widget/desktop_aura/desktop_dispatcher_client.cc', | 356 'widget/desktop_aura/desktop_dispatcher_client.cc', |
357 'widget/desktop_aura/desktop_dispatcher_client.h', | 357 'widget/desktop_aura/desktop_dispatcher_client.h', |
| 358 'widget/desktop_aura/desktop_drag_drop_client_win.cc', |
| 359 'widget/desktop_aura/desktop_drag_drop_client_win.h', |
358 'widget/desktop_aura/desktop_layout_manager.cc', | 360 'widget/desktop_aura/desktop_layout_manager.cc', |
359 'widget/desktop_aura/desktop_layout_manager.h', | 361 'widget/desktop_aura/desktop_layout_manager.h', |
360 'widget/desktop_aura/desktop_native_widget_aura.cc', | 362 'widget/desktop_aura/desktop_native_widget_aura.cc', |
361 'widget/desktop_aura/desktop_native_widget_aura.h', | 363 'widget/desktop_aura/desktop_native_widget_aura.h', |
362 'widget/desktop_aura/desktop_root_window_host.h', | 364 'widget/desktop_aura/desktop_root_window_host.h', |
363 'widget/desktop_aura/desktop_root_window_host_linux.cc', | 365 'widget/desktop_aura/desktop_root_window_host_linux.cc', |
364 'widget/desktop_aura/desktop_root_window_host_linux.h', | 366 'widget/desktop_aura/desktop_root_window_host_linux.h', |
365 'widget/desktop_aura/desktop_root_window_host_win.cc', | 367 'widget/desktop_aura/desktop_root_window_host_win.cc', |
366 'widget/desktop_aura/desktop_root_window_host_win.h', | 368 'widget/desktop_aura/desktop_root_window_host_win.h', |
367 'widget/desktop_aura/desktop_screen.h', | 369 'widget/desktop_aura/desktop_screen.h', |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
464 'sources/': [ | 466 'sources/': [ |
465 ['exclude', 'mouse_watcher.cc'], | 467 ['exclude', 'mouse_watcher.cc'], |
466 ['exclude', 'controls/menu/'], | 468 ['exclude', 'controls/menu/'], |
467 ['exclude', 'controls/scrollbar/'], | 469 ['exclude', 'controls/scrollbar/'], |
468 ['exclude', 'focus/accelerator_handler_aura.cc'], | 470 ['exclude', 'focus/accelerator_handler_aura.cc'], |
469 ], | 471 ], |
470 }], | 472 }], |
471 ['OS=="win"', { | 473 ['OS=="win"', { |
472 'sources/': [ | 474 'sources/': [ |
473 ['include', 'ime/input_method_win.cc'], | 475 ['include', 'ime/input_method_win.cc'], |
474 ['include', 'ime/input_method_win.h'], | 476 ['include', 'widget/desktop_aura/desktop_drag_drop_client_win.cc
'], |
475 ['include', 'widget/desktop_aura/desktop_screen_win.cc'], | 477 ['include', 'widget/desktop_aura/desktop_screen_win.cc'], |
476 ['include', 'widget/desktop_aura/desktop_screen_win.h'], | |
477 ['include', 'widget/desktop_aura/desktop_root_window_host_win.cc
'], | 478 ['include', 'widget/desktop_aura/desktop_root_window_host_win.cc
'], |
478 ['include', 'widget/desktop_aura/desktop_root_window_host_win.h'
], | 479 ['include', 'widget/drop_target_win.c'], |
479 ], | 480 ], |
480 }], | 481 }], |
481 ], | 482 ], |
482 }], | 483 }], |
483 ['use_aura==0', { | 484 ['use_aura==0', { |
484 'sources/': [ | 485 'sources/': [ |
485 ['exclude', 'corewm'], | 486 ['exclude', 'corewm'], |
486 ['exclude', 'widget/desktop_aura'], | 487 ['exclude', 'widget/desktop_aura'], |
487 ], | 488 ], |
488 'sources!': [ | 489 'sources!': [ |
(...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
972 'sources/': [ | 973 'sources/': [ |
973 # This is needed because the aura rule strips it from the default | 974 # This is needed because the aura rule strips it from the default |
974 # sources list. | 975 # sources list. |
975 ['include', '^../../content/app/startup_helper_win.cc'], | 976 ['include', '^../../content/app/startup_helper_win.cc'], |
976 ], | 977 ], |
977 }], | 978 }], |
978 ], | 979 ], |
979 }, # target_name: views_examples_with_content_exe | 980 }, # target_name: views_examples_with_content_exe |
980 ], | 981 ], |
981 } | 982 } |
OLD | NEW |