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

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: Address comments Created 5 years, 4 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 968 matching lines...) Expand 10 before | Expand all | Expand 10 after
979 '<@(web_modal_unittest_sources)', 979 '<@(web_modal_unittest_sources)',
980 ], 980 ],
981 'dependencies': [ 981 'dependencies': [
982 '../skia/skia.gyp:skia', 982 '../skia/skia.gyp:skia',
983 'components.gyp:autofill_content_browser', 983 'components.gyp:autofill_content_browser',
984 'components.gyp:autofill_content_renderer', 984 'components.gyp:autofill_content_renderer',
985 'components.gyp:autofill_content_test_support', 985 'components.gyp:autofill_content_test_support',
986 'components.gyp:data_reduction_proxy_content_browser', 986 'components.gyp:data_reduction_proxy_content_browser',
987 'components.gyp:devtools_http_handler', 987 'components.gyp:devtools_http_handler',
988 'components.gyp:dom_distiller_content_browser', 988 'components.gyp:dom_distiller_content_browser',
989 'components.gyp:dom_distiller_content_renderer',
989 'components.gyp:error_page_renderer', 990 'components.gyp:error_page_renderer',
990 'components.gyp:favicon_content', 991 'components.gyp:favicon_content',
991 'components.gyp:guest_view_browser', 992 'components.gyp:guest_view_browser',
992 'components.gyp:guest_view_common', 993 'components.gyp:guest_view_common',
993 'components.gyp:guest_view_test_support', 994 'components.gyp:guest_view_test_support',
994 'components.gyp:history_content_browser', 995 'components.gyp:history_content_browser',
995 'components.gyp:keyed_service_content', 996 'components.gyp:keyed_service_content',
996 'components.gyp:navigation_interception', 997 'components.gyp:navigation_interception',
997 'components.gyp:network_hints_renderer', 998 'components.gyp:network_hints_renderer',
998 'components.gyp:password_manager_content_browser', 999 'components.gyp:password_manager_content_browser',
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
1415 '../content/content_shell_and_tests.gyp:content_shell_pak', 1416 '../content/content_shell_and_tests.gyp:content_shell_pak',
1416 '../content/content_shell_and_tests.gyp:test_support_content', 1417 '../content/content_shell_and_tests.gyp:test_support_content',
1417 '../skia/skia.gyp:skia', 1418 '../skia/skia.gyp:skia',
1418 '../testing/gmock.gyp:gmock', 1419 '../testing/gmock.gyp:gmock',
1419 '../testing/gtest.gyp:gtest', 1420 '../testing/gtest.gyp:gtest',
1420 'components.gyp:autofill_content_browser', 1421 'components.gyp:autofill_content_browser',
1421 'components.gyp:autofill_content_renderer', 1422 'components.gyp:autofill_content_renderer',
1422 'components.gyp:content_settings_core_browser', 1423 'components.gyp:content_settings_core_browser',
1423 'components.gyp:content_settings_core_common', 1424 'components.gyp:content_settings_core_common',
1424 'components.gyp:dom_distiller_content_browser', 1425 'components.gyp:dom_distiller_content_browser',
1426 'components.gyp:dom_distiller_content_renderer',
1425 'components.gyp:dom_distiller_core', 1427 'components.gyp:dom_distiller_core',
1426 'components.gyp:password_manager_content_renderer', 1428 'components.gyp:password_manager_content_renderer',
1427 'components.gyp:pref_registry_test_support', 1429 'components.gyp:pref_registry_test_support',
1428 'components_resources.gyp:components_resources', 1430 'components_resources.gyp:components_resources',
1429 'components_strings.gyp:components_strings', 1431 'components_strings.gyp:components_strings',
1430 'components_tests_pak', 1432 'components_tests_pak',
1431 ], 1433 ],
1432 'include_dirs': [ 1434 'include_dirs': [
1433 '..', 1435 '..',
1434 ], 1436 ],
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
1600 'invalidation/impl/android/junit/', 1602 'invalidation/impl/android/junit/',
1601 'policy/android/junit/' 1603 'policy/android/junit/'
1602 ], 1604 ],
1603 }, 1605 },
1604 'includes': [ '../build/host_jar.gypi' ], 1606 'includes': [ '../build/host_jar.gypi' ],
1605 }, 1607 },
1606 ], 1608 ],
1607 }], 1609 }],
1608 ], 1610 ],
1609 } 1611 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698