| 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/Source/build/scripts/scripts.gni") | 9 import("//third_party/WebKit/Source/build/scripts/scripts.gni") |
| 10 import("//third_party/WebKit/Source/config.gni") | 10 import("//third_party/WebKit/Source/config.gni") |
| (...skipping 1355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1366 | 1366 |
| 1367 include_dirs = [ | 1367 include_dirs = [ |
| 1368 #"$angle_path/include", | 1368 #"$angle_path/include", |
| 1369 "$root_gen_dir/blink", | 1369 "$root_gen_dir/blink", |
| 1370 ] | 1370 ] |
| 1371 | 1371 |
| 1372 public_deps = [ | 1372 public_deps = [ |
| 1373 ":make_platform_generated", | 1373 ":make_platform_generated", |
| 1374 "//base", | 1374 "//base", |
| 1375 "//cc", | 1375 "//cc", |
| 1376 "//gpu/command_buffer/client:client", |
| 1376 "//gpu/command_buffer/client:gles2_c_lib", | 1377 "//gpu/command_buffer/client:gles2_c_lib", |
| 1377 "//gpu/command_buffer/client:gles2_interface", | 1378 "//gpu/command_buffer/client:gles2_interface", |
| 1378 "//gpu/command_buffer/common:common", | 1379 "//gpu/command_buffer/common:common", |
| 1379 "//net", | 1380 "//net", |
| 1380 "//skia", | 1381 "//skia", |
| 1381 "//third_party:jpeg", | 1382 "//third_party:jpeg", |
| 1382 "//third_party/WebKit/Source/wtf", | 1383 "//third_party/WebKit/Source/wtf", |
| 1383 "//third_party/WebKit/public:mojo_bindings_blink", | 1384 "//third_party/WebKit/public:mojo_bindings_blink", |
| 1384 "//third_party/iccjpeg", | 1385 "//third_party/iccjpeg", |
| 1385 "//third_party/libpng", | 1386 "//third_party/libpng", |
| (...skipping 560 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1946 "//third_party/WebKit/Source:inside_blink", | 1947 "//third_party/WebKit/Source:inside_blink", |
| 1947 ] | 1948 ] |
| 1948 | 1949 |
| 1949 deps = [ | 1950 deps = [ |
| 1950 ":test_support", | 1951 ":test_support", |
| 1951 "//cc/surfaces:surface_id", | 1952 "//cc/surfaces:surface_id", |
| 1952 "//testing/gmock", | 1953 "//testing/gmock", |
| 1953 "//testing/gtest", | 1954 "//testing/gtest", |
| 1954 ] | 1955 ] |
| 1955 } | 1956 } |
| OLD | NEW |