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

Side by Side Diff: content/shell/BUILD.gn

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 | « content/content_shell.gypi ('k') | content/shell/browser/webkit_test_controller.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//tools/grit/grit_rule.gni") 7 import("//tools/grit/grit_rule.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 if (is_android) { 9 if (is_android) {
10 import("//build/config/android/config.gni") 10 import("//build/config/android/config.gni")
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 "common/shell_test_configuration.cc", 108 "common/shell_test_configuration.cc",
109 "common/shell_test_configuration.h", 109 "common/shell_test_configuration.h",
110 "common/test_runner/test_preferences.cc", 110 "common/test_runner/test_preferences.cc",
111 "common/test_runner/test_preferences.h", 111 "common/test_runner/test_preferences.h",
112 "common/webkit_test_helpers.cc", 112 "common/webkit_test_helpers.cc",
113 "common/webkit_test_helpers.h", 113 "common/webkit_test_helpers.h",
114 "geolocation/shell_access_token_store.cc", 114 "geolocation/shell_access_token_store.cc",
115 "geolocation/shell_access_token_store.h", 115 "geolocation/shell_access_token_store.h",
116 "renderer/gc_controller.cc", 116 "renderer/gc_controller.cc",
117 "renderer/gc_controller.h", 117 "renderer/gc_controller.h",
118 "renderer/ipc_echo.cc",
119 "renderer/ipc_echo.h",
120 "renderer/leak_detector.cc", 118 "renderer/leak_detector.cc",
121 "renderer/leak_detector.h", 119 "renderer/leak_detector.h",
122 "renderer/shell_content_renderer_client.cc", 120 "renderer/shell_content_renderer_client.cc",
123 "renderer/shell_content_renderer_client.h", 121 "renderer/shell_content_renderer_client.h",
124 "renderer/shell_render_frame_observer.cc", 122 "renderer/shell_render_frame_observer.cc",
125 "renderer/shell_render_frame_observer.h", 123 "renderer/shell_render_frame_observer.h",
126 "renderer/shell_render_process_observer.cc", 124 "renderer/shell_render_process_observer.cc",
127 "renderer/shell_render_process_observer.h", 125 "renderer/shell_render_process_observer.h",
128 "renderer/shell_render_view_observer.cc", 126 "renderer/shell_render_view_observer.cc",
129 "renderer/shell_render_view_observer.h", 127 "renderer/shell_render_view_observer.h",
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 } 454 }
457 455
458 if (!is_android || !is_android_webview_build) { 456 if (!is_android || !is_android_webview_build) {
459 # Some tests rely on this tool. It might be nicer if these tests relied on 457 # Some tests rely on this tool. It might be nicer if these tests relied on
460 # image diff rather than having content shell depend on it. 458 # image diff rather than having content shell depend on it.
461 datadeps = [ 459 datadeps = [
462 "//tools/imagediff($host_toolchain)", 460 "//tools/imagediff($host_toolchain)",
463 ] 461 ]
464 } 462 }
465 } 463 }
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/browser/webkit_test_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698