| 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 19 matching lines...) Expand all Loading... |
| 30 "//content/public/common", | 30 "//content/public/common", |
| 31 "//net:test_support", | 31 "//net:test_support", |
| 32 "//skia", | 32 "//skia", |
| 33 "//storage/common", | 33 "//storage/common", |
| 34 "//testing/gmock", | 34 "//testing/gmock", |
| 35 "//testing/gtest", | 35 "//testing/gtest", |
| 36 "//ui/accessibility:ax_gen", | 36 "//ui/accessibility:ax_gen", |
| 37 "//ui/base", | 37 "//ui/base", |
| 38 "//ui/base/ime", | 38 "//ui/base/ime", |
| 39 "//ui/base:test_support", | 39 "//ui/base:test_support", |
| 40 "//ui/events:dom4_keycode_converter", | 40 "//ui/events:dom_keycode_converter", |
| 41 "//ui/events:events_base", | 41 "//ui/events:events_base", |
| 42 "//ui/events:test_support", | 42 "//ui/events:test_support", |
| 43 "//ui/events:gesture_detection", | 43 "//ui/events:gesture_detection", |
| 44 "//ui/gfx:test_support", | 44 "//ui/gfx:test_support", |
| 45 "//ui/gl", | 45 "//ui/gl", |
| 46 "//ui/resources", | 46 "//ui/resources", |
| 47 "//url", | 47 "//url", |
| 48 ] | 48 ] |
| 49 | 49 |
| 50 if (!is_ios) { | 50 if (!is_ios) { |
| (...skipping 641 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 692 "//gpu/blink", | 692 "//gpu/blink", |
| 693 "//testing/gtest", | 693 "//testing/gtest", |
| 694 "//third_party/WebKit/public:blink", | 694 "//third_party/WebKit/public:blink", |
| 695 "//ui/base", | 695 "//ui/base", |
| 696 "//ui/gfx", | 696 "//ui/gfx", |
| 697 "//ui/gfx/geometry", | 697 "//ui/gfx/geometry", |
| 698 "//ui/gl", | 698 "//ui/gl", |
| 699 ] | 699 ] |
| 700 } | 700 } |
| 701 } | 701 } |
| OLD | NEW |