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

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: Update to use StrongBinding and rebase 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
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 1007 matching lines...) Expand 10 before | Expand all | Expand 10 after
1018 ], 1018 ],
1019 'dependencies': [ 1019 'dependencies': [
1020 '../skia/skia.gyp:skia', 1020 '../skia/skia.gyp:skia',
1021 'components.gyp:autofill_content_browser', 1021 'components.gyp:autofill_content_browser',
1022 'components.gyp:autofill_content_renderer', 1022 'components.gyp:autofill_content_renderer',
1023 'components.gyp:autofill_content_test_support', 1023 'components.gyp:autofill_content_test_support',
1024 'components.gyp:crash_test_support', 1024 'components.gyp:crash_test_support',
1025 'components.gyp:data_reduction_proxy_content_browser', 1025 'components.gyp:data_reduction_proxy_content_browser',
1026 'components.gyp:devtools_http_handler', 1026 'components.gyp:devtools_http_handler',
1027 'components.gyp:dom_distiller_content_browser', 1027 'components.gyp:dom_distiller_content_browser',
1028 'components.gyp:dom_distiller_content_renderer',
1028 'components.gyp:error_page_renderer', 1029 'components.gyp:error_page_renderer',
1029 'components.gyp:favicon_content', 1030 'components.gyp:favicon_content',
1030 'components.gyp:guest_view_browser', 1031 'components.gyp:guest_view_browser',
1031 'components.gyp:guest_view_common', 1032 'components.gyp:guest_view_common',
1032 'components.gyp:guest_view_test_support', 1033 'components.gyp:guest_view_test_support',
1033 'components.gyp:history_content_browser', 1034 'components.gyp:history_content_browser',
1034 'components.gyp:keyed_service_content', 1035 'components.gyp:keyed_service_content',
1035 'components.gyp:navigation_interception', 1036 'components.gyp:navigation_interception',
1036 'components.gyp:network_hints_renderer', 1037 'components.gyp:network_hints_renderer',
1037 'components.gyp:password_manager_content_browser', 1038 'components.gyp:password_manager_content_browser',
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
1461 '../content/content_shell_and_tests.gyp:content_shell_pak', 1462 '../content/content_shell_and_tests.gyp:content_shell_pak',
1462 '../content/content_shell_and_tests.gyp:test_support_content', 1463 '../content/content_shell_and_tests.gyp:test_support_content',
1463 '../skia/skia.gyp:skia', 1464 '../skia/skia.gyp:skia',
1464 '../testing/gmock.gyp:gmock', 1465 '../testing/gmock.gyp:gmock',
1465 '../testing/gtest.gyp:gtest', 1466 '../testing/gtest.gyp:gtest',
1466 'components.gyp:autofill_content_browser', 1467 'components.gyp:autofill_content_browser',
1467 'components.gyp:autofill_content_renderer', 1468 'components.gyp:autofill_content_renderer',
1468 'components.gyp:content_settings_core_browser', 1469 'components.gyp:content_settings_core_browser',
1469 'components.gyp:content_settings_core_common', 1470 'components.gyp:content_settings_core_common',
1470 'components.gyp:dom_distiller_content_browser', 1471 'components.gyp:dom_distiller_content_browser',
1472 'components.gyp:dom_distiller_content_renderer',
1471 'components.gyp:dom_distiller_core', 1473 'components.gyp:dom_distiller_core',
1472 'components.gyp:password_manager_content_renderer', 1474 'components.gyp:password_manager_content_renderer',
1473 'components.gyp:pref_registry_test_support', 1475 'components.gyp:pref_registry_test_support',
1474 'components_resources.gyp:components_resources', 1476 'components_resources.gyp:components_resources',
1475 'components_strings.gyp:components_strings', 1477 'components_strings.gyp:components_strings',
1476 'components_tests_pak', 1478 'components_tests_pak',
1477 ], 1479 ],
1478 'include_dirs': [ 1480 'include_dirs': [
1479 '..', 1481 '..',
1480 ], 1482 ],
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
1639 'invalidation/impl/android/junit/', 1641 'invalidation/impl/android/junit/',
1640 'policy/android/junit/' 1642 'policy/android/junit/'
1641 ], 1643 ],
1642 }, 1644 },
1643 'includes': [ '../build/host_jar.gypi' ], 1645 'includes': [ '../build/host_jar.gypi' ],
1644 }, 1646 },
1645 ], 1647 ],
1646 }], 1648 }],
1647 ], 1649 ],
1648 } 1650 }
OLDNEW
« chrome/renderer/DEPS ('K') | « chrome/test/BUILD.gn ('k') | components/dom_distiller.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698