| 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/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
| 6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//build/module_args/v8.gni") | 9 import("//build/module_args/v8.gni") |
| 10 import("//testing/test.gni") | 10 import("//testing/test.gni") |
| (...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 555 "//media:shared_memory_support", | 555 "//media:shared_memory_support", |
| 556 "//media/audio:test_support", | 556 "//media/audio:test_support", |
| 557 "//media/base:test_support", | 557 "//media/base:test_support", |
| 558 "//media/midi:midi", | 558 "//media/midi:midi", |
| 559 "//storage/browser", | 559 "//storage/browser", |
| 560 "//storage/common", | 560 "//storage/common", |
| 561 "//third_party/WebKit/public:blink", | 561 "//third_party/WebKit/public:blink", |
| 562 "//third_party/icu", | 562 "//third_party/icu", |
| 563 "//third_party/leveldatabase", | 563 "//third_party/leveldatabase", |
| 564 "//third_party/libjingle", | 564 "//third_party/libjingle", |
| 565 "//ui/compositor:test_support", |
| 565 "//ui/gl", | 566 "//ui/gl", |
| 566 "//ui/gl:test_support", | 567 "//ui/gl:test_support", |
| 567 ] | 568 ] |
| 568 } | 569 } |
| 569 | 570 |
| 570 data_deps = [ "//third_party/mesa:osmesa" ] | 571 data_deps = [ "//third_party/mesa:osmesa" ] |
| 571 | 572 |
| 572 if (!is_win) { | 573 if (!is_win) { |
| 573 sources += [ "../browser/file_descriptor_info_impl_unittest.cc" ] | 574 sources += [ "../browser/file_descriptor_info_impl_unittest.cc" ] |
| 574 } | 575 } |
| (...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 776 "//testing/gtest", | 777 "//testing/gtest", |
| 777 "//third_party/WebKit/public:blink", | 778 "//third_party/WebKit/public:blink", |
| 778 "//ui/base", | 779 "//ui/base", |
| 779 "//ui/gfx", | 780 "//ui/gfx", |
| 780 "//ui/gfx/geometry", | 781 "//ui/gfx/geometry", |
| 781 "//ui/gl", | 782 "//ui/gl", |
| 782 "//ui/gl:test_support", | 783 "//ui/gl:test_support", |
| 783 ] | 784 ] |
| 784 } | 785 } |
| 785 } | 786 } |
| OLD | NEW |