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

Side by Side Diff: components/components_tests.gyp

Issue 1646583002: [Reland] Per WebViewScheduler virtual time (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 10 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 1766 matching lines...) Expand 10 before | Expand all | Expand 10 after
1777 'HAS_OUT_OF_PROC_TEST_RUNNER', 1777 'HAS_OUT_OF_PROC_TEST_RUNNER',
1778 ], 1778 ],
1779 'sources': [ 1779 'sources': [
1780 # Note: test list duplicated in GN build. 1780 # Note: test list duplicated in GN build.
1781 'autofill/content/browser/risk/fingerprint_browsertest.cc', 1781 'autofill/content/browser/risk/fingerprint_browsertest.cc',
1782 'autofill/content/renderer/password_form_conversion_utils_browsertes t.cc', 1782 'autofill/content/renderer/password_form_conversion_utils_browsertes t.cc',
1783 'dom_distiller/content/browser/distillable_page_utils_browsertest.cc ', 1783 'dom_distiller/content/browser/distillable_page_utils_browsertest.cc ',
1784 'dom_distiller/content/browser/distiller_page_web_contents_browserte st.cc', 1784 'dom_distiller/content/browser/distiller_page_web_contents_browserte st.cc',
1785 'dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc' , 1785 'dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc' ,
1786 'password_manager/content/renderer/credential_manager_client_browser test.cc', 1786 'password_manager/content/renderer/credential_manager_client_browser test.cc',
1787 'scheduler/renderer/web_view_scheduler_impl_browsertest.cc',
1787 'tracing/child_trace_message_filter_browsertest.cc', 1788 'tracing/child_trace_message_filter_browsertest.cc',
1788 ], 1789 ],
1789 'conditions': [ 1790 'conditions': [
1790 ['OS == "android"', { 1791 ['OS == "android"', {
1791 'sources' : [ 1792 'sources' : [
1792 'test/android/browsertests_apk/components_browser_tests_jni_onlo ad.cc', 1793 'test/android/browsertests_apk/components_browser_tests_jni_onlo ad.cc',
1793 ], 1794 ],
1794 'sources!': [ 1795 'sources!': [
1795 'autofill/content/browser/risk/fingerprint_browsertest.cc', 1796 'autofill/content/browser/risk/fingerprint_browsertest.cc',
1796 ], 1797 ],
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
1893 'dependencies': [ 1894 'dependencies': [
1894 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1895 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1895 ], 1896 ],
1896 }], 1897 }],
1897 ], 1898 ],
1898 }, 1899 },
1899 ], 1900 ],
1900 }], 1901 }],
1901 ], 1902 ],
1902 } 1903 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698