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

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

Issue 2687583002: Add support for single sample metrics. (Closed)
Patch Set: Address comments. Created 3 years, 7 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 | « content/public/app/mojo/content_browser_manifest.json ('k') | content/renderer/DEPS » ('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/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 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 "//base:i18n", 427 "//base:i18n",
428 "//cc", 428 "//cc",
429 "//cc/animation", 429 "//cc/animation",
430 "//cc/blink", 430 "//cc/blink",
431 "//cc/ipc", 431 "//cc/ipc",
432 "//cc/paint", 432 "//cc/paint",
433 "//cc/surfaces", 433 "//cc/surfaces",
434 "//cc/surfaces:surface_id", 434 "//cc/surfaces:surface_id",
435 "//cc/surfaces:surfaces", 435 "//cc/surfaces:surfaces",
436 "//components/discardable_memory/client", 436 "//components/discardable_memory/client",
437 "//components/metrics",
437 "//components/payments/mojom:mojom_payment_app", 438 "//components/payments/mojom:mojom_payment_app",
438 "//components/url_formatter", 439 "//components/url_formatter",
439 "//components/variations", 440 "//components/variations",
440 "//content:resources", 441 "//content:resources",
441 "//content/child", 442 "//content/child",
442 "//content/common", 443 "//content/common",
443 "//content/common:features", 444 "//content/common:features",
444 "//content/gpu:gpu_sources", 445 "//content/gpu:gpu_sources",
445 "//content/public/child:child_sources", 446 "//content/public/child:child_sources",
446 "//content/public/common:feature_h264_with_openh264_ffmpeg", 447 "//content/public/common:feature_h264_with_openh264_ffmpeg",
(...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
979 # For the defines in mojo_media_config. 980 # For the defines in mojo_media_config.
980 public_configs = [ "//media/mojo/services:mojo_media_config" ] 981 public_configs = [ "//media/mojo/services:mojo_media_config" ]
981 } 982 }
982 983
983 if (!is_component_build) { 984 if (!is_component_build) {
984 public_deps = [ 985 public_deps = [
985 ":renderer", 986 ":renderer",
986 ] 987 ]
987 } 988 }
988 } 989 }
OLDNEW
« no previous file with comments | « content/public/app/mojo/content_browser_manifest.json ('k') | content/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698