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

Side by Side Diff: third_party/WebKit/Source/platform/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/renderer/BUILD.gn ('k') | ui/android/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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/libfuzzer/fuzzer_test.gni") 7 import("//testing/libfuzzer/fuzzer_test.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 import("//third_party/WebKit/public/public_features.gni") 9 import("//third_party/WebKit/public/public_features.gni")
10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
(...skipping 1379 matching lines...) Expand 10 before | Expand all | Expand 10 after
1390 1390
1391 include_dirs = [ 1391 include_dirs = [
1392 #"$angle_path/include", 1392 #"$angle_path/include",
1393 "$root_gen_dir/blink", 1393 "$root_gen_dir/blink",
1394 ] 1394 ]
1395 1395
1396 public_deps = [ 1396 public_deps = [
1397 ":make_platform_generated", 1397 ":make_platform_generated",
1398 "//base", 1398 "//base",
1399 "//cc", 1399 "//cc",
1400 "//cc/animation",
1400 "//gpu/command_buffer/client:client", 1401 "//gpu/command_buffer/client:client",
1401 "//gpu/command_buffer/client:gles2_c_lib", 1402 "//gpu/command_buffer/client:gles2_c_lib",
1402 "//gpu/command_buffer/client:gles2_interface", 1403 "//gpu/command_buffer/client:gles2_interface",
1403 "//gpu/command_buffer/common:common", 1404 "//gpu/command_buffer/common:common",
1404 "//media", 1405 "//media",
1405 "//net", 1406 "//net",
1406 "//skia", 1407 "//skia",
1407 "//third_party:jpeg", 1408 "//third_party:jpeg",
1408 "//third_party/WebKit/Source/wtf", 1409 "//third_party/WebKit/Source/wtf",
1409 "//third_party/WebKit/public:mojo_bindings_blink", 1410 "//third_party/WebKit/public:mojo_bindings_blink",
(...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after
2026 "//third_party/WebKit/Source:inside_blink", 2027 "//third_party/WebKit/Source:inside_blink",
2027 ] 2028 ]
2028 2029
2029 deps = [ 2030 deps = [
2030 ":test_support", 2031 ":test_support",
2031 "//cc/surfaces:surface_id", 2032 "//cc/surfaces:surface_id",
2032 "//testing/gmock", 2033 "//testing/gmock",
2033 "//testing/gtest", 2034 "//testing/gtest",
2034 ] 2035 ]
2035 } 2036 }
OLDNEW
« no previous file with comments | « content/renderer/BUILD.gn ('k') | ui/android/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698