| 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/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
| 7 import("//build/config/crypto.gni") | 7 import("//build/config/crypto.gni") |
| 8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
| 9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
| 10 import("//build_overrides/v8.gni") | 10 import("//build_overrides/v8.gni") |
| (...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 256 "//content/browser:for_content_tests", | 256 "//content/browser:for_content_tests", |
| 257 "//content/public/browser", | 257 "//content/public/browser", |
| 258 "//content/public/common", | 258 "//content/public/common", |
| 259 "//third_party/WebKit/public:blink", | 259 "//third_party/WebKit/public:blink", |
| 260 ] | 260 ] |
| 261 deps = [ | 261 deps = [ |
| 262 "//base:base", | 262 "//base:base", |
| 263 "//content/public/app:both", | 263 "//content/public/app:both", |
| 264 "//net:test_support", | 264 "//net:test_support", |
| 265 "//testing/gtest", | 265 "//testing/gtest", |
| 266 "//ui/accessibility", |
| 266 "//ui/base", | 267 "//ui/base", |
| 267 "//ui/base:test_support", | 268 "//ui/base:test_support", |
| 268 "//ui/base/ime", | 269 "//ui/base/ime", |
| 269 "//ui/events:dom_keycode_converter", | 270 "//ui/events:dom_keycode_converter", |
| 270 "//ui/events:events_base", | 271 "//ui/events:events_base", |
| 271 "//ui/events:gesture_detection", | 272 "//ui/events:gesture_detection", |
| 272 "//ui/resources", | 273 "//ui/resources", |
| 273 ] | 274 ] |
| 274 } | 275 } |
| 275 | 276 |
| (...skipping 740 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1016 "//gpu:test_support", | 1017 "//gpu:test_support", |
| 1017 "//media/base/android", | 1018 "//media/base/android", |
| 1018 "//media/base/android:media_java", | 1019 "//media/base/android:media_java", |
| 1019 "//media/capture/video/android:capture_java", | 1020 "//media/capture/video/android:capture_java", |
| 1020 "//testing/gmock", | 1021 "//testing/gmock", |
| 1021 "//ui/android:ui_java", | 1022 "//ui/android:ui_java", |
| 1022 ] | 1023 ] |
| 1023 } | 1024 } |
| 1024 } | 1025 } |
| 1025 } | 1026 } |
| OLD | NEW |