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

Side by Side Diff: components/components_tests.gyp

Issue 1351313003: Revert "Revert of Expose distiller functions to JavaScript..." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« 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 1059 matching lines...) Expand 10 before | Expand all | Expand 10 after
1070 '../skia/skia.gyp:skia', 1070 '../skia/skia.gyp:skia',
1071 'components.gyp:autofill_content_browser', 1071 'components.gyp:autofill_content_browser',
1072 'components.gyp:autofill_content_renderer', 1072 'components.gyp:autofill_content_renderer',
1073 'components.gyp:autofill_content_test_support', 1073 'components.gyp:autofill_content_test_support',
1074 'components.gyp:certificate_transparency', 1074 'components.gyp:certificate_transparency',
1075 'components.gyp:crash_test_support', 1075 'components.gyp:crash_test_support',
1076 'components.gyp:data_reduction_proxy_content_browser', 1076 'components.gyp:data_reduction_proxy_content_browser',
1077 'components.gyp:data_use_measurement_content', 1077 'components.gyp:data_use_measurement_content',
1078 'components.gyp:devtools_http_handler', 1078 'components.gyp:devtools_http_handler',
1079 'components.gyp:dom_distiller_content_browser', 1079 'components.gyp:dom_distiller_content_browser',
1080 'components.gyp:dom_distiller_content_renderer',
1080 'components.gyp:error_page_renderer', 1081 'components.gyp:error_page_renderer',
1081 'components.gyp:favicon_content', 1082 'components.gyp:favicon_content',
1082 'components.gyp:guest_view_browser', 1083 'components.gyp:guest_view_browser',
1083 'components.gyp:guest_view_common', 1084 'components.gyp:guest_view_common',
1084 'components.gyp:guest_view_test_support', 1085 'components.gyp:guest_view_test_support',
1085 'components.gyp:history_content_browser', 1086 'components.gyp:history_content_browser',
1086 'components.gyp:keyed_service_content', 1087 'components.gyp:keyed_service_content',
1087 'components.gyp:navigation_interception', 1088 'components.gyp:navigation_interception',
1088 'components.gyp:network_hints_renderer', 1089 'components.gyp:network_hints_renderer',
1089 'components.gyp:metrics_gpu', 1090 'components.gyp:metrics_gpu',
(...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
1574 '../content/content_shell_and_tests.gyp:content_shell_pak', 1575 '../content/content_shell_and_tests.gyp:content_shell_pak',
1575 '../content/content_shell_and_tests.gyp:test_support_content', 1576 '../content/content_shell_and_tests.gyp:test_support_content',
1576 '../skia/skia.gyp:skia', 1577 '../skia/skia.gyp:skia',
1577 '../testing/gmock.gyp:gmock', 1578 '../testing/gmock.gyp:gmock',
1578 '../testing/gtest.gyp:gtest', 1579 '../testing/gtest.gyp:gtest',
1579 'components.gyp:autofill_content_browser', 1580 'components.gyp:autofill_content_browser',
1580 'components.gyp:autofill_content_renderer', 1581 'components.gyp:autofill_content_renderer',
1581 'components.gyp:content_settings_core_browser', 1582 'components.gyp:content_settings_core_browser',
1582 'components.gyp:content_settings_core_common', 1583 'components.gyp:content_settings_core_common',
1583 'components.gyp:dom_distiller_content_browser', 1584 'components.gyp:dom_distiller_content_browser',
1585 'components.gyp:dom_distiller_content_renderer',
1584 'components.gyp:dom_distiller_core', 1586 'components.gyp:dom_distiller_core',
1585 'components.gyp:password_manager_content_renderer', 1587 'components.gyp:password_manager_content_renderer',
1586 'components.gyp:pref_registry_test_support', 1588 'components.gyp:pref_registry_test_support',
1587 'components_resources.gyp:components_resources', 1589 'components_resources.gyp:components_resources',
1588 'components_strings.gyp:components_strings', 1590 'components_strings.gyp:components_strings',
1589 'components_tests_pak', 1591 'components_tests_pak',
1590 ], 1592 ],
1591 'include_dirs': [ 1593 'include_dirs': [
1592 '..', 1594 '..',
1593 ], 1595 ],
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
1715 'dependencies': [ 1717 'dependencies': [
1716 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1718 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1717 ], 1719 ],
1718 }], 1720 }],
1719 ], 1721 ],
1720 }, 1722 },
1721 ], 1723 ],
1722 }], 1724 }],
1723 ], 1725 ],
1724 } 1726 }
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