| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # This turns on e.g. the filename-based detection of which | 7 # This turns on e.g. the filename-based detection of which |
| 8 # platforms to include source files on (e.g. files ending in | 8 # platforms to include source files on (e.g. files ending in |
| 9 # _mac.h or _mac.cc are only compiled on MacOSX). | 9 # _mac.h or _mac.cc are only compiled on MacOSX). |
| 10 'chromium_code': 1, | 10 'chromium_code': 1, |
| (...skipping 446 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 457 # Dependencies of url_matcher. | 457 # Dependencies of url_matcher. |
| 458 'components.gyp:url_matcher', | 458 'components.gyp:url_matcher', |
| 459 | 459 |
| 460 # Dependencies of usb_service tests. | 460 # Dependencies of usb_service tests. |
| 461 'components.gyp:usb_service', | 461 'components.gyp:usb_service', |
| 462 '../third_party/libusb/libusb.gyp:libusb', | 462 '../third_party/libusb/libusb.gyp:libusb', |
| 463 | 463 |
| 464 # Dependencies of visitedlink | 464 # Dependencies of visitedlink |
| 465 'components.gyp:visitedlink_browser', | 465 'components.gyp:visitedlink_browser', |
| 466 'components.gyp:visitedlink_renderer', | 466 'components.gyp:visitedlink_renderer', |
| 467 '../content/content_resources.gyp:content_resources', | |
| 468 | 467 |
| 469 # Dependencies of web_modal | 468 # Dependencies of web_modal |
| 470 'components.gyp:web_modal', | 469 'components.gyp:web_modal', |
| 471 'components.gyp:web_modal_test_support', | 470 'components.gyp:web_modal_test_support', |
| 472 ], | 471 ], |
| 473 }, { # 'OS == "ios"' | 472 }, { # 'OS == "ios"' |
| 474 'includes': ['../chrome/chrome_ios_bundle_resources.gypi'], | 473 'includes': ['../chrome/chrome_ios_bundle_resources.gypi'], |
| 475 'sources/': [ | 474 'sources/': [ |
| 476 ['exclude', '\\.cc$'], | 475 ['exclude', '\\.cc$'], |
| 477 ['exclude', '\\.mm$'], | 476 ['exclude', '\\.mm$'], |
| (...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 819 'dependencies': [ | 818 'dependencies': [ |
| 820 'components.gyp:autofill_content_browser', | 819 'components.gyp:autofill_content_browser', |
| 821 'components.gyp:dom_distiller_content', | 820 'components.gyp:dom_distiller_content', |
| 822 'components.gyp:dom_distiller_core', | 821 'components.gyp:dom_distiller_core', |
| 823 'components.gyp:pref_registry_test_support', | 822 'components.gyp:pref_registry_test_support', |
| 824 'components_resources.gyp:components_resources', | 823 'components_resources.gyp:components_resources', |
| 825 '../content/content.gyp:content_common', | 824 '../content/content.gyp:content_common', |
| 826 '../content/content.gyp:content_gpu', | 825 '../content/content.gyp:content_gpu', |
| 827 '../content/content.gyp:content_plugin', | 826 '../content/content.gyp:content_plugin', |
| 828 '../content/content.gyp:content_renderer', | 827 '../content/content.gyp:content_renderer', |
| 829 '../content/content_resources.gyp:content_resources', | |
| 830 '../content/content_shell_and_tests.gyp:content_browser_test_support
', | 828 '../content/content_shell_and_tests.gyp:content_browser_test_support
', |
| 831 '../content/content_shell_and_tests.gyp:content_shell_lib', | 829 '../content/content_shell_and_tests.gyp:content_shell_lib', |
| 832 '../content/content_shell_and_tests.gyp:content_shell_pak', | 830 '../content/content_shell_and_tests.gyp:content_shell_pak', |
| 833 '../content/content_shell_and_tests.gyp:test_support_content', | 831 '../content/content_shell_and_tests.gyp:test_support_content', |
| 834 '../skia/skia.gyp:skia', | 832 '../skia/skia.gyp:skia', |
| 835 '../testing/gmock.gyp:gmock', | 833 '../testing/gmock.gyp:gmock', |
| 836 '../testing/gtest.gyp:gtest', | 834 '../testing/gtest.gyp:gtest', |
| 837 ], | 835 ], |
| 838 'include_dirs': [ | 836 'include_dirs': [ |
| 839 '..', | 837 '..', |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 912 'dependencies': [ | 910 'dependencies': [ |
| 913 '../base/allocator/allocator.gyp:allocator', | 911 '../base/allocator/allocator.gyp:allocator', |
| 914 ], | 912 ], |
| 915 }], | 913 }], |
| 916 ], | 914 ], |
| 917 }, | 915 }, |
| 918 ], | 916 ], |
| 919 }], | 917 }], |
| 920 ], | 918 ], |
| 921 } | 919 } |
| OLD | NEW |