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

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

Issue 2783973002: Moving LatencyInfo into a separate component. (Closed)
Patch Set: Rebase again 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("features.gni") 5 import("features.gni")
6 import("//build/buildflag_header.gni") 6 import("//build/buildflag_header.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 "//storage/common", 414 "//storage/common",
415 "//third_party/boringssl", 415 "//third_party/boringssl",
416 "//third_party/icu", 416 "//third_party/icu",
417 "//third_party/webrtc/base:rtc_base", 417 "//third_party/webrtc/base:rtc_base",
418 "//third_party/webrtc_overrides", 418 "//third_party/webrtc_overrides",
419 "//ui/accessibility", 419 "//ui/accessibility",
420 "//ui/base", 420 "//ui/base",
421 "//ui/base/ime", 421 "//ui/base/ime",
422 "//ui/display", 422 "//ui/display",
423 "//ui/events/blink", 423 "//ui/events/blink",
424 "//ui/events/ipc",
425 "//ui/gfx", 424 "//ui/gfx",
426 "//ui/gfx/geometry", 425 "//ui/gfx/geometry",
427 "//ui/gfx/ipc", 426 "//ui/gfx/ipc",
428 "//ui/gfx/ipc/color", 427 "//ui/gfx/ipc/color",
429 "//ui/gfx/ipc/geometry", 428 "//ui/gfx/ipc/geometry",
430 "//ui/gfx/ipc/skia", 429 "//ui/gfx/ipc/skia",
431 "//ui/gl", 430 "//ui/gl",
431 "//ui/latency/ipc",
432 "//ui/shell_dialogs", 432 "//ui/shell_dialogs",
433 "//url", 433 "//url",
434 "//url/ipc:url_ipc", 434 "//url/ipc:url_ipc",
435 ] 435 ]
436 436
437 defines = [] 437 defines = []
438 include_dirs = [] 438 include_dirs = []
439 libs = [] 439 libs = []
440 ldflags = [] 440 ldflags = []
441 441
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
639 "//url/mojo:url_mojom_origin", 639 "//url/mojo:url_mojom_origin",
640 ] 640 ]
641 641
642 overridden_deps = [ "//ipc:mojom" ] 642 overridden_deps = [ "//ipc:mojom" ]
643 component_deps = [ "//ipc" ] 643 component_deps = [ "//ipc" ]
644 644
645 export_class_attribute = "CONTENT_EXPORT" 645 export_class_attribute = "CONTENT_EXPORT"
646 export_define = "CONTENT_IMPLEMENTATION=1" 646 export_define = "CONTENT_IMPLEMENTATION=1"
647 export_header = "content/common/content_export.h" 647 export_header = "content/common/content_export.h"
648 } 648 }
OLDNEW
« no previous file with comments | « content/browser/site_per_process_browsertest.cc ('k') | content/common/input/event_with_latency_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698