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

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

Powered by Google App Engine
This is Rietveld 408576698