| 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 480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 491 # unrelated things like v8, sqlite nss...). | 491 # unrelated things like v8, sqlite nss...). |
| 492 '../../chrome/chrome_resources.gyp:packed_resources', | 492 '../../chrome/chrome_resources.gyp:packed_resources', |
| 493 '../../build/temp_gyp/googleurl.gyp:googleurl', | 493 '../../build/temp_gyp/googleurl.gyp:googleurl', |
| 494 '../../skia/skia.gyp:skia', | 494 '../../skia/skia.gyp:skia', |
| 495 '../../testing/gmock.gyp:gmock', | 495 '../../testing/gmock.gyp:gmock', |
| 496 '../../testing/gtest.gyp:gtest', | 496 '../../testing/gtest.gyp:gtest', |
| 497 '../../third_party/icu/icu.gyp:icui18n', | 497 '../../third_party/icu/icu.gyp:icui18n', |
| 498 '../../third_party/icu/icu.gyp:icuuc', | 498 '../../third_party/icu/icu.gyp:icuuc', |
| 499 '../base/strings/ui_strings.gyp:ui_strings', | 499 '../base/strings/ui_strings.gyp:ui_strings', |
| 500 '../gfx/compositor/compositor.gyp:compositor_test_support', | 500 '../gfx/compositor/compositor.gyp:compositor_test_support', |
| 501 '../gfx/compositor/compositor.gyp:test_compositor', |
| 501 '../ui.gyp:gfx_resources', | 502 '../ui.gyp:gfx_resources', |
| 502 '../ui.gyp:ui', | 503 '../ui.gyp:ui', |
| 503 '../ui.gyp:ui_resources', | 504 '../ui.gyp:ui_resources', |
| 504 '../ui.gyp:ui_resources_standard', | 505 '../ui.gyp:ui_resources_standard', |
| 505 'views', | 506 'views', |
| 506 ], | 507 ], |
| 507 'include_dirs': [ | 508 'include_dirs': [ |
| 508 '..', | 509 '..', |
| 509 ], | 510 ], |
| 510 'sources': [ | 511 'sources': [ |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 586 ['exclude', 'controls/table/table_view_unittest.cc'], | 587 ['exclude', 'controls/table/table_view_unittest.cc'], |
| 587 ['exclude', 'widget/native_widget_win_unittest.cc'], | 588 ['exclude', 'widget/native_widget_win_unittest.cc'], |
| 588 ], | 589 ], |
| 589 }, { | 590 }, { |
| 590 'sources/': [ | 591 'sources/': [ |
| 591 ['exclude', '../aura/test/test_desktop_delegate.cc'], | 592 ['exclude', '../aura/test/test_desktop_delegate.cc'], |
| 592 ['exclude', '../aura/test/test_desktop_delegate.h'], | 593 ['exclude', '../aura/test/test_desktop_delegate.h'], |
| 593 ['exclude', 'test/test_tooltip_client.cc'], | 594 ['exclude', 'test/test_tooltip_client.cc'], |
| 594 ], | 595 ], |
| 595 }], | 596 }], |
| 596 ['use_webkit_compositor==1', { | |
| 597 'dependencies': [ | |
| 598 '../gfx/compositor/compositor.gyp:compositor', | |
| 599 ], | |
| 600 }, { # use_webkit_compositor!=1 | |
| 601 'dependencies': [ | |
| 602 '../gfx/compositor/compositor.gyp:test_compositor', | |
| 603 ], | |
| 604 }], | |
| 605 ], | 597 ], |
| 606 }, # target_name: views_unittests | 598 }, # target_name: views_unittests |
| 607 { | 599 { |
| 608 'target_name': 'views_examples_lib', | 600 'target_name': 'views_examples_lib', |
| 609 'type': 'static_library', | 601 'type': 'static_library', |
| 610 'dependencies': [ | 602 'dependencies': [ |
| 611 '../../base/base.gyp:base', | 603 '../../base/base.gyp:base', |
| 612 '../../base/base.gyp:base_i18n', | 604 '../../base/base.gyp:base_i18n', |
| 613 '../../chrome/chrome_resources.gyp:packed_resources', | 605 '../../chrome/chrome_resources.gyp:packed_resources', |
| 614 '../../skia/skia.gyp:skia', | 606 '../../skia/skia.gyp:skia', |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 746 'msvs_settings': { | 738 'msvs_settings': { |
| 747 'VCManifestTool': { | 739 'VCManifestTool': { |
| 748 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest'
, | 740 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest'
, |
| 749 }, | 741 }, |
| 750 }, | 742 }, |
| 751 }], | 743 }], |
| 752 ], | 744 ], |
| 753 }, # target_name: views_examples_lib | 745 }, # target_name: views_examples_lib |
| 754 ], | 746 ], |
| 755 } | 747 } |
| OLD | NEW |