| OLD | NEW |
| 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 'VIEWS_IMPLEMENTATION', | 54 'VIEWS_IMPLEMENTATION', |
| 55 ], | 55 ], |
| 56 'sources': [ | 56 'sources': [ |
| 57 # All .cc, .h under views, except unittests | 57 # All .cc, .h under views, except unittests |
| 58 'accessible_pane_view.cc', | 58 'accessible_pane_view.cc', |
| 59 'accessible_pane_view.h', | 59 'accessible_pane_view.h', |
| 60 'background.cc', | 60 'background.cc', |
| 61 'background.h', | 61 'background.h', |
| 62 'border.cc', | 62 'border.cc', |
| 63 'border.h', | 63 'border.h', |
| 64 'bubble/bubble_border.cc', | |
| 65 'bubble/bubble_border.h', | |
| 66 'bubble/border_contents_view.cc', | |
| 67 'bubble/border_contents_view.h', | |
| 68 'bubble/bubble_delegate.cc', | |
| 69 'bubble/bubble_delegate.h', | |
| 70 'bubble/bubble_frame_view.cc', | |
| 71 'bubble/bubble_frame_view.h', | |
| 72 'context_menu_controller.h', | 64 'context_menu_controller.h', |
| 73 'controls/button/button.cc', | 65 'controls/button/button.cc', |
| 74 'controls/button/button.h', | 66 'controls/button/button.h', |
| 75 'controls/button/button_dropdown.cc', | 67 'controls/button/button_dropdown.cc', |
| 76 'controls/button/button_dropdown.h', | 68 'controls/button/button_dropdown.h', |
| 77 'controls/button/checkbox.cc', | 69 'controls/button/checkbox.cc', |
| 78 'controls/button/checkbox.h', | 70 'controls/button/checkbox.h', |
| 79 'controls/button/custom_button.cc', | 71 'controls/button/custom_button.cc', |
| 80 'controls/button/custom_button.h', | 72 'controls/button/custom_button.h', |
| 81 'controls/button/image_button.cc', | 73 'controls/button/image_button.cc', |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 252 'controls/tree/tree_view.cc', | 244 'controls/tree/tree_view.cc', |
| 253 'controls/tree/tree_view.h', | 245 'controls/tree/tree_view.h', |
| 254 #'debug_utils.cc', | 246 #'debug_utils.cc', |
| 255 #'debug_utils.h', | 247 #'debug_utils.h', |
| 256 'drag_controller.h', | 248 'drag_controller.h', |
| 257 'drag_utils.cc', | 249 'drag_utils.cc', |
| 258 'drag_utils.h', | 250 'drag_utils.h', |
| 259 'drag_utils_aura.cc', | 251 'drag_utils_aura.cc', |
| 260 'drag_utils_gtk.cc', | 252 'drag_utils_gtk.cc', |
| 261 'drag_utils_win.cc', | 253 'drag_utils_win.cc', |
| 262 'events/event.cc', | |
| 263 'events/event.h', | |
| 264 'events/event_aura.cc', | |
| 265 'events/event_gtk.cc', | |
| 266 'events/event_wayland.cc', | |
| 267 'events/event_win.cc', | |
| 268 'events/event_x.cc', | |
| 269 'focus/accelerator_handler.h', | |
| 270 'focus/accelerator_handler_aura.cc', | |
| 271 'focus/accelerator_handler_gtk.cc', | |
| 272 'focus/accelerator_handler_touch.cc', | |
| 273 'focus/accelerator_handler_wayland.cc', | |
| 274 'focus/accelerator_handler_win.cc', | |
| 275 'focus/external_focus_tracker.cc', | |
| 276 'focus/external_focus_tracker.h', | |
| 277 'focus/focus_manager.cc', | |
| 278 'focus/focus_manager.h', | |
| 279 'focus/focus_manager_factory.cc', | |
| 280 'focus/focus_manager_factory.h', | |
| 281 'focus/focus_search.cc', | |
| 282 'focus/focus_search.h', | |
| 283 'focus/view_storage.cc', | |
| 284 'focus/view_storage.h', | |
| 285 'focus/widget_focus_manager.cc', | |
| 286 'focus/widget_focus_manager.h', | |
| 287 'layout/box_layout.cc', | |
| 288 'layout/box_layout.h', | |
| 289 'layout/fill_layout.cc', | |
| 290 'layout/fill_layout.h', | |
| 291 'layout/grid_layout.cc', | |
| 292 'layout/grid_layout.h', | |
| 293 'layout/layout_constants.h', | |
| 294 'layout/layout_manager.cc', | |
| 295 'layout/layout_manager.h', | |
| 296 'metrics.cc', | 254 'metrics.cc', |
| 297 'metrics.h', | 255 'metrics.h', |
| 298 'metrics_aura.cc', | 256 'metrics_aura.cc', |
| 299 'metrics_gtk.cc', | 257 'metrics_gtk.cc', |
| 300 'metrics_wayland.cc', | 258 'metrics_wayland.cc', |
| 301 'metrics_win.cc', | 259 'metrics_win.cc', |
| 302 'mouse_watcher.cc', | 260 'mouse_watcher.cc', |
| 303 'mouse_watcher.h', | 261 'mouse_watcher.h', |
| 304 'native_theme_delegate.h', | 262 'native_theme_delegate.h', |
| 305 'native_theme_painter.cc', | 263 'native_theme_painter.cc', |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 363 'widget/native_widget_views.cc', | 321 'widget/native_widget_views.cc', |
| 364 'widget/native_widget_views.h', | 322 'widget/native_widget_views.h', |
| 365 'widget/native_widget_win.cc', | 323 'widget/native_widget_win.cc', |
| 366 'widget/native_widget_win.h', | 324 'widget/native_widget_win.h', |
| 367 'widget/widget.cc', | 325 'widget/widget.cc', |
| 368 'widget/widget.h', | 326 'widget/widget.h', |
| 369 'widget/widget_delegate.cc', | 327 'widget/widget_delegate.cc', |
| 370 'widget/widget_delegate.h', | 328 'widget/widget_delegate.h', |
| 371 'widget/window_manager.cc', | 329 'widget/window_manager.cc', |
| 372 'widget/window_manager.h', | 330 'widget/window_manager.h', |
| 331 '../ui/views/accessibility/native_view_accessibility_win.cc', |
| 332 '../ui/views/accessibility/native_view_accessibility_win.h', |
| 373 '../ui/views/animation/bounds_animator.cc', | 333 '../ui/views/animation/bounds_animator.cc', |
| 374 '../ui/views/animation/bounds_animator.h', | 334 '../ui/views/animation/bounds_animator.h', |
| 375 '../ui/views/accessibility/native_view_accessibility_win.cc', | 335 '../ui/views/bubble/border_contents_view.cc', |
| 376 '../ui/views/accessibility/native_view_accessibility_win.h', | 336 '../ui/views/bubble/border_contents_view.h', |
| 337 '../ui/views/bubble/bubble_border.cc', |
| 338 '../ui/views/bubble/bubble_border.h', |
| 339 '../ui/views/bubble/bubble_delegate.cc', |
| 340 '../ui/views/bubble/bubble_delegate.h', |
| 341 '../ui/views/bubble/bubble_frame_view.cc', |
| 342 '../ui/views/bubble/bubble_frame_view.h', |
| 343 '../ui/views/events/event.cc', |
| 344 '../ui/views/events/event.h', |
| 345 '../ui/views/events/event_aura.cc', |
| 346 '../ui/views/events/event_gtk.cc', |
| 347 '../ui/views/events/event_wayland.cc', |
| 348 '../ui/views/events/event_win.cc', |
| 349 '../ui/views/events/event_x.cc', |
| 350 '../ui/views/focus/accelerator_handler.h', |
| 351 '../ui/views/focus/accelerator_handler_aura.cc', |
| 352 '../ui/views/focus/accelerator_handler_gtk.cc', |
| 353 '../ui/views/focus/accelerator_handler_touch.cc', |
| 354 '../ui/views/focus/accelerator_handler_wayland.cc', |
| 355 '../ui/views/focus/accelerator_handler_win.cc', |
| 356 '../ui/views/focus/external_focus_tracker.cc', |
| 357 '../ui/views/focus/external_focus_tracker.h', |
| 358 '../ui/views/focus/focus_manager.cc', |
| 359 '../ui/views/focus/focus_manager.h', |
| 360 '../ui/views/focus/focus_manager_factory.cc', |
| 361 '../ui/views/focus/focus_manager_factory.h', |
| 362 '../ui/views/focus/focus_search.cc', |
| 363 '../ui/views/focus/focus_search.h', |
| 364 '../ui/views/focus/view_storage.cc', |
| 365 '../ui/views/focus/view_storage.h', |
| 366 '../ui/views/focus/widget_focus_manager.cc', |
| 367 '../ui/views/focus/widget_focus_manager.h', |
| 377 '../ui/views/ime/input_method_base.cc', | 368 '../ui/views/ime/input_method_base.cc', |
| 378 '../ui/views/ime/input_method_base.h', | 369 '../ui/views/ime/input_method_base.h', |
| 379 '../ui/views/ime/input_method_delegate.h', | 370 '../ui/views/ime/input_method_delegate.h', |
| 380 '../ui/views/ime/input_method_gtk.cc', | 371 '../ui/views/ime/input_method_gtk.cc', |
| 381 '../ui/views/ime/input_method_gtk.h', | 372 '../ui/views/ime/input_method_gtk.h', |
| 382 '../ui/views/ime/input_method.h', | 373 '../ui/views/ime/input_method.h', |
| 383 '../ui/views/ime/input_method_ibus.cc', | 374 '../ui/views/ime/input_method_ibus.cc', |
| 384 '../ui/views/ime/input_method_ibus.h', | 375 '../ui/views/ime/input_method_ibus.h', |
| 385 '../ui/views/ime/input_method_wayland.cc', | 376 '../ui/views/ime/input_method_wayland.cc', |
| 386 '../ui/views/ime/input_method_wayland.h', | 377 '../ui/views/ime/input_method_wayland.h', |
| 387 '../ui/views/ime/input_method_win.cc', | 378 '../ui/views/ime/input_method_win.cc', |
| 388 '../ui/views/ime/input_method_win.h', | 379 '../ui/views/ime/input_method_win.h', |
| 389 '../ui/views/ime/mock_input_method.cc', | 380 '../ui/views/ime/mock_input_method.cc', |
| 390 '../ui/views/ime/mock_input_method.h', | 381 '../ui/views/ime/mock_input_method.h', |
| 391 '../ui/views/ime/text_input_type_tracker.cc', | 382 '../ui/views/ime/text_input_type_tracker.cc', |
| 392 '../ui/views/ime/text_input_type_tracker.h', | 383 '../ui/views/ime/text_input_type_tracker.h', |
| 384 '../ui/views/layout/box_layout.cc', |
| 385 '../ui/views/layout/box_layout.h', |
| 386 '../ui/views/layout/fill_layout.cc', |
| 387 '../ui/views/layout/fill_layout.h', |
| 388 '../ui/views/layout/grid_layout.cc', |
| 389 '../ui/views/layout/grid_layout.h', |
| 390 '../ui/views/layout/layout_constants.h', |
| 391 '../ui/views/layout/layout_manager.cc', |
| 392 '../ui/views/layout/layout_manager.h', |
| 393 '../ui/views/touchui/gesture_manager.cc', | 393 '../ui/views/touchui/gesture_manager.cc', |
| 394 '../ui/views/touchui/gesture_manager.h', | 394 '../ui/views/touchui/gesture_manager.h', |
| 395 '../ui/views/touchui/touch_selection_controller.cc', | 395 '../ui/views/touchui/touch_selection_controller.cc', |
| 396 '../ui/views/touchui/touch_selection_controller.h', | 396 '../ui/views/touchui/touch_selection_controller.h', |
| 397 '../ui/views/touchui/touch_selection_controller_impl.cc', | 397 '../ui/views/touchui/touch_selection_controller_impl.cc', |
| 398 '../ui/views/touchui/touch_selection_controller_impl.h', | 398 '../ui/views/touchui/touch_selection_controller_impl.h', |
| 399 '../ui/views/window/client_view.cc', | 399 '../ui/views/window/client_view.cc', |
| 400 '../ui/views/window/client_view.h', | 400 '../ui/views/window/client_view.h', |
| 401 '../ui/views/window/custom_frame_view.cc', | 401 '../ui/views/window/custom_frame_view.cc', |
| 402 '../ui/views/window/window/custom_frame_view.h', | 402 '../ui/views/window/window/custom_frame_view.h', |
| (...skipping 13 matching lines...) Expand all Loading... |
| 416 '../third_party/wtl/include', | 416 '../third_party/wtl/include', |
| 417 ], | 417 ], |
| 418 'conditions': [ | 418 'conditions': [ |
| 419 ['use_wayland == 1', { | 419 ['use_wayland == 1', { |
| 420 'dependencies': [ | 420 'dependencies': [ |
| 421 '../ui/wayland/wayland.gyp:wayland', | 421 '../ui/wayland/wayland.gyp:wayland', |
| 422 ], | 422 ], |
| 423 'sources/': [ | 423 'sources/': [ |
| 424 ['exclude', '_(gtk|x)\\.cc$'], | 424 ['exclude', '_(gtk|x)\\.cc$'], |
| 425 ['exclude', '/(gtk|x)_[^/]*\\.cc$'], | 425 ['exclude', '/(gtk|x)_[^/]*\\.cc$'], |
| 426 ['exclude', 'focus/accelerator_handler_touch.cc'], | 426 ['exclude', '../ui/views/focus/accelerator_handler_touch.cc'], |
| 427 ['include', 'controls/menu/native_menu_views.cc'], | 427 ['include', 'controls/menu/native_menu_views.cc'], |
| 428 ['include', 'controls/menu/native_menu_views.h'], | 428 ['include', 'controls/menu/native_menu_views.h'], |
| 429 ['include', 'drag_utils_gtk.cc'], | 429 ['include', 'drag_utils_gtk.cc'], |
| 430 ['include', 'widget/tooltip_manager_views.cc'], | 430 ['include', 'widget/tooltip_manager_views.cc'], |
| 431 ], | 431 ], |
| 432 }], | 432 }], |
| 433 ['use_aura==1', { | 433 ['use_aura==1', { |
| 434 'sources/': [ | 434 'sources/': [ |
| 435 ['exclude', '_(gtk|x)\\.cc$'], | 435 ['exclude', '_(gtk|x)\\.cc$'], |
| 436 ['exclude', '/(gtk|x)_[^/]*\\.cc$'], | 436 ['exclude', '/(gtk|x)_[^/]*\\.cc$'], |
| 437 ['exclude', 'controls/menu/menu_2.*'], | 437 ['exclude', 'controls/menu/menu_2.*'], |
| 438 ], | 438 ], |
| 439 'sources!': [ | 439 'sources!': [ |
| 440 'drag_utils_win.cc', | 440 '../ui/views/focus/accelerator_handler_touch.cc', |
| 441 'controls/menu/menu_config_linux.cc', | 441 'controls/menu/menu_config_linux.cc', |
| 442 'controls/menu/menu_item_view_linux.cc', | 442 'controls/menu/menu_item_view_linux.cc', |
| 443 'controls/menu/menu_separator_linux.cc', | 443 'controls/menu/menu_separator_linux.cc', |
| 444 'controls/native_control.cc', | 444 'controls/native_control.cc', |
| 445 'controls/native_control.h', | 445 'controls/native_control.h', |
| 446 'controls/scrollbar/bitmap_scroll_bar.cc', | 446 'controls/scrollbar/bitmap_scroll_bar.cc', |
| 447 'controls/scrollbar/bitmap_scroll_bar.h', | 447 'controls/scrollbar/bitmap_scroll_bar.h', |
| 448 'controls/tabbed_pane/tabbed_pane.cc', | 448 'controls/tabbed_pane/tabbed_pane.cc', |
| 449 'controls/tabbed_pane/tabbed_pane.h', | 449 'controls/tabbed_pane/tabbed_pane.h', |
| 450 'controls/table/group_table_view.cc', | 450 'controls/table/group_table_view.cc', |
| 451 'controls/table/group_table_view.h', | 451 'controls/table/group_table_view.h', |
| 452 'controls/table/native_table_wrapper.h', | 452 'controls/table/native_table_wrapper.h', |
| 453 'controls/table/table_view.cc', | 453 'controls/table/table_view.cc', |
| 454 'controls/table/table_view.h', | 454 'controls/table/table_view.h', |
| 455 'controls/table/table_view2.cc', | 455 'controls/table/table_view2.cc', |
| 456 'controls/table/table_view2.h', | 456 'controls/table/table_view2.h', |
| 457 'controls/table/table_view_observer.h', | 457 'controls/table/table_view_observer.h', |
| 458 'controls/tree/tree_view.cc', | 458 'controls/tree/tree_view.cc', |
| 459 'controls/tree/tree_view.h', | 459 'controls/tree/tree_view.h', |
| 460 'focus/accelerator_handler_touch.cc', | 460 'drag_utils_win.cc', |
| 461 'widget/aero_tooltip_manager.cc', | 461 'widget/aero_tooltip_manager.cc', |
| 462 'widget/aero_tooltip_manager.h', | 462 'widget/aero_tooltip_manager.h', |
| 463 'widget/child_window_message_processor.cc', | 463 'widget/child_window_message_processor.cc', |
| 464 'widget/child_window_message_processor.h', | 464 'widget/child_window_message_processor.h', |
| 465 ], | 465 ], |
| 466 }, | 466 }, |
| 467 ], | 467 ], |
| 468 ['toolkit_uses_gtk == 1', { | 468 ['toolkit_uses_gtk == 1', { |
| 469 'dependencies': [ | 469 'dependencies': [ |
| 470 '../build/linux/system.gyp:gtk', | 470 '../build/linux/system.gyp:gtk', |
| 471 '../build/linux/system.gyp:x11', | 471 '../build/linux/system.gyp:x11', |
| 472 '../build/linux/system.gyp:xext', | 472 '../build/linux/system.gyp:xext', |
| 473 ], | 473 ], |
| 474 'sources!': [ | 474 'sources!': [ |
| 475 '../ui/views/events/event_win.cc', |
| 475 'accessibility/native_view_accessibility_win.cc', | 476 'accessibility/native_view_accessibility_win.cc', |
| 476 'controls/scrollbar/bitmap_scroll_bar.cc', | 477 'controls/scrollbar/bitmap_scroll_bar.cc', |
| 477 'controls/native_control.cc', | 478 'controls/native_control.cc', |
| 478 'controls/table/group_table_view.cc', | 479 'controls/table/group_table_view.cc', |
| 479 'controls/table/table_view.cc', | 480 'controls/table/table_view.cc', |
| 480 'controls/tree/tree_view.cc', | 481 'controls/tree/tree_view.cc', |
| 481 'events/event_win.cc', | |
| 482 'widget/aero_tooltip_manager.cc', | 482 'widget/aero_tooltip_manager.cc', |
| 483 'widget/child_window_message_processor.cc', | 483 'widget/child_window_message_processor.cc', |
| 484 'widget/child_window_message_processor.h', | 484 'widget/child_window_message_processor.h', |
| 485 'widget/native_widget_win.cc', | 485 'widget/native_widget_win.cc', |
| 486 ], | 486 ], |
| 487 }], | 487 }], |
| 488 ['touchui==1', { | 488 ['touchui==1', { |
| 489 'defines': ['TOUCH_UI=1'], | 489 'defines': ['TOUCH_UI=1'], |
| 490 'sources/': [ | 490 'sources/': [ |
| 491 ['exclude', 'focus/accelerator_handler_gtk.cc'], | 491 ['exclude', '../ui/views/focus/accelerator_handler_gtk.cc'], |
| 492 ['exclude', 'controls/menu/native_menu_gtk.cc'], | 492 ['exclude', 'controls/menu/native_menu_gtk.cc'], |
| 493 ['exclude', 'widget/tooltip_manager_gtk.cc'], | 493 ['exclude', 'widget/tooltip_manager_gtk.cc'], |
| 494 ], | 494 ], |
| 495 }], | 495 }], |
| 496 ['touchui==0', { | 496 ['touchui==0', { |
| 497 'sources!': [ | 497 'sources!': [ |
| 498 '../ui/views/touchui/touch_selection_controller_impl.cc', | 498 '../ui/views/touchui/touch_selection_controller_impl.cc', |
| 499 '../ui/views/touchui/touch_selection_controller_impl.h', | 499 '../ui/views/touchui/touch_selection_controller_impl.h', |
| 500 ], | 500 ], |
| 501 }], | 501 }], |
| (...skipping 22 matching lines...) Expand all Loading... |
| 524 'dependencies': [ | 524 'dependencies': [ |
| 525 # For accessibility | 525 # For accessibility |
| 526 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 526 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
| 527 ], | 527 ], |
| 528 'include_dirs': [ | 528 'include_dirs': [ |
| 529 '../third_party/wtl/include', | 529 '../third_party/wtl/include', |
| 530 ], | 530 ], |
| 531 }], | 531 }], |
| 532 ['use_x11==0', { | 532 ['use_x11==0', { |
| 533 'sources!': [ | 533 'sources!': [ |
| 534 'events/event_x.cc', | 534 '../ui/views/events/event_x.cc', |
| 535 ], | 535 ], |
| 536 }], | 536 }], |
| 537 ], | 537 ], |
| 538 }, | 538 }, |
| 539 { | 539 { |
| 540 'target_name': 'views_unittests', | 540 'target_name': 'views_unittests', |
| 541 'type': 'executable', | 541 'type': 'executable', |
| 542 'dependencies': [ | 542 'dependencies': [ |
| 543 '../base/base.gyp:base', | 543 '../base/base.gyp:base', |
| 544 '../base/base.gyp:test_support_base', | 544 '../base/base.gyp:test_support_base', |
| (...skipping 14 matching lines...) Expand all Loading... |
| 559 '../ui/ui.gyp:ui', | 559 '../ui/ui.gyp:ui', |
| 560 '../ui/ui.gyp:ui_resources', | 560 '../ui/ui.gyp:ui_resources', |
| 561 '../ui/ui.gyp:ui_resources_standard', | 561 '../ui/ui.gyp:ui_resources_standard', |
| 562 'views', | 562 'views', |
| 563 ], | 563 ], |
| 564 'include_dirs': [ | 564 'include_dirs': [ |
| 565 '..', | 565 '..', |
| 566 ], | 566 ], |
| 567 'sources': [ | 567 'sources': [ |
| 568 '../ui/views/animation/bounds_animator_unittest.cc', | 568 '../ui/views/animation/bounds_animator_unittest.cc', |
| 569 '../ui/views/bubble/bubble_delegate_unittest.cc', |
| 570 '../ui/views/bubble/bubble_frame_view_unittest.cc', |
| 571 '../ui/views/events/event_unittest.cc', |
| 572 '../ui/views/focus/accelerator_handler_gtk_unittest.cc', |
| 573 '../ui/views/focus/focus_manager_unittest.cc', |
| 574 '../ui/views/layout/box_layout_unittest.cc', |
| 575 '../ui/views/layout/grid_layout_unittest.cc', |
| 569 '../ui/views/touchui/touch_selection_controller_impl_unittest.cc', | 576 '../ui/views/touchui/touch_selection_controller_impl_unittest.cc', |
| 570 '../ui/views/test/test_views_delegate.cc', | 577 '../ui/views/test/test_views_delegate.cc', |
| 571 '../ui/views/test/test_views_delegate.h', | 578 '../ui/views/test/test_views_delegate.h', |
| 572 '../ui/views/test/views_test_base.cc', | 579 '../ui/views/test/views_test_base.cc', |
| 573 '../ui/views/test/views_test_base.h', | 580 '../ui/views/test/views_test_base.h', |
| 574 'accessible_pane_view_unittest.cc', | 581 'accessible_pane_view_unittest.cc', |
| 575 'bubble/bubble_delegate_unittest.cc', | |
| 576 'bubble/bubble_frame_view_unittest.cc', | |
| 577 'controls/label_unittest.cc', | 582 'controls/label_unittest.cc', |
| 578 'controls/progress_bar_unittest.cc', | 583 'controls/progress_bar_unittest.cc', |
| 579 'controls/single_split_view_unittest.cc', | 584 'controls/single_split_view_unittest.cc', |
| 580 'controls/tabbed_pane/tabbed_pane_unittest.cc', | 585 'controls/tabbed_pane/tabbed_pane_unittest.cc', |
| 581 'controls/table/table_view_unittest.cc', | 586 'controls/table/table_view_unittest.cc', |
| 582 'controls/combobox/native_combobox_views_unittest.cc', | 587 'controls/combobox/native_combobox_views_unittest.cc', |
| 583 'controls/menu/menu_model_adapter_unittest.cc', | 588 'controls/menu/menu_model_adapter_unittest.cc', |
| 584 'controls/textfield/native_textfield_views_unittest.cc', | 589 'controls/textfield/native_textfield_views_unittest.cc', |
| 585 'controls/textfield/textfield_views_model_unittest.cc', | 590 'controls/textfield/textfield_views_model_unittest.cc', |
| 586 'controls/scrollbar/scrollbar_unittest.cc', | 591 'controls/scrollbar/scrollbar_unittest.cc', |
| 587 'events/event_unittest.cc', | |
| 588 'focus/accelerator_handler_gtk_unittest.cc', | |
| 589 'focus/focus_manager_unittest.cc', | |
| 590 'layout/grid_layout_unittest.cc', | |
| 591 'layout/box_layout_unittest.cc', | |
| 592 'run_all_unittests.cc', | 592 'run_all_unittests.cc', |
| 593 'view_unittest.cc', | 593 'view_unittest.cc', |
| 594 'widget/native_widget_test_utils.h', | 594 'widget/native_widget_test_utils.h', |
| 595 'widget/native_widget_test_utils_aura.cc', | 595 'widget/native_widget_test_utils_aura.cc', |
| 596 'widget/native_widget_test_utils_gtk.cc', | 596 'widget/native_widget_test_utils_gtk.cc', |
| 597 'widget/native_widget_test_utils_win.cc', | 597 'widget/native_widget_test_utils_win.cc', |
| 598 'widget/native_widget_unittest.cc', | 598 'widget/native_widget_unittest.cc', |
| 599 'widget/native_widget_win_unittest.cc', | 599 'widget/native_widget_win_unittest.cc', |
| 600 'widget/widget_unittest.cc', | 600 'widget/widget_unittest.cc', |
| 601 | 601 |
| 602 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', | 602 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |
| 603 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 603 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
| 604 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', | 604 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', |
| 605 ], | 605 ], |
| 606 'conditions': [ | 606 'conditions': [ |
| 607 ['toolkit_uses_gtk == 1', { | 607 ['toolkit_uses_gtk == 1', { |
| 608 'dependencies': [ | 608 'dependencies': [ |
| 609 '../build/linux/system.gyp:gtk', | 609 '../build/linux/system.gyp:gtk', |
| 610 ], | 610 ], |
| 611 'conditions': [ | 611 'conditions': [ |
| 612 ['linux_use_tcmalloc==1', { | 612 ['linux_use_tcmalloc==1', { |
| 613 'dependencies': [ | 613 'dependencies': [ |
| 614 '../base/allocator/allocator.gyp:allocator', | 614 '../base/allocator/allocator.gyp:allocator', |
| 615 ], | 615 ], |
| 616 }], | 616 }], |
| 617 [ 'touchui==1', { | 617 [ 'touchui==1', { |
| 618 'sources!': [ | 618 'sources!': [ |
| 619 'focus/accelerator_handler_gtk_unittest.cc', | 619 '../ui/views/focus/accelerator_handler_gtk_unittest.cc', |
| 620 'controls/table/table_view_unittest.cc', | 620 'controls/table/table_view_unittest.cc', |
| 621 'controls/tabbed_pane/tabbed_pane_unittest.cc' | 621 'controls/tabbed_pane/tabbed_pane_unittest.cc' |
| 622 ], | 622 ], |
| 623 }], | 623 }], |
| 624 ], | 624 ], |
| 625 }], | 625 }], |
| 626 ['touchui==0', { | 626 ['touchui==0', { |
| 627 'sources!': [ | 627 'sources!': [ |
| 628 '../ui/views/touchui/touch_selection_controller_impl_unittest.cc', | 628 '../ui/views/touchui/touch_selection_controller_impl_unittest.cc', |
| 629 ], | 629 ], |
| 630 }], | 630 }], |
| 631 ['OS=="win"', { | 631 ['OS=="win"', { |
| 632 'link_settings': { | 632 'link_settings': { |
| 633 'libraries': [ | 633 'libraries': [ |
| 634 '-limm32.lib', | 634 '-limm32.lib', |
| 635 '-loleacc.lib', | 635 '-loleacc.lib', |
| 636 ] | 636 ] |
| 637 }, | 637 }, |
| 638 'include_dirs': [ | 638 'include_dirs': [ |
| 639 '../third_party/wtl/include', | 639 '../third_party/wtl/include', |
| 640 ], | 640 ], |
| 641 }], | 641 }], |
| 642 [ 'use_aura==1', { | 642 [ 'use_aura==1', { |
| 643 'dependencies': [ | 643 'dependencies': [ |
| 644 '../ui/aura/aura.gyp:test_support_aura', | 644 '../ui/aura/aura.gyp:test_support_aura', |
| 645 ], | 645 ], |
| 646 'sources/': [ | 646 'sources/': [ |
| 647 ['exclude', 'focus/focus_manager_unittest.cc'], # TODO(beng): | 647 ['exclude', '../ui/views/focus/focus_manager_unittest.cc'], # TODO(b
eng): |
| 648 ['exclude', 'widget/native_widget_win_unittest.cc'], | |
| 649 ['exclude', 'controls/combobox/native_combobox_views_unittest.cc'], | 648 ['exclude', 'controls/combobox/native_combobox_views_unittest.cc'], |
| 650 ['exclude', 'controls/table/table_view_unittest.cc'], | 649 ['exclude', 'controls/table/table_view_unittest.cc'], |
| 651 ['exclude', 'controls/tabbed_pane/tabbed_pane_unittest.cc'], | 650 ['exclude', 'controls/tabbed_pane/tabbed_pane_unittest.cc'], |
| 651 ['exclude', 'widget/native_widget_win_unittest.cc'], |
| 652 ], | 652 ], |
| 653 }, { | 653 }, { |
| 654 'sources/': [ | 654 'sources/': [ |
| 655 ['exclude', '../ui/aura/test/test_desktop_delegate.cc'], | 655 ['exclude', '../ui/aura/test/test_desktop_delegate.cc'], |
| 656 ['exclude', '../ui/aura/test/test_desktop_delegate.h'], | 656 ['exclude', '../ui/aura/test/test_desktop_delegate.h'], |
| 657 ], | 657 ], |
| 658 }], | 658 }], |
| 659 ], | 659 ], |
| 660 }, | 660 }, |
| 661 { | 661 { |
| (...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 921 'include_dirs': [ | 921 'include_dirs': [ |
| 922 '../third_party/wtl/include', | 922 '../third_party/wtl/include', |
| 923 ], | 923 ], |
| 924 }], | 924 }], |
| 925 ], | 925 ], |
| 926 }, | 926 }, |
| 927 ], | 927 ], |
| 928 }], | 928 }], |
| 929 ], | 929 ], |
| 930 } | 930 } |
| OLD | NEW |