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

Side by Side Diff: content/content_tests.gypi

Issue 1312213010: PageLoadMetrics renderer and browser implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added gmock dependency to browser/ Created 5 years, 3 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 (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 27 matching lines...) Expand all
38 'public/test/frame_load_waiter.cc', 38 'public/test/frame_load_waiter.cc',
39 'public/test/frame_load_waiter.h', 39 'public/test/frame_load_waiter.h',
40 'public/test/javascript_test_observer.cc', 40 'public/test/javascript_test_observer.cc',
41 'public/test/javascript_test_observer.h', 41 'public/test/javascript_test_observer.h',
42 'public/test/mock_blob_url_request_context.cc', 42 'public/test/mock_blob_url_request_context.cc',
43 'public/test/mock_blob_url_request_context.h', 43 'public/test/mock_blob_url_request_context.h',
44 'public/test/mock_download_item.cc', 44 'public/test/mock_download_item.cc',
45 'public/test/mock_download_item.h', 45 'public/test/mock_download_item.h',
46 'public/test/mock_download_manager.cc', 46 'public/test/mock_download_manager.cc',
47 'public/test/mock_download_manager.h', 47 'public/test/mock_download_manager.h',
48 'public/test/mock_navigation_handle.cc',
49 'public/test/mock_navigation_handle.h',
48 'public/test/mock_notification_observer.cc', 50 'public/test/mock_notification_observer.cc',
49 'public/test/mock_notification_observer.h', 51 'public/test/mock_notification_observer.h',
50 'public/test/mock_render_process_host.cc', 52 'public/test/mock_render_process_host.cc',
51 'public/test/mock_render_process_host.h', 53 'public/test/mock_render_process_host.h',
52 'public/test/mock_render_thread.cc', 54 'public/test/mock_render_thread.cc',
53 'public/test/mock_render_thread.h', 55 'public/test/mock_render_thread.h',
54 'public/test/mock_resource_context.cc', 56 'public/test/mock_resource_context.cc',
55 'public/test/mock_resource_context.h', 57 'public/test/mock_resource_context.h',
56 'public/test/mock_special_storage_policy.cc', 58 'public/test/mock_special_storage_policy.cc',
57 'public/test/mock_special_storage_policy.h', 59 'public/test/mock_special_storage_policy.h',
(...skipping 2075 matching lines...) Expand 10 before | Expand all | Expand 10 after
2133 ], 2135 ],
2134 }, 2136 },
2135 'includes': [ 2137 'includes': [
2136 '../build/host_jar.gypi', 2138 '../build/host_jar.gypi',
2137 ], 2139 ],
2138 }, 2140 },
2139 ], 2141 ],
2140 }], 2142 }],
2141 ], 2143 ],
2142 } 2144 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698