| 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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 "//chrome/browser", | 234 "//chrome/browser", |
| 235 "//chrome/browser/devtools", | 235 "//chrome/browser/devtools", |
| 236 "//chrome/renderer", | 236 "//chrome/renderer", |
| 237 "//chrome/test:test_support", | 237 "//chrome/test:test_support", |
| 238 "//chrome:resources", | 238 "//chrome:resources", |
| 239 "//chrome:strings", | 239 "//chrome:strings", |
| 240 "//chrome:packed_extra_resources", | 240 "//chrome:packed_extra_resources", |
| 241 "//chrome:packed_resources", | 241 "//chrome:packed_resources", |
| 242 "//content/app/resources", | 242 "//content/app/resources", |
| 243 "//crypto:platform", | 243 "//crypto:platform", |
| 244 "//crypto:test_support", |
| 244 "//google_apis:test_support", | 245 "//google_apis:test_support", |
| 245 "//net", | 246 "//net", |
| 246 "//net:net_resources", | 247 "//net:net_resources", |
| 247 "//net:test_support", | 248 "//net:test_support", |
| 248 | 249 |
| 249 #"//ppapi:ppapi_tests", # TODO(GYP) this doesn't exist yet. | 250 #"//ppapi:ppapi_tests", # TODO(GYP) this doesn't exist yet. |
| 250 "//skia", | 251 "//skia", |
| 251 "//sync", | 252 "//sync", |
| 252 "//testing/gmock", | 253 "//testing/gmock", |
| 253 "//testing/gtest", | 254 "//testing/gtest", |
| (...skipping 1413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1667 } | 1668 } |
| 1668 if (use_ozone) { | 1669 if (use_ozone) { |
| 1669 # crbug.com/354036 | 1670 # crbug.com/354036 |
| 1670 sources -= [ "../browser/chromeos/events/event_rewriter_unittest.cc" ] | 1671 sources -= [ "../browser/chromeos/events/event_rewriter_unittest.cc" ] |
| 1671 } | 1672 } |
| 1672 if (!enable_plugin_installation) { | 1673 if (!enable_plugin_installation) { |
| 1673 sources -= [ "../browser/plugins/plugin_installer_unittest.cc" ] | 1674 sources -= [ "../browser/plugins/plugin_installer_unittest.cc" ] |
| 1674 } | 1675 } |
| 1675 } | 1676 } |
| 1676 } | 1677 } |
| OLD | NEW |