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