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

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') | 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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 'shell/app/shell_breakpad_client.h', 81 'shell/app/shell_breakpad_client.h',
82 'shell/app/shell_main_delegate.cc', 82 'shell/app/shell_main_delegate.cc',
83 'shell/app/shell_main_delegate.h', 83 'shell/app/shell_main_delegate.h',
84 'shell/app/shell_main_delegate_mac.h', 84 'shell/app/shell_main_delegate_mac.h',
85 'shell/app/shell_main_delegate_mac.mm', 85 'shell/app/shell_main_delegate_mac.mm',
86 'shell/app/webkit_test_platform_support_android.cc', 86 'shell/app/webkit_test_platform_support_android.cc',
87 'shell/app/webkit_test_platform_support.h', 87 'shell/app/webkit_test_platform_support.h',
88 'shell/app/webkit_test_platform_support_linux.cc', 88 'shell/app/webkit_test_platform_support_linux.cc',
89 'shell/app/webkit_test_platform_support_mac.mm', 89 'shell/app/webkit_test_platform_support_mac.mm',
90 'shell/app/webkit_test_platform_support_win.cc', 90 'shell/app/webkit_test_platform_support_win.cc',
91 'shell/browser/ipc_echo_message_filter.cc',
92 'shell/browser/ipc_echo_message_filter.h',
91 'shell/browser/notify_done_forwarder.cc', 93 'shell/browser/notify_done_forwarder.cc',
92 'shell/browser/notify_done_forwarder.h', 94 'shell/browser/notify_done_forwarder.h',
93 'shell/browser/shell_android.cc', 95 'shell/browser/shell_android.cc',
94 'shell/browser/shell_application_mac.h', 96 'shell/browser/shell_application_mac.h',
95 'shell/browser/shell_application_mac.mm', 97 'shell/browser/shell_application_mac.mm',
96 'shell/browser/shell_aura.cc', 98 'shell/browser/shell_aura.cc',
97 'shell/browser/shell_browser_context.cc', 99 'shell/browser/shell_browser_context.cc',
98 'shell/browser/shell_browser_context.h', 100 'shell/browser/shell_browser_context.h',
99 'shell/browser/shell_browser_main.cc', 101 'shell/browser/shell_browser_main.cc',
100 'shell/browser/shell_browser_main.h', 102 'shell/browser/shell_browser_main.h',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 'shell/common/shell_test_configuration.cc', 162 'shell/common/shell_test_configuration.cc',
161 'shell/common/shell_test_configuration.h', 163 'shell/common/shell_test_configuration.h',
162 'shell/common/test_runner/test_preferences.cc', 164 'shell/common/test_runner/test_preferences.cc',
163 'shell/common/test_runner/test_preferences.h', 165 'shell/common/test_runner/test_preferences.h',
164 'shell/common/webkit_test_helpers.cc', 166 'shell/common/webkit_test_helpers.cc',
165 'shell/common/webkit_test_helpers.h', 167 'shell/common/webkit_test_helpers.h',
166 'shell/geolocation/shell_access_token_store.cc', 168 'shell/geolocation/shell_access_token_store.cc',
167 'shell/geolocation/shell_access_token_store.h', 169 'shell/geolocation/shell_access_token_store.h',
168 'shell/renderer/gc_controller.cc', 170 'shell/renderer/gc_controller.cc',
169 'shell/renderer/gc_controller.h', 171 'shell/renderer/gc_controller.h',
172 'shell/renderer/ipc_echo.cc',
173 'shell/renderer/ipc_echo.h',
170 'shell/renderer/leak_detector.cc', 174 'shell/renderer/leak_detector.cc',
171 'shell/renderer/leak_detector.h', 175 'shell/renderer/leak_detector.h',
172 'shell/renderer/shell_content_renderer_client.cc', 176 'shell/renderer/shell_content_renderer_client.cc',
173 'shell/renderer/shell_content_renderer_client.h', 177 'shell/renderer/shell_content_renderer_client.h',
174 'shell/renderer/shell_render_frame_observer.cc', 178 'shell/renderer/shell_render_frame_observer.cc',
175 'shell/renderer/shell_render_frame_observer.h', 179 'shell/renderer/shell_render_frame_observer.h',
176 'shell/renderer/shell_render_process_observer.cc', 180 'shell/renderer/shell_render_process_observer.cc',
177 'shell/renderer/shell_render_process_observer.h', 181 'shell/renderer/shell_render_process_observer.h',
178 'shell/renderer/shell_render_view_observer.cc', 182 'shell/renderer/shell_render_view_observer.cc',
179 'shell/renderer/shell_render_view_observer.h', 183 'shell/renderer/shell_render_view_observer.h',
(...skipping 916 matching lines...) Expand 10 before | Expand all | Expand 10 after
1096 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 1100 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
1097 '--destination_dir', '<(dest_dir)', 1101 '--destination_dir', '<(dest_dir)',
1098 ], 1102 ],
1099 }, 1103 },
1100 ], 1104 ],
1101 }, 1105 },
1102 ], 1106 ],
1103 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 1107 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
1104 ] 1108 ]
1105 } 1109 }
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