| OLD | NEW |
| 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 1415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1426 include_dirs = [ | 1426 include_dirs = [ |
| 1427 #"$angle_path/include", | 1427 #"$angle_path/include", |
| 1428 "$root_gen_dir/blink", | 1428 "$root_gen_dir/blink", |
| 1429 ] | 1429 ] |
| 1430 | 1430 |
| 1431 public_deps = [ | 1431 public_deps = [ |
| 1432 ":make_platform_generated", | 1432 ":make_platform_generated", |
| 1433 "//base", | 1433 "//base", |
| 1434 "//cc", | 1434 "//cc", |
| 1435 "//cc/animation", | 1435 "//cc/animation", |
| 1436 "//cc/surfaces:surface_id", |
| 1436 "//gpu/command_buffer/client:client", | 1437 "//gpu/command_buffer/client:client", |
| 1437 "//gpu/command_buffer/client:gles2_c_lib", | 1438 "//gpu/command_buffer/client:gles2_c_lib", |
| 1438 "//gpu/command_buffer/client:gles2_interface", | 1439 "//gpu/command_buffer/client:gles2_interface", |
| 1439 "//gpu/command_buffer/common:common", | 1440 "//gpu/command_buffer/common:common", |
| 1440 "//media", | 1441 "//media", |
| 1441 "//net", | 1442 "//net", |
| 1442 "//skia", | 1443 "//skia", |
| 1443 "//third_party:jpeg", | 1444 "//third_party:jpeg", |
| 1444 "//third_party/WebKit/Source/wtf", | 1445 "//third_party/WebKit/Source/wtf", |
| 1445 "//third_party/WebKit/public:mojo_bindings_blink", | 1446 "//third_party/WebKit/public:mojo_bindings_blink", |
| (...skipping 619 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2065 "//third_party/WebKit/Source:inside_blink", | 2066 "//third_party/WebKit/Source:inside_blink", |
| 2066 ] | 2067 ] |
| 2067 | 2068 |
| 2068 deps = [ | 2069 deps = [ |
| 2069 ":test_support", | 2070 ":test_support", |
| 2070 "//cc/surfaces:surface_id", | 2071 "//cc/surfaces:surface_id", |
| 2071 "//testing/gmock", | 2072 "//testing/gmock", |
| 2072 "//testing/gtest", | 2073 "//testing/gtest", |
| 2073 ] | 2074 ] |
| 2074 } | 2075 } |
| OLD | NEW |