| 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 | 10 |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 "//chrome/utility", | 130 "//chrome/utility", |
| 131 "//content/public/child", | 131 "//content/public/child", |
| 132 "//content/public/common", | 132 "//content/public/common", |
| 133 "//content/public/plugin", | 133 "//content/public/plugin", |
| 134 "//content/public/renderer", | 134 "//content/public/renderer", |
| 135 "//content/public/utility", | 135 "//content/public/utility", |
| 136 "//components/autofill/core/browser:test_support", | 136 "//components/autofill/core/browser:test_support", |
| 137 "//components/captive_portal:test_support", | 137 "//components/captive_portal:test_support", |
| 138 "//components/infobars/core", | 138 "//components/infobars/core", |
| 139 "//components/sessions:test_support", | 139 "//components/sessions:test_support", |
| 140 "//components/user_manager:test_support", |
| 140 "//components/web_resource:test_support", | 141 "//components/web_resource:test_support", |
| 141 "//google_apis:test_support", | 142 "//google_apis:test_support", |
| 142 "//ipc:test_support", | 143 "//ipc:test_support", |
| 143 "//media:test_support", | 144 "//media:test_support", |
| 144 "//ppapi:ppapi_shared", | 145 "//ppapi:ppapi_shared", |
| 145 "//sql:test_support", | 146 "//sql:test_support", |
| 146 "//third_party/leveldatabase", | 147 "//third_party/leveldatabase", |
| 147 "//ui/base", | 148 "//ui/base", |
| 148 "//ui/events:events_base", | 149 "//ui/events:events_base", |
| 149 "//ui/gl", | 150 "//ui/gl", |
| (...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 621 "//chrome/renderer", | 622 "//chrome/renderer", |
| 622 "//chrome/test/perf", | 623 "//chrome/test/perf", |
| 623 "//components/autofill/content/browser:risk_proto", | 624 "//components/autofill/content/browser:risk_proto", |
| 624 "//components/autofill/content/browser:test_support", | 625 "//components/autofill/content/browser:test_support", |
| 625 "//components/captive_portal:test_support", | 626 "//components/captive_portal:test_support", |
| 626 "//components/dom_distiller/content", | 627 "//components/dom_distiller/content", |
| 627 "//components/dom_distiller/core:test_support", | 628 "//components/dom_distiller/core:test_support", |
| 628 "//components/resources", | 629 "//components/resources", |
| 629 "//components/strings", | 630 "//components/strings", |
| 630 "//components/translate/core/common", | 631 "//components/translate/core/common", |
| 632 "//components/user_manager:test_support", |
| 631 "//crypto:platform", | 633 "//crypto:platform", |
| 632 "//crypto:test_support", | 634 "//crypto:test_support", |
| 633 "//device/bluetooth:mocks", | 635 "//device/bluetooth:mocks", |
| 634 "//device/serial:test_support", | 636 "//device/serial:test_support", |
| 635 "//extensions/common/api", | 637 "//extensions/common/api", |
| 636 "//google_apis:test_support", | 638 "//google_apis:test_support", |
| 637 "//media", | 639 "//media", |
| 638 "//media/base:test_support", | 640 "//media/base:test_support", |
| 639 "//media/cast:test_support", | 641 "//media/cast:test_support", |
| 640 "//net", | 642 "//net", |
| (...skipping 1029 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1670 } | 1672 } |
| 1671 if (use_ozone) { | 1673 if (use_ozone) { |
| 1672 # crbug.com/354036 | 1674 # crbug.com/354036 |
| 1673 sources -= [ "../browser/chromeos/events/event_rewriter_unittest.cc" ] | 1675 sources -= [ "../browser/chromeos/events/event_rewriter_unittest.cc" ] |
| 1674 } | 1676 } |
| 1675 if (!enable_plugin_installation) { | 1677 if (!enable_plugin_installation) { |
| 1676 sources -= [ "../browser/plugins/plugin_installer_unittest.cc" ] | 1678 sources -= [ "../browser/plugins/plugin_installer_unittest.cc" ] |
| 1677 } | 1679 } |
| 1678 } | 1680 } |
| 1679 } | 1681 } |
| OLD | NEW |