| 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("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
| (...skipping 1870 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1881 "//google_apis:test_support", | 1881 "//google_apis:test_support", |
| 1882 "//media", | 1882 "//media", |
| 1883 "//media/base:test_support", | 1883 "//media/base:test_support", |
| 1884 "//media/cast:test_support", | 1884 "//media/cast:test_support", |
| 1885 "//mojo/common:common_base", | 1885 "//mojo/common:common_base", |
| 1886 "//net", | 1886 "//net", |
| 1887 "//net:test_support", | 1887 "//net:test_support", |
| 1888 "//sdch", | 1888 "//sdch", |
| 1889 "//services/shell/public/cpp", | 1889 "//services/shell/public/cpp", |
| 1890 "//skia", | 1890 "//skia", |
| 1891 "//storage/browser:test_support", |
| 1891 "//testing/gmock", | 1892 "//testing/gmock", |
| 1892 "//testing/gtest", | 1893 "//testing/gtest", |
| 1893 "//testing/perf", | 1894 "//testing/perf", |
| 1894 "//third_party/cacheinvalidation", | 1895 "//third_party/cacheinvalidation", |
| 1895 "//third_party/icu", | 1896 "//third_party/icu", |
| 1896 "//third_party/leveldatabase", | 1897 "//third_party/leveldatabase", |
| 1897 "//third_party/libjingle", | 1898 "//third_party/libjingle", |
| 1898 "//third_party/webrtc/modules/desktop_capture", | 1899 "//third_party/webrtc/modules/desktop_capture", |
| 1899 "//third_party/widevine/cdm:version_h", | 1900 "//third_party/widevine/cdm:version_h", |
| 1900 "//ui/accessibility:test_support", | 1901 "//ui/accessibility:test_support", |
| (...skipping 1524 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3425 "//components/safe_browsing_db", | 3426 "//components/safe_browsing_db", |
| 3426 "//components/safe_json:test_support", | 3427 "//components/safe_json:test_support", |
| 3427 "//components/strings", | 3428 "//components/strings", |
| 3428 "//components/webdata_services:test_support", | 3429 "//components/webdata_services:test_support", |
| 3429 "//content/app/resources", | 3430 "//content/app/resources", |
| 3430 "//device/bluetooth:mocks", | 3431 "//device/bluetooth:mocks", |
| 3431 "//device/core:mocks", | 3432 "//device/core:mocks", |
| 3432 "//device/usb:test_support", | 3433 "//device/usb:test_support", |
| 3433 "//gpu:test_support", | 3434 "//gpu:test_support", |
| 3434 "//media:test_support", | 3435 "//media:test_support", |
| 3436 "//storage/browser:test_support", |
| 3435 "//third_party/leveldatabase", | 3437 "//third_party/leveldatabase", |
| 3436 "//third_party/libaddressinput", | 3438 "//third_party/libaddressinput", |
| 3437 "//third_party/libjingle", | 3439 "//third_party/libjingle", |
| 3438 "//third_party/libphonenumber", | 3440 "//third_party/libphonenumber", |
| 3439 "//third_party/webrtc/modules/desktop_capture", | 3441 "//third_party/webrtc/modules/desktop_capture", |
| 3440 "//tools/json_schema_compiler/test:schema_test", | 3442 "//tools/json_schema_compiler/test:schema_test", |
| 3441 "//ui/gl", | 3443 "//ui/gl", |
| 3442 "//v8", | 3444 "//v8", |
| 3443 ] | 3445 ] |
| 3444 } | 3446 } |
| (...skipping 1554 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4999 "touch_hud", | 5001 "touch_hud", |
| 5000 "ui", | 5002 "ui", |
| 5001 ] | 5003 ] |
| 5002 | 5004 |
| 5003 if (is_linux && !is_android) { | 5005 if (is_linux && !is_android) { |
| 5004 deps += [ "//components/font_service:manifest" ] | 5006 deps += [ "//components/font_service:manifest" ] |
| 5005 packaged_services += [ "font_service" ] | 5007 packaged_services += [ "font_service" ] |
| 5006 } | 5008 } |
| 5007 } | 5009 } |
| 5008 } | 5010 } |
| OLD | NEW |