| 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/crypto.gni") | 5 import("//build/config/crypto.gni") | 
| 6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") | 
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") | 
| 8 import("//build/module_args/v8.gni") | 8 import("//build/module_args/v8.gni") | 
| 9 import("//testing/test.gni") | 9 import("//testing/test.gni") | 
| 10 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") | 10 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") | 
| (...skipping 658 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 669     sources = [ | 669     sources = [ | 
| 670       "../common/gpu/client/gl_helper_unittest.cc", | 670       "../common/gpu/client/gl_helper_unittest.cc", | 
| 671       "../common/gpu/client/gpu_in_process_context_tests.cc", | 671       "../common/gpu/client/gpu_in_process_context_tests.cc", | 
| 672     ] | 672     ] | 
| 673 | 673 | 
| 674     deps = [ | 674     deps = [ | 
| 675       ":test_support", | 675       ":test_support", | 
| 676       "//base/allocator", | 676       "//base/allocator", | 
| 677       "//base/test:test_support", | 677       "//base/test:test_support", | 
| 678       "//content/public/common", | 678       "//content/public/common", | 
|  | 679       "//gpu/blink", | 
| 679       "//gpu/command_buffer/common", | 680       "//gpu/command_buffer/common", | 
| 680       "//testing/gtest", | 681       "//testing/gtest", | 
| 681       "//third_party/WebKit/public:blink", | 682       "//third_party/WebKit/public:blink", | 
| 682       "//ui/base", | 683       "//ui/base", | 
| 683       "//ui/gfx", | 684       "//ui/gfx", | 
| 684       "//ui/gfx:test_support", | 685       "//ui/gfx:test_support", | 
| 685       "//ui/gfx/geometry", | 686       "//ui/gfx/geometry", | 
| 686       "//ui/gl", | 687       "//ui/gl", | 
| 687       "//v8", | 688       "//v8", | 
| 688     ] | 689     ] | 
| (...skipping 21 matching lines...) Expand all  Loading... | 
| 710       "//gpu/blink", | 711       "//gpu/blink", | 
| 711       "//testing/gtest", | 712       "//testing/gtest", | 
| 712       "//third_party/WebKit/public:blink", | 713       "//third_party/WebKit/public:blink", | 
| 713       "//ui/base", | 714       "//ui/base", | 
| 714       "//ui/gfx", | 715       "//ui/gfx", | 
| 715       "//ui/gfx/geometry", | 716       "//ui/gfx/geometry", | 
| 716       "//ui/gl", | 717       "//ui/gl", | 
| 717     ] | 718     ] | 
| 718   } | 719   } | 
| 719 } | 720 } | 
| OLD | NEW | 
|---|