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

Side by Side Diff: android_webview/BUILD.gn

Issue 2506093003: CC Animation: Make cc/animation an independent GN component. (Closed)
Patch Set: Let test_support publicly depends on cc/animation. Created 4 years, 1 month 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 | « no previous file | blimp/client/app/BUILD.gn » ('j') | cc/animation/BUILD.gn » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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("//android_webview/system_webview_apk_tmpl.gni") 5 import("//android_webview/system_webview_apk_tmpl.gni")
6 import("//android_webview/webview_repack_locales.gni") 6 import("//android_webview/webview_repack_locales.gni")
7 import("//build/config/android/config.gni") 7 import("//build/config/android/config.gni")
8 import("//build/config/android/rules.gni") 8 import("//build/config/android/rules.gni")
9 import("//build/config/locales.gni") 9 import("//build/config/locales.gni")
10 import("//components/spellcheck/spellcheck_build_features.gni") 10 import("//components/spellcheck/spellcheck_build_features.gni")
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 "renderer/print_render_frame_observer.cc", 466 "renderer/print_render_frame_observer.cc",
467 "renderer/print_render_frame_observer.h", 467 "renderer/print_render_frame_observer.h",
468 ] 468 ]
469 469
470 deps = [ 470 deps = [
471 ":generate_aw_resources", 471 ":generate_aw_resources",
472 ":generate_aw_strings", 472 ":generate_aw_strings",
473 ":generate_components_strings", 473 ":generate_components_strings",
474 "//android_webview/common:version", 474 "//android_webview/common:version",
475 "//android_webview/native:native", 475 "//android_webview/native:native",
476 "//cc/animation",
boliu 2016/11/17 14:50:43 this is actually not correct I believe a target s
loyso (OOO) 2016/11/17 23:45:09 Done.
476 "//cc/surfaces", 477 "//cc/surfaces",
477 "//components/autofill/content/renderer", 478 "//components/autofill/content/renderer",
478 "//components/cdm/browser", 479 "//components/cdm/browser",
479 "//components/cdm/renderer", 480 "//components/cdm/renderer",
480 "//components/crash/content/app", 481 "//components/crash/content/app",
481 "//components/crash/content/browser", 482 "//components/crash/content/browser",
482 "//components/metrics", 483 "//components/metrics",
483 "//components/metrics:gpu", 484 "//components/metrics:gpu",
484 "//components/metrics:net", 485 "//components/metrics:net",
485 "//components/metrics:profiler", 486 "//components/metrics:profiler",
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
686 system_webview_apk_tmpl("system_webview_apk") { 687 system_webview_apk_tmpl("system_webview_apk") {
687 android_manifest = system_webview_android_manifest 688 android_manifest = system_webview_android_manifest
688 android_manifest_dep = ":system_webview_manifest" 689 android_manifest_dep = ":system_webview_manifest"
689 deps = [ 690 deps = [
690 ":system_webview_resources", 691 ":system_webview_resources",
691 "//android_webview/glue", 692 "//android_webview/glue",
692 ] 693 ]
693 apk_name = "SystemWebView" 694 apk_name = "SystemWebView"
694 } 695 }
695 } 696 }
OLDNEW
« no previous file with comments | « no previous file | blimp/client/app/BUILD.gn » ('j') | cc/animation/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698