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

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: Clean up 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 944 matching lines...) Expand 10 before | Expand all | Expand 10 after
955 '<@(web_modal_unittest_sources)', 955 '<@(web_modal_unittest_sources)',
956 ], 956 ],
957 'dependencies': [ 957 'dependencies': [
958 '../skia/skia.gyp:skia', 958 '../skia/skia.gyp:skia',
959 'components.gyp:autofill_content_browser', 959 'components.gyp:autofill_content_browser',
960 'components.gyp:autofill_content_renderer', 960 'components.gyp:autofill_content_renderer',
961 'components.gyp:autofill_content_test_support', 961 'components.gyp:autofill_content_test_support',
962 'components.gyp:data_reduction_proxy_content_browser', 962 'components.gyp:data_reduction_proxy_content_browser',
963 'components.gyp:devtools_http_handler', 963 'components.gyp:devtools_http_handler',
964 'components.gyp:dom_distiller_content_browser', 964 'components.gyp:dom_distiller_content_browser',
965 'components.gyp:dom_distiller_content_renderer',
965 'components.gyp:error_page_renderer', 966 'components.gyp:error_page_renderer',
966 'components.gyp:favicon_content', 967 'components.gyp:favicon_content',
967 'components.gyp:guest_view_browser', 968 'components.gyp:guest_view_browser',
968 'components.gyp:guest_view_common', 969 'components.gyp:guest_view_common',
969 'components.gyp:guest_view_test_support', 970 'components.gyp:guest_view_test_support',
970 'components.gyp:history_content_browser', 971 'components.gyp:history_content_browser',
971 'components.gyp:keyed_service_content', 972 'components.gyp:keyed_service_content',
972 'components.gyp:navigation_interception', 973 'components.gyp:navigation_interception',
973 'components.gyp:network_hints_renderer', 974 'components.gyp:network_hints_renderer',
974 'components.gyp:password_manager_content_browser', 975 'components.gyp:password_manager_content_browser',
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
1392 '../content/content_shell_and_tests.gyp:content_shell_pak', 1393 '../content/content_shell_and_tests.gyp:content_shell_pak',
1393 '../content/content_shell_and_tests.gyp:test_support_content', 1394 '../content/content_shell_and_tests.gyp:test_support_content',
1394 '../skia/skia.gyp:skia', 1395 '../skia/skia.gyp:skia',
1395 '../testing/gmock.gyp:gmock', 1396 '../testing/gmock.gyp:gmock',
1396 '../testing/gtest.gyp:gtest', 1397 '../testing/gtest.gyp:gtest',
1397 'components.gyp:autofill_content_browser', 1398 'components.gyp:autofill_content_browser',
1398 'components.gyp:autofill_content_renderer', 1399 'components.gyp:autofill_content_renderer',
1399 'components.gyp:content_settings_core_browser', 1400 'components.gyp:content_settings_core_browser',
1400 'components.gyp:content_settings_core_common', 1401 'components.gyp:content_settings_core_common',
1401 'components.gyp:dom_distiller_content_browser', 1402 'components.gyp:dom_distiller_content_browser',
1403 'components.gyp:dom_distiller_content_renderer',
1402 'components.gyp:dom_distiller_core', 1404 'components.gyp:dom_distiller_core',
1403 'components.gyp:password_manager_content_renderer', 1405 'components.gyp:password_manager_content_renderer',
1404 'components.gyp:pref_registry_test_support', 1406 'components.gyp:pref_registry_test_support',
1405 'components_resources.gyp:components_resources', 1407 'components_resources.gyp:components_resources',
1406 'components_strings.gyp:components_strings', 1408 'components_strings.gyp:components_strings',
1407 'components_tests_pak', 1409 'components_tests_pak',
1408 ], 1410 ],
1409 'include_dirs': [ 1411 'include_dirs': [
1410 '..', 1412 '..',
1411 ], 1413 ],
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
1577 'invalidation/impl/android/junit/', 1579 'invalidation/impl/android/junit/',
1578 'policy/android/junit/' 1580 'policy/android/junit/'
1579 ], 1581 ],
1580 }, 1582 },
1581 'includes': [ '../build/host_jar.gypi' ], 1583 'includes': [ '../build/host_jar.gypi' ],
1582 }, 1584 },
1583 ], 1585 ],
1584 }], 1586 }],
1585 ], 1587 ],
1586 } 1588 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698