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

Side by Side Diff: content/content_tests.gypi

Issue 1948343002: [reland] Browser Side Text Input State Tracking for OOPIF (Aura Only) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase (Code changed during CQ Dry-run) Created 4 years, 6 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 | « content/content_browser.gypi ('k') | content/public/test/text_input_test_utils.h » ('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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 'public/test/test_notification_tracker.h', 88 'public/test/test_notification_tracker.h',
89 'public/test/test_renderer_host.cc', 89 'public/test/test_renderer_host.cc',
90 'public/test/test_renderer_host.h', 90 'public/test/test_renderer_host.h',
91 'public/test/test_synchronous_compositor_android.cc', 91 'public/test/test_synchronous_compositor_android.cc',
92 'public/test/test_synchronous_compositor_android.h', 92 'public/test/test_synchronous_compositor_android.h',
93 'public/test/test_utils.cc', 93 'public/test/test_utils.cc',
94 'public/test/test_utils.h', 94 'public/test/test_utils.h',
95 'public/test/test_web_contents_factory.h', 95 'public/test/test_web_contents_factory.h',
96 'public/test/test_web_ui.cc', 96 'public/test/test_web_ui.cc',
97 'public/test/test_web_ui.h', 97 'public/test/test_web_ui.h',
98 'public/test/text_input_test_utils.cc',
99 'public/test/text_input_test_utils.h',
98 'public/test/unittest_test_suite.cc', 100 'public/test/unittest_test_suite.cc',
99 'public/test/unittest_test_suite.h', 101 'public/test/unittest_test_suite.h',
100 'public/test/web_contents_tester.cc', 102 'public/test/web_contents_tester.cc',
101 'public/test/web_contents_tester.h', 103 'public/test/web_contents_tester.h',
102 'test/appcache_test_helper.cc', 104 'test/appcache_test_helper.cc',
103 'test/appcache_test_helper.h', 105 'test/appcache_test_helper.h',
104 'test/blink_test_environment.cc', 106 'test/blink_test_environment.cc',
105 'test/blink_test_environment.h', 107 'test/blink_test_environment.h',
106 'test/browser_side_navigation_test_utils.cc', 108 'test/browser_side_navigation_test_utils.cc',
107 'test/browser_side_navigation_test_utils.h', 109 'test/browser_side_navigation_test_utils.h',
(...skipping 1812 matching lines...) Expand 10 before | Expand all | Expand 10 after
1920 'content_unittests_apk.isolate', 1922 'content_unittests_apk.isolate',
1921 ], 1923 ],
1922 }, 1924 },
1923 ], 1925 ],
1924 }, 1926 },
1925 ], 1927 ],
1926 ], 1928 ],
1927 }], 1929 }],
1928 ], 1930 ],
1929 } 1931 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/test/text_input_test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698