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

Side by Side Diff: content/content_shell.gypi

Issue 477343002: Revert "Add IPC benchmarking API to Blink TestRunner" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | content/shell/BUILD.gn » ('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) 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',
171 'shell/renderer/leak_detector.cc', 169 'shell/renderer/leak_detector.cc',
172 'shell/renderer/leak_detector.h', 170 'shell/renderer/leak_detector.h',
173 'shell/renderer/shell_content_renderer_client.cc', 171 'shell/renderer/shell_content_renderer_client.cc',
174 'shell/renderer/shell_content_renderer_client.h', 172 'shell/renderer/shell_content_renderer_client.h',
175 'shell/renderer/shell_render_frame_observer.cc', 173 'shell/renderer/shell_render_frame_observer.cc',
176 'shell/renderer/shell_render_frame_observer.h', 174 'shell/renderer/shell_render_frame_observer.h',
177 'shell/renderer/shell_render_process_observer.cc', 175 'shell/renderer/shell_render_process_observer.cc',
178 'shell/renderer/shell_render_process_observer.h', 176 'shell/renderer/shell_render_process_observer.h',
179 'shell/renderer/shell_render_view_observer.cc', 177 'shell/renderer/shell_render_view_observer.cc',
180 'shell/renderer/shell_render_view_observer.h', 178 'shell/renderer/shell_render_view_observer.h',
(...skipping 916 matching lines...) Expand 10 before | Expand all | Expand 10 after
1097 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 1095 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
1098 '--destination_dir', '<(dest_dir)', 1096 '--destination_dir', '<(dest_dir)',
1099 ], 1097 ],
1100 }, 1098 },
1101 ], 1099 ],
1102 }, 1100 },
1103 ], 1101 ],
1104 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 1102 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
1105 ] 1103 ]
1106 } 1104 }
OLDNEW
« no previous file with comments | « no previous file | content/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698