| 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 1009 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1020 ], | 1020 ], |
| 1021 'dependencies': [ | 1021 'dependencies': [ |
| 1022 '../skia/skia.gyp:skia', | 1022 '../skia/skia.gyp:skia', |
| 1023 'components.gyp:autofill_content_browser', | 1023 'components.gyp:autofill_content_browser', |
| 1024 'components.gyp:autofill_content_renderer', | 1024 'components.gyp:autofill_content_renderer', |
| 1025 'components.gyp:autofill_content_test_support', | 1025 'components.gyp:autofill_content_test_support', |
| 1026 'components.gyp:crash_test_support', | 1026 'components.gyp:crash_test_support', |
| 1027 'components.gyp:data_reduction_proxy_content_browser', | 1027 'components.gyp:data_reduction_proxy_content_browser', |
| 1028 'components.gyp:devtools_http_handler', | 1028 'components.gyp:devtools_http_handler', |
| 1029 'components.gyp:dom_distiller_content_browser', | 1029 'components.gyp:dom_distiller_content_browser', |
| 1030 'components.gyp:dom_distiller_content_renderer', | |
| 1031 'components.gyp:error_page_renderer', | 1030 'components.gyp:error_page_renderer', |
| 1032 'components.gyp:favicon_content', | 1031 'components.gyp:favicon_content', |
| 1033 'components.gyp:guest_view_browser', | 1032 'components.gyp:guest_view_browser', |
| 1034 'components.gyp:guest_view_common', | 1033 'components.gyp:guest_view_common', |
| 1035 'components.gyp:guest_view_test_support', | 1034 'components.gyp:guest_view_test_support', |
| 1036 'components.gyp:history_content_browser', | 1035 'components.gyp:history_content_browser', |
| 1037 'components.gyp:keyed_service_content', | 1036 'components.gyp:keyed_service_content', |
| 1038 'components.gyp:navigation_interception', | 1037 'components.gyp:navigation_interception', |
| 1039 'components.gyp:network_hints_renderer', | 1038 'components.gyp:network_hints_renderer', |
| 1040 'components.gyp:password_manager_content_browser', | 1039 'components.gyp:password_manager_content_browser', |
| (...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1469 '../content/content_shell_and_tests.gyp:content_shell_pak', | 1468 '../content/content_shell_and_tests.gyp:content_shell_pak', |
| 1470 '../content/content_shell_and_tests.gyp:test_support_content', | 1469 '../content/content_shell_and_tests.gyp:test_support_content', |
| 1471 '../skia/skia.gyp:skia', | 1470 '../skia/skia.gyp:skia', |
| 1472 '../testing/gmock.gyp:gmock', | 1471 '../testing/gmock.gyp:gmock', |
| 1473 '../testing/gtest.gyp:gtest', | 1472 '../testing/gtest.gyp:gtest', |
| 1474 'components.gyp:autofill_content_browser', | 1473 'components.gyp:autofill_content_browser', |
| 1475 'components.gyp:autofill_content_renderer', | 1474 'components.gyp:autofill_content_renderer', |
| 1476 'components.gyp:content_settings_core_browser', | 1475 'components.gyp:content_settings_core_browser', |
| 1477 'components.gyp:content_settings_core_common', | 1476 'components.gyp:content_settings_core_common', |
| 1478 'components.gyp:dom_distiller_content_browser', | 1477 'components.gyp:dom_distiller_content_browser', |
| 1479 'components.gyp:dom_distiller_content_renderer', | |
| 1480 'components.gyp:dom_distiller_core', | 1478 'components.gyp:dom_distiller_core', |
| 1481 'components.gyp:password_manager_content_renderer', | 1479 'components.gyp:password_manager_content_renderer', |
| 1482 'components.gyp:pref_registry_test_support', | 1480 'components.gyp:pref_registry_test_support', |
| 1483 'components_resources.gyp:components_resources', | 1481 'components_resources.gyp:components_resources', |
| 1484 'components_strings.gyp:components_strings', | 1482 'components_strings.gyp:components_strings', |
| 1485 'components_tests_pak', | 1483 'components_tests_pak', |
| 1486 ], | 1484 ], |
| 1487 'include_dirs': [ | 1485 'include_dirs': [ |
| 1488 '..', | 1486 '..', |
| 1489 ], | 1487 ], |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1648 'invalidation/impl/android/junit/', | 1646 'invalidation/impl/android/junit/', |
| 1649 'policy/android/junit/' | 1647 'policy/android/junit/' |
| 1650 ], | 1648 ], |
| 1651 }, | 1649 }, |
| 1652 'includes': [ '../build/host_jar.gypi' ], | 1650 'includes': [ '../build/host_jar.gypi' ], |
| 1653 }, | 1651 }, |
| 1654 ], | 1652 ], |
| 1655 }], | 1653 }], |
| 1656 ], | 1654 ], |
| 1657 } | 1655 } |
| OLD | NEW |