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 | 8 |
9 'target_defaults': { | 9 'target_defaults': { |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
488 # factored out. (for some reason it pulls in a bunch | 488 # factored out. (for some reason it pulls in a bunch |
489 # unrelated things like v8, sqlite nss...). | 489 # unrelated things like v8, sqlite nss...). |
490 '../../chrome/chrome_resources.gyp:packed_resources', | 490 '../../chrome/chrome_resources.gyp:packed_resources', |
491 '../../build/temp_gyp/googleurl.gyp:googleurl', | 491 '../../build/temp_gyp/googleurl.gyp:googleurl', |
492 '../../skia/skia.gyp:skia', | 492 '../../skia/skia.gyp:skia', |
493 '../../testing/gmock.gyp:gmock', | 493 '../../testing/gmock.gyp:gmock', |
494 '../../testing/gtest.gyp:gtest', | 494 '../../testing/gtest.gyp:gtest', |
495 '../../third_party/icu/icu.gyp:icui18n', | 495 '../../third_party/icu/icu.gyp:icui18n', |
496 '../../third_party/icu/icu.gyp:icuuc', | 496 '../../third_party/icu/icu.gyp:icuuc', |
497 '../base/strings/ui_strings.gyp:ui_strings', | 497 '../base/strings/ui_strings.gyp:ui_strings', |
| 498 '../gfx/compositor/compositor.gyp:compositor', |
498 '../gfx/compositor/compositor.gyp:compositor_test_support', | 499 '../gfx/compositor/compositor.gyp:compositor_test_support', |
499 '../ui.gyp:gfx_resources', | 500 '../ui.gyp:gfx_resources', |
500 '../ui.gyp:ui', | 501 '../ui.gyp:ui', |
501 '../ui.gyp:ui_resources', | 502 '../ui.gyp:ui_resources', |
502 '../ui.gyp:ui_resources_standard', | 503 '../ui.gyp:ui_resources_standard', |
503 'views', | 504 'views', |
504 ], | 505 ], |
505 'include_dirs': [ | 506 'include_dirs': [ |
506 '..', | 507 '..', |
507 ], | 508 ], |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
591 ['exclude', 'controls/table/table_view_unittest.cc'], | 592 ['exclude', 'controls/table/table_view_unittest.cc'], |
592 ['exclude', 'widget/native_widget_win_unittest.cc'], | 593 ['exclude', 'widget/native_widget_win_unittest.cc'], |
593 ], | 594 ], |
594 }, { | 595 }, { |
595 'sources/': [ | 596 'sources/': [ |
596 ['exclude', '../aura/test/test_desktop_delegate.cc'], | 597 ['exclude', '../aura/test/test_desktop_delegate.cc'], |
597 ['exclude', '../aura/test/test_desktop_delegate.h'], | 598 ['exclude', '../aura/test/test_desktop_delegate.h'], |
598 ['exclude', 'widget/native_widget_aura_unittest.cc'], | 599 ['exclude', 'widget/native_widget_aura_unittest.cc'], |
599 ], | 600 ], |
600 }], | 601 }], |
601 ['use_webkit_compositor==1', { | |
602 'dependencies': [ | |
603 '../gfx/compositor/compositor.gyp:compositor', | |
604 ], | |
605 }, { # use_webkit_compositor!=1 | |
606 'dependencies': [ | |
607 '../gfx/compositor/compositor.gyp:test_compositor', | |
608 ], | |
609 }], | |
610 ], | 602 ], |
611 }, # target_name: views_unittests | 603 }, # target_name: views_unittests |
612 { | 604 { |
613 'target_name': 'views_examples_lib', | 605 'target_name': 'views_examples_lib', |
614 'type': 'static_library', | 606 'type': 'static_library', |
615 'dependencies': [ | 607 'dependencies': [ |
616 '../../base/base.gyp:base', | 608 '../../base/base.gyp:base', |
617 '../../base/base.gyp:base_i18n', | 609 '../../base/base.gyp:base_i18n', |
618 '../../chrome/chrome_resources.gyp:packed_resources', | 610 '../../chrome/chrome_resources.gyp:packed_resources', |
619 '../../skia/skia.gyp:skia', | 611 '../../skia/skia.gyp:skia', |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
738 'msvs_settings': { | 730 'msvs_settings': { |
739 'VCManifestTool': { | 731 'VCManifestTool': { |
740 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest'
, | 732 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest'
, |
741 }, | 733 }, |
742 }, | 734 }, |
743 }], | 735 }], |
744 ], | 736 ], |
745 }, # target_name: views_examples_lib | 737 }, # target_name: views_examples_lib |
746 ], | 738 ], |
747 } | 739 } |
OLD | NEW |