| 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 1379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |