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

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

Issue 2506093003: CC Animation: Make cc/animation an independent GN component. (Closed)
Patch Set: Rebase. Created 4 years 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/browser/BUILD.gn ('k') | third_party/WebKit/Source/platform/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 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("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//ppapi/features/features.gni") 8 import("//ppapi/features/features.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/webrtc/build/webrtc.gni") 10 import("//third_party/webrtc/build/webrtc.gni")
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 configs += [ 392 configs += [
393 "//content:content_implementation", 393 "//content:content_implementation",
394 "//build/config/compiler:no_size_t_to_int_warning", 394 "//build/config/compiler:no_size_t_to_int_warning",
395 ] 395 ]
396 defines = [] 396 defines = []
397 397
398 public_deps = [] 398 public_deps = []
399 deps = [ 399 deps = [
400 "//base:i18n", 400 "//base:i18n",
401 "//cc", 401 "//cc",
402 "//cc/animation",
402 "//cc/blink", 403 "//cc/blink",
403 "//cc/ipc", 404 "//cc/ipc",
404 "//cc/proto", 405 "//cc/proto",
405 "//cc/surfaces", 406 "//cc/surfaces",
406 "//cc/surfaces:surface_id", 407 "//cc/surfaces:surface_id",
407 "//components/discardable_memory/client", 408 "//components/discardable_memory/client",
408 "//components/url_formatter", 409 "//components/url_formatter",
409 "//content:resources", 410 "//content:resources",
410 "//content/child", 411 "//content/child",
411 "//content/common", 412 "//content/common",
(...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
915 # For the defines in mojo_media_config. 916 # For the defines in mojo_media_config.
916 public_configs = [ "//media/mojo/services:mojo_media_config" ] 917 public_configs = [ "//media/mojo/services:mojo_media_config" ]
917 } 918 }
918 919
919 if (!is_component_build) { 920 if (!is_component_build) {
920 public_deps = [ 921 public_deps = [
921 ":renderer", 922 ":renderer",
922 ] 923 ]
923 } 924 }
924 } 925 }
OLDNEW
« no previous file with comments | « content/browser/BUILD.gn ('k') | third_party/WebKit/Source/platform/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698