Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(121)

Side by Side Diff: components/components_tests.gyp

Issue 1231083007: Expose distiller functions to JavaScript (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor-content
Patch Set: Move dependencies to correct files Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/dom_distiller.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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',
1030 'components.gyp:error_page_renderer', 1031 'components.gyp:error_page_renderer',
1031 'components.gyp:favicon_content', 1032 'components.gyp:favicon_content',
1032 'components.gyp:guest_view_browser', 1033 'components.gyp:guest_view_browser',
1033 'components.gyp:guest_view_common', 1034 'components.gyp:guest_view_common',
1034 'components.gyp:guest_view_test_support', 1035 'components.gyp:guest_view_test_support',
1035 'components.gyp:history_content_browser', 1036 'components.gyp:history_content_browser',
1036 'components.gyp:keyed_service_content', 1037 'components.gyp:keyed_service_content',
1037 'components.gyp:navigation_interception', 1038 'components.gyp:navigation_interception',
1038 'components.gyp:network_hints_renderer', 1039 'components.gyp:network_hints_renderer',
1039 'components.gyp:password_manager_content_browser', 1040 'components.gyp:password_manager_content_browser',
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
1468 '../content/content_shell_and_tests.gyp:content_shell_pak', 1469 '../content/content_shell_and_tests.gyp:content_shell_pak',
1469 '../content/content_shell_and_tests.gyp:test_support_content', 1470 '../content/content_shell_and_tests.gyp:test_support_content',
1470 '../skia/skia.gyp:skia', 1471 '../skia/skia.gyp:skia',
1471 '../testing/gmock.gyp:gmock', 1472 '../testing/gmock.gyp:gmock',
1472 '../testing/gtest.gyp:gtest', 1473 '../testing/gtest.gyp:gtest',
1473 'components.gyp:autofill_content_browser', 1474 'components.gyp:autofill_content_browser',
1474 'components.gyp:autofill_content_renderer', 1475 'components.gyp:autofill_content_renderer',
1475 'components.gyp:content_settings_core_browser', 1476 'components.gyp:content_settings_core_browser',
1476 'components.gyp:content_settings_core_common', 1477 'components.gyp:content_settings_core_common',
1477 'components.gyp:dom_distiller_content_browser', 1478 'components.gyp:dom_distiller_content_browser',
1479 'components.gyp:dom_distiller_content_renderer',
1478 'components.gyp:dom_distiller_core', 1480 'components.gyp:dom_distiller_core',
1479 'components.gyp:password_manager_content_renderer', 1481 'components.gyp:password_manager_content_renderer',
1480 'components.gyp:pref_registry_test_support', 1482 'components.gyp:pref_registry_test_support',
1481 'components_resources.gyp:components_resources', 1483 'components_resources.gyp:components_resources',
1482 'components_strings.gyp:components_strings', 1484 'components_strings.gyp:components_strings',
1483 'components_tests_pak', 1485 'components_tests_pak',
1484 ], 1486 ],
1485 'include_dirs': [ 1487 'include_dirs': [
1486 '..', 1488 '..',
1487 ], 1489 ],
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
1646 'invalidation/impl/android/junit/', 1648 'invalidation/impl/android/junit/',
1647 'policy/android/junit/' 1649 'policy/android/junit/'
1648 ], 1650 ],
1649 }, 1651 },
1650 'includes': [ '../build/host_jar.gypi' ], 1652 'includes': [ '../build/host_jar.gypi' ],
1651 }, 1653 },
1652 ], 1654 ],
1653 }], 1655 }],
1654 ], 1656 ],
1655 } 1657 }
OLDNEW
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/dom_distiller.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698