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

Side by Side Diff: content/content_shell.gypi

Issue 478483005: Add IPC benchmarking API to Blink TestRunner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Landing Created 6 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
« no previous file with comments | « no previous file | content/shell/BUILD.gn » ('j') | content/shell/renderer/webkit_test_runner.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'content_shell_product_name': 'Content Shell', 7 'content_shell_product_name': 'Content Shell',
8 # The "19" is so that sites that sniff for version think that this is 8 # The "19" is so that sites that sniff for version think that this is
9 # something reasonably current; the "77.34.5" is a hint that this isn't a 9 # something reasonably current; the "77.34.5" is a hint that this isn't a
10 # standard Chrome. 10 # standard Chrome.
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 'shell/common/shell_test_configuration.cc', 159 'shell/common/shell_test_configuration.cc',
160 'shell/common/shell_test_configuration.h', 160 'shell/common/shell_test_configuration.h',
161 'shell/common/test_runner/test_preferences.cc', 161 'shell/common/test_runner/test_preferences.cc',
162 'shell/common/test_runner/test_preferences.h', 162 'shell/common/test_runner/test_preferences.h',
163 'shell/common/webkit_test_helpers.cc', 163 'shell/common/webkit_test_helpers.cc',
164 'shell/common/webkit_test_helpers.h', 164 'shell/common/webkit_test_helpers.h',
165 'shell/geolocation/shell_access_token_store.cc', 165 'shell/geolocation/shell_access_token_store.cc',
166 'shell/geolocation/shell_access_token_store.h', 166 'shell/geolocation/shell_access_token_store.h',
167 'shell/renderer/gc_controller.cc', 167 'shell/renderer/gc_controller.cc',
168 'shell/renderer/gc_controller.h', 168 'shell/renderer/gc_controller.h',
169 'shell/renderer/ipc_echo.cc',
170 'shell/renderer/ipc_echo.h',
169 'shell/renderer/leak_detector.cc', 171 'shell/renderer/leak_detector.cc',
170 'shell/renderer/leak_detector.h', 172 'shell/renderer/leak_detector.h',
171 'shell/renderer/shell_content_renderer_client.cc', 173 'shell/renderer/shell_content_renderer_client.cc',
172 'shell/renderer/shell_content_renderer_client.h', 174 'shell/renderer/shell_content_renderer_client.h',
173 'shell/renderer/shell_render_frame_observer.cc', 175 'shell/renderer/shell_render_frame_observer.cc',
174 'shell/renderer/shell_render_frame_observer.h', 176 'shell/renderer/shell_render_frame_observer.h',
175 'shell/renderer/shell_render_process_observer.cc', 177 'shell/renderer/shell_render_process_observer.cc',
176 'shell/renderer/shell_render_process_observer.h', 178 'shell/renderer/shell_render_process_observer.h',
177 'shell/renderer/shell_render_view_observer.cc', 179 'shell/renderer/shell_render_view_observer.cc',
178 'shell/renderer/shell_render_view_observer.h', 180 'shell/renderer/shell_render_view_observer.h',
(...skipping 916 matching lines...) Expand 10 before | Expand all | Expand 10 after
1095 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 1097 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
1096 '--destination_dir', '<(dest_dir)', 1098 '--destination_dir', '<(dest_dir)',
1097 ], 1099 ],
1098 }, 1100 },
1099 ], 1101 ],
1100 }, 1102 },
1101 ], 1103 ],
1102 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 1104 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
1103 ] 1105 ]
1104 } 1106 }
OLDNEW
« no previous file with comments | « no previous file | content/shell/BUILD.gn » ('j') | content/shell/renderer/webkit_test_runner.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698