| 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 649 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 660 "//testing/gtest", | 660 "//testing/gtest", |
| 661 "//testing/perf", | 661 "//testing/perf", |
| 662 "//third_party/cacheinvalidation", | 662 "//third_party/cacheinvalidation", |
| 663 "//third_party/icu", | 663 "//third_party/icu", |
| 664 "//third_party/leveldatabase", | 664 "//third_party/leveldatabase", |
| 665 "//third_party/libaddressinput", | 665 "//third_party/libaddressinput", |
| 666 "//third_party/libjingle", | 666 "//third_party/libjingle", |
| 667 "//third_party/safe_browsing:test_support", | 667 "//third_party/safe_browsing:test_support", |
| 668 "//third_party/widevine/cdm:version_h", | 668 "//third_party/widevine/cdm:version_h", |
| 669 "//ui/accessibility:test_support", | 669 "//ui/accessibility:test_support", |
| 670 "//ui/base:test_support", |
| 670 "//ui/compositor:test_support", | 671 "//ui/compositor:test_support", |
| 671 "//ui/resources", | 672 "//ui/resources", |
| 672 "//ui/web_dialogs:test_support", | 673 "//ui/web_dialogs:test_support", |
| 673 "//v8", | 674 "//v8", |
| 674 ] | 675 ] |
| 675 | 676 |
| 676 # Runtime dependencies | 677 # Runtime dependencies |
| 677 data_deps = [ | 678 data_deps = [ |
| 678 "//ppapi:ppapi_tests", | 679 "//ppapi:ppapi_tests", |
| 679 | 680 |
| (...skipping 1081 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1761 } | 1762 } |
| 1762 | 1763 |
| 1763 if (cld_version == 0 || cld_version == 2) { | 1764 if (cld_version == 0 || cld_version == 2) { |
| 1764 # Use whatever CLD2 data access mode that the | 1765 # Use whatever CLD2 data access mode that the |
| 1765 # application embedder is using. | 1766 # application embedder is using. |
| 1766 deps += [ "//third_party/cld_2:cld2_platform_impl" ] | 1767 deps += [ "//third_party/cld_2:cld2_platform_impl" ] |
| 1767 } | 1768 } |
| 1768 } | 1769 } |
| 1769 } | 1770 } |
| 1770 } | 1771 } |
| OLD | NEW |