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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', | 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', |
9 }, | 9 }, |
10 'includes': [ | 10 'includes': [ |
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
430 ], | 430 ], |
431 }, { # else: chromeos!=1 | 431 }, { # else: chromeos!=1 |
432 'sources/': [ | 432 'sources/': [ |
433 ['exclude', 'display/output_configurator_animation.cc'], | 433 ['exclude', 'display/output_configurator_animation.cc'], |
434 ['exclude', 'display/output_configurator_animation.h'], | 434 ['exclude', 'display/output_configurator_animation.h'], |
435 ], | 435 ], |
436 }], | 436 }], |
437 ], | 437 ], |
438 }, | 438 }, |
439 { | 439 { |
| 440 'target_name': 'test_support_ash', |
| 441 'type': 'static_library', |
| 442 'dependencies': [ |
| 443 '../skia/skia.gyp:skia', |
| 444 '../testing/gtest.gyp:gtest', |
| 445 'ash', |
| 446 'ash_resources', |
| 447 ], |
| 448 'sources': [ |
| 449 'test/ash_test_base.cc', |
| 450 'test/ash_test_base.h', |
| 451 'test/ash_unittests.cc', |
| 452 'test/capture_tracking_view.cc', |
| 453 'test/capture_tracking_view.h', |
| 454 'test/cursor_manager_test_api.cc', |
| 455 'test/cursor_manager_test_api.h', |
| 456 'test/launcher_view_test_api.cc', |
| 457 'test/launcher_view_test_api.h', |
| 458 'test/test_activation_delegate.cc', |
| 459 'test/test_activation_delegate.h', |
| 460 'test/test_launcher_delegate.cc', |
| 461 'test/test_launcher_delegate.h', |
| 462 'test/test_shell_delegate.cc', |
| 463 'test/test_shell_delegate.h', |
| 464 'test/test_suite.cc', |
| 465 'test/test_suite.h', |
| 466 'test/test_suite_init.h', |
| 467 'test/test_suite_init.mm', |
| 468 ], |
| 469 }, |
| 470 { |
440 'target_name': 'ash_unittests', | 471 'target_name': 'ash_unittests', |
441 'type': 'executable', | 472 'type': 'executable', |
442 'dependencies': [ | 473 'dependencies': [ |
443 '../base/base.gyp:base', | 474 '../base/base.gyp:base', |
444 '../base/base.gyp:test_support_base', | 475 '../base/base.gyp:test_support_base', |
445 '../chrome/chrome_resources.gyp:packed_resources', | 476 '../chrome/chrome_resources.gyp:packed_resources', |
446 '../content/content.gyp:content_browser', | 477 '../content/content.gyp:content_browser', |
447 '../content/content.gyp:test_support_content', | 478 '../content/content.gyp:test_support_content', |
448 '../build/temp_gyp/googleurl.gyp:googleurl', | 479 '../build/temp_gyp/googleurl.gyp:googleurl', |
449 '../skia/skia.gyp:skia', | 480 '../skia/skia.gyp:skia', |
450 '../testing/gtest.gyp:gtest', | 481 '../testing/gtest.gyp:gtest', |
451 '../third_party/icu/icu.gyp:icui18n', | 482 '../third_party/icu/icu.gyp:icui18n', |
452 '../third_party/icu/icu.gyp:icuuc', | 483 '../third_party/icu/icu.gyp:icuuc', |
453 '../ui/aura/aura.gyp:aura', | 484 '../ui/aura/aura.gyp:aura', |
454 '../ui/aura/aura.gyp:test_support_aura', | 485 '../ui/aura/aura.gyp:test_support_aura', |
455 '../ui/app_list/app_list.gyp:app_list', | 486 '../ui/app_list/app_list.gyp:app_list', |
456 '../ui/compositor/compositor.gyp:compositor', | 487 '../ui/compositor/compositor.gyp:compositor', |
457 '../ui/compositor/compositor.gyp:compositor_test_support', | 488 '../ui/compositor/compositor.gyp:compositor_test_support', |
458 '../ui/ui.gyp:ui', | 489 '../ui/ui.gyp:ui', |
459 '../ui/ui.gyp:ui_resources', | 490 '../ui/ui.gyp:ui_resources', |
460 '../ui/ui.gyp:ui_test_support', | 491 '../ui/ui.gyp:ui_test_support', |
461 '../ui/views/views.gyp:views', | 492 '../ui/views/views.gyp:views', |
462 '../ui/views/views.gyp:views_examples_with_content_lib', | 493 '../ui/views/views.gyp:views_examples_with_content_lib', |
463 '../ui/views/views.gyp:test_support_views', | 494 '../ui/views/views.gyp:test_support_views', |
464 'ash', | 495 'ash', |
465 'ash_resources', | 496 'ash_resources', |
| 497 'test_support_ash', |
466 ], | 498 ], |
467 'sources': [ | 499 'sources': [ |
468 '../ui/views/test/test_views_delegate.cc', | 500 '../ui/views/test/test_views_delegate.cc', |
469 '../ui/views/test/test_views_delegate.h', | 501 '../ui/views/test/test_views_delegate.h', |
470 'accelerators/accelerator_controller_unittest.cc', | 502 'accelerators/accelerator_controller_unittest.cc', |
471 'accelerators/accelerator_filter_unittest.cc', | 503 'accelerators/accelerator_filter_unittest.cc', |
472 'accelerators/accelerator_table_unittest.cc', | 504 'accelerators/accelerator_table_unittest.cc', |
473 'accelerators/nested_dispatcher_controller_unittest.cc', | 505 'accelerators/nested_dispatcher_controller_unittest.cc', |
474 'desktop_background/desktop_background_controller_unittest.cc', | 506 'desktop_background/desktop_background_controller_unittest.cc', |
475 'dip_unittest.cc', | 507 'dip_unittest.cc', |
(...skipping 21 matching lines...) Expand all Loading... |
497 'shell/lock_view.cc', | 529 'shell/lock_view.cc', |
498 'shell/panel_window.cc', | 530 'shell/panel_window.cc', |
499 'shell/shell_delegate_impl.cc', | 531 'shell/shell_delegate_impl.cc', |
500 'shell/toplevel_window.cc', | 532 'shell/toplevel_window.cc', |
501 'shell/widgets.cc', | 533 'shell/widgets.cc', |
502 'shell/window_type_launcher.cc', | 534 'shell/window_type_launcher.cc', |
503 'shell/window_watcher.cc', | 535 'shell/window_watcher.cc', |
504 'shell/window_watcher_unittest.cc', | 536 'shell/window_watcher_unittest.cc', |
505 'system/tray/system_tray_unittest.cc', | 537 'system/tray/system_tray_unittest.cc', |
506 'system/web_notification/web_notification_tray_unittest.cc', | 538 'system/web_notification/web_notification_tray_unittest.cc', |
507 'test/ash_test_base.cc', | |
508 'test/ash_test_base.h', | |
509 'test/ash_unittests.cc', | |
510 'test/capture_tracking_view.cc', | |
511 'test/capture_tracking_view.h', | |
512 'test/cursor_manager_test_api.cc', | |
513 'test/cursor_manager_test_api.h', | |
514 'test/launcher_view_test_api.cc', | |
515 'test/launcher_view_test_api.h', | |
516 'test/test_activation_delegate.cc', | |
517 'test/test_activation_delegate.h', | |
518 'test/test_launcher_delegate.cc', | |
519 'test/test_launcher_delegate.h', | |
520 'test/test_shell_delegate.cc', | |
521 'test/test_shell_delegate.h', | |
522 'test/test_suite.cc', | |
523 'test/test_suite.h', | |
524 'test/test_suite_init.h', | |
525 'test/test_suite_init.mm', | |
526 'tooltips/tooltip_controller_unittest.cc', | 539 'tooltips/tooltip_controller_unittest.cc', |
527 'wm/activation_controller_unittest.cc', | 540 'wm/activation_controller_unittest.cc', |
528 'wm/base_layout_manager_unittest.cc', | 541 'wm/base_layout_manager_unittest.cc', |
529 'wm/cursor_manager_unittest.cc', | 542 'wm/cursor_manager_unittest.cc', |
530 'wm/custom_frame_view_ash_unittest.cc', | 543 'wm/custom_frame_view_ash_unittest.cc', |
531 'wm/frame_painter_unittest.cc', | 544 'wm/frame_painter_unittest.cc', |
532 'wm/image_grid_unittest.cc', | 545 'wm/image_grid_unittest.cc', |
533 'wm/panel_layout_manager_unittest.cc', | 546 'wm/panel_layout_manager_unittest.cc', |
534 'wm/power_button_controller_unittest.cc', | 547 'wm/power_button_controller_unittest.cc', |
535 'wm/screen_dimmer_unittest.cc', | 548 'wm/screen_dimmer_unittest.cc', |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
671 'shell/cocoa/app-Info.plist', | 684 'shell/cocoa/app-Info.plist', |
672 ], | 685 ], |
673 'xcode_settings': { | 686 'xcode_settings': { |
674 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 687 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
675 }, | 688 }, |
676 }], | 689 }], |
677 ], | 690 ], |
678 }, | 691 }, |
679 ], | 692 ], |
680 } | 693 } |
OLD | NEW |