| 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', { |
| 11 'sources/': [ ['exclude', '_win\\.(h|cc)$'] ], | 11 'sources/': [ ['exclude', '_win\\.(h|cc)$'] ], |
| 12 'dependencies': [ '../aura/aura.gyp:aura', ], | 12 'dependencies': [ '../aura/aura.gyp:aura', ], |
| 13 }], | 13 }], |
| 14 ['OS!="linux" or chromeos==1', { | 14 ['OS!="linux" or chromeos==1', { |
| 15 'sources/': [ ['exclude', '_linux\\.(h|cc)$'] ], | 15 'sources/': [ ['exclude', '_linux\\.(h|cc)$'] ], |
| 16 }], | 16 }], |
| 17 ], | 17 ], |
| 18 }, | 18 }, |
| 19 'targets': [ | 19 'targets': [ |
| 20 { | 20 { |
| 21 'target_name': 'views', | 21 'target_name': 'views', |
| 22 'type': '<(component)', | 22 'type': '<(component)', |
| 23 'dependencies': [ | 23 'dependencies': [ |
| 24 '../../base/base.gyp:base', | 24 '../../base/base.gyp:base', |
| 25 '../../base/base.gyp:base_i18n', | 25 '../../base/base.gyp:base_i18n', |
| 26 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', | 26 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', |
| 27 '../../build/temp_gyp/googleurl.gyp:googleurl', | |
| 28 '../../skia/skia.gyp:skia', | 27 '../../skia/skia.gyp:skia', |
| 29 '../../third_party/icu/icu.gyp:icui18n', | 28 '../../third_party/icu/icu.gyp:icui18n', |
| 30 '../../third_party/icu/icu.gyp:icuuc', | 29 '../../third_party/icu/icu.gyp:icuuc', |
| 30 '../../url/url.gyp:url', |
| 31 '../base/strings/ui_strings.gyp:ui_strings', | 31 '../base/strings/ui_strings.gyp:ui_strings', |
| 32 '../compositor/compositor.gyp:compositor', | 32 '../compositor/compositor.gyp:compositor', |
| 33 '../native_theme/native_theme.gyp:native_theme', | 33 '../native_theme/native_theme.gyp:native_theme', |
| 34 '../ui.gyp:ui', | 34 '../ui.gyp:ui', |
| 35 '../ui.gyp:ui_resources', | 35 '../ui.gyp:ui_resources', |
| 36 ], | 36 ], |
| 37 'defines': [ | 37 'defines': [ |
| 38 'VIEWS_IMPLEMENTATION', | 38 'VIEWS_IMPLEMENTATION', |
| 39 ], | 39 ], |
| 40 'sources': [ | 40 'sources': [ |
| (...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 646 'target_name': 'views_unittests', | 646 'target_name': 'views_unittests', |
| 647 'type': 'executable', | 647 'type': 'executable', |
| 648 'dependencies': [ | 648 'dependencies': [ |
| 649 '../../base/base.gyp:base', | 649 '../../base/base.gyp:base', |
| 650 '../../base/base.gyp:base_i18n', | 650 '../../base/base.gyp:base_i18n', |
| 651 '../../base/base.gyp:test_support_base', | 651 '../../base/base.gyp:test_support_base', |
| 652 # TODO(jcivelli): ideally the resource needed by views would be | 652 # TODO(jcivelli): ideally the resource needed by views would be |
| 653 # factored out. (for some reason it pulls in a bunch | 653 # factored out. (for some reason it pulls in a bunch |
| 654 # unrelated things like v8, sqlite nss...). | 654 # unrelated things like v8, sqlite nss...). |
| 655 '../../chrome/chrome_resources.gyp:packed_resources', | 655 '../../chrome/chrome_resources.gyp:packed_resources', |
| 656 '../../build/temp_gyp/googleurl.gyp:googleurl', | |
| 657 '../../skia/skia.gyp:skia', | 656 '../../skia/skia.gyp:skia', |
| 658 '../../testing/gmock.gyp:gmock', | 657 '../../testing/gmock.gyp:gmock', |
| 659 '../../testing/gtest.gyp:gtest', | 658 '../../testing/gtest.gyp:gtest', |
| 660 '../../third_party/icu/icu.gyp:icui18n', | 659 '../../third_party/icu/icu.gyp:icui18n', |
| 661 '../../third_party/icu/icu.gyp:icuuc', | 660 '../../third_party/icu/icu.gyp:icuuc', |
| 661 '../../url/url.gyp:url', |
| 662 '../base/strings/ui_strings.gyp:ui_strings', | 662 '../base/strings/ui_strings.gyp:ui_strings', |
| 663 '../compositor/compositor.gyp:compositor', | 663 '../compositor/compositor.gyp:compositor', |
| 664 '../compositor/compositor.gyp:compositor_test_support', | 664 '../compositor/compositor.gyp:compositor_test_support', |
| 665 '../ui.gyp:ui', | 665 '../ui.gyp:ui', |
| 666 '../ui.gyp:ui_resources', | 666 '../ui.gyp:ui_resources', |
| 667 '../ui.gyp:ui_test_support', | 667 '../ui.gyp:ui_test_support', |
| 668 'views', | 668 'views', |
| 669 'views_test_support', | 669 'views_test_support', |
| 670 ], | 670 ], |
| 671 'include_dirs': [ | 671 'include_dirs': [ |
| (...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 858 'sources': [ | 858 'sources': [ |
| 859 'examples/examples_main.cc', | 859 'examples/examples_main.cc', |
| 860 ], | 860 ], |
| 861 }, # target_name: views_examples_exe | 861 }, # target_name: views_examples_exe |
| 862 { | 862 { |
| 863 'target_name': 'views_examples_with_content_lib', | 863 'target_name': 'views_examples_with_content_lib', |
| 864 'type': '<(component)', | 864 'type': '<(component)', |
| 865 'dependencies': [ | 865 'dependencies': [ |
| 866 '../../base/base.gyp:base', | 866 '../../base/base.gyp:base', |
| 867 '../../base/base.gyp:base_i18n', | 867 '../../base/base.gyp:base_i18n', |
| 868 '../../build/temp_gyp/googleurl.gyp:googleurl', | |
| 869 '../../chrome/chrome_resources.gyp:packed_resources', | 868 '../../chrome/chrome_resources.gyp:packed_resources', |
| 870 '../../content/content.gyp:content', | 869 '../../content/content.gyp:content', |
| 871 '../../skia/skia.gyp:skia', | 870 '../../skia/skia.gyp:skia', |
| 872 '../../third_party/icu/icu.gyp:icui18n', | 871 '../../third_party/icu/icu.gyp:icui18n', |
| 873 '../../third_party/icu/icu.gyp:icuuc', | 872 '../../third_party/icu/icu.gyp:icuuc', |
| 873 '../../url/url.gyp:url', |
| 874 '../ui.gyp:ui', | 874 '../ui.gyp:ui', |
| 875 '../ui.gyp:ui_resources', | 875 '../ui.gyp:ui_resources', |
| 876 'controls/webview/webview.gyp:webview', | 876 'controls/webview/webview.gyp:webview', |
| 877 'views', | 877 'views', |
| 878 ], | 878 ], |
| 879 'include_dirs': [ | 879 'include_dirs': [ |
| 880 '..', | 880 '..', |
| 881 ], | 881 ], |
| 882 'defines': [ | 882 'defines': [ |
| 883 'VIEWS_EXAMPLES_WITH_CONTENT_IMPLEMENTATION', | 883 'VIEWS_EXAMPLES_WITH_CONTENT_IMPLEMENTATION', |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1007 'sources/': [ | 1007 'sources/': [ |
| 1008 # This is needed because the aura rule strips it from the default | 1008 # This is needed because the aura rule strips it from the default |
| 1009 # sources list. | 1009 # sources list. |
| 1010 ['include', '^../../content/app/startup_helper_win.cc'], | 1010 ['include', '^../../content/app/startup_helper_win.cc'], |
| 1011 ], | 1011 ], |
| 1012 }], | 1012 }], |
| 1013 ], | 1013 ], |
| 1014 }, # target_name: views_examples_with_content_exe | 1014 }, # target_name: views_examples_with_content_exe |
| 1015 ], | 1015 ], |
| 1016 } | 1016 } |
| OLD | NEW |