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

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

Issue 2687583002: Add support for single sample metrics. (Closed)
Patch Set: Use thread local storage. Created 3 years, 8 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 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/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/split_static_library.gni") 8 import("//build/split_static_library.gni")
9 import("//content/common/features.gni") 9 import("//content/common/features.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 "//base:i18n", 425 "//base:i18n",
426 "//cc", 426 "//cc",
427 "//cc/animation", 427 "//cc/animation",
428 "//cc/blink", 428 "//cc/blink",
429 "//cc/ipc", 429 "//cc/ipc",
430 "//cc/paint", 430 "//cc/paint",
431 "//cc/surfaces", 431 "//cc/surfaces",
432 "//cc/surfaces:surface_id", 432 "//cc/surfaces:surface_id",
433 "//cc/surfaces:surfaces", 433 "//cc/surfaces:surfaces",
434 "//components/discardable_memory/client", 434 "//components/discardable_memory/client",
435 "//components/metrics",
435 "//components/payments/mojom:mojom_payment_app", 436 "//components/payments/mojom:mojom_payment_app",
436 "//components/url_formatter", 437 "//components/url_formatter",
437 "//components/variations", 438 "//components/variations",
438 "//content:resources", 439 "//content:resources",
439 "//content/child", 440 "//content/child",
440 "//content/common", 441 "//content/common",
441 "//content/common:features", 442 "//content/common:features",
442 "//content/gpu:gpu_sources", 443 "//content/gpu:gpu_sources",
443 "//content/public/child:child_sources", 444 "//content/public/child:child_sources",
444 "//content/public/common:feature_h264_with_openh264_ffmpeg", 445 "//content/public/common:feature_h264_with_openh264_ffmpeg",
(...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
977 # For the defines in mojo_media_config. 978 # For the defines in mojo_media_config.
978 public_configs = [ "//media/mojo/services:mojo_media_config" ] 979 public_configs = [ "//media/mojo/services:mojo_media_config" ]
979 } 980 }
980 981
981 if (!is_component_build) { 982 if (!is_component_build) {
982 public_deps = [ 983 public_deps = [
983 ":renderer", 984 ":renderer",
984 ] 985 ]
985 } 986 }
986 } 987 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698