| 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 1382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1393 | 1393 |
| 1394 include_dirs = [ | 1394 include_dirs = [ |
| 1395 #"$angle_path/include", | 1395 #"$angle_path/include", |
| 1396 "$root_gen_dir/blink", | 1396 "$root_gen_dir/blink", |
| 1397 ] | 1397 ] |
| 1398 | 1398 |
| 1399 public_deps = [ | 1399 public_deps = [ |
| 1400 ":make_platform_generated", | 1400 ":make_platform_generated", |
| 1401 "//base", | 1401 "//base", |
| 1402 "//cc", | 1402 "//cc", |
| 1403 "//cc/animation", |
| 1403 "//gpu/command_buffer/client:client", | 1404 "//gpu/command_buffer/client:client", |
| 1404 "//gpu/command_buffer/client:gles2_c_lib", | 1405 "//gpu/command_buffer/client:gles2_c_lib", |
| 1405 "//gpu/command_buffer/client:gles2_interface", | 1406 "//gpu/command_buffer/client:gles2_interface", |
| 1406 "//gpu/command_buffer/common:common", | 1407 "//gpu/command_buffer/common:common", |
| 1407 "//media", | 1408 "//media", |
| 1408 "//net", | 1409 "//net", |
| 1409 "//skia", | 1410 "//skia", |
| 1410 "//third_party:jpeg", | 1411 "//third_party:jpeg", |
| 1411 "//third_party/WebKit/Source/wtf", | 1412 "//third_party/WebKit/Source/wtf", |
| 1412 "//third_party/WebKit/public:mojo_bindings_blink", | 1413 "//third_party/WebKit/public:mojo_bindings_blink", |
| (...skipping 594 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2007 "//third_party/WebKit/Source:inside_blink", | 2008 "//third_party/WebKit/Source:inside_blink", |
| 2008 ] | 2009 ] |
| 2009 | 2010 |
| 2010 deps = [ | 2011 deps = [ |
| 2011 ":test_support", | 2012 ":test_support", |
| 2012 "//cc/surfaces:surface_id", | 2013 "//cc/surfaces:surface_id", |
| 2013 "//testing/gmock", | 2014 "//testing/gmock", |
| 2014 "//testing/gtest", | 2015 "//testing/gtest", |
| 2015 ] | 2016 ] |
| 2016 } | 2017 } |
| OLD | NEW |