Chromium Code Reviews| 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 1916 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1927 "//remoting/webapp:browser_test_resources", | 1927 "//remoting/webapp:browser_test_resources", |
| 1928 "//remoting/webapp:unit_tests", | 1928 "//remoting/webapp:unit_tests", |
| 1929 "//third_party/mesa:osmesa", | 1929 "//third_party/mesa:osmesa", |
| 1930 "//third_party/widevine/cdm:widevine_test_license_server", | 1930 "//third_party/widevine/cdm:widevine_test_license_server", |
| 1931 ] | 1931 ] |
| 1932 | 1932 |
| 1933 data += [ | 1933 data += [ |
| 1934 "data/", | 1934 "data/", |
| 1935 "//chrome/browser/policy/test/asn1der.py", | 1935 "//chrome/browser/policy/test/asn1der.py", |
| 1936 "//chrome/browser/policy/test/policy_testserver.py", | 1936 "//chrome/browser/policy/test/policy_testserver.py", |
| 1937 "//chrome/browser/resources/settings/", | |
|
Dan Beam
2016/11/01 19:33:54
this is a lot of files. i think 1 import is bette
dpapad
2016/11/01 20:41:08
Done.
| |
| 1937 "//chrome/common/extensions/docs/examples/apps/calculator/", | 1938 "//chrome/common/extensions/docs/examples/apps/calculator/", |
| 1938 "//chrome/third_party/mock4js/", | 1939 "//chrome/third_party/mock4js/", |
| 1939 "//content/test/data/", | 1940 "//content/test/data/", |
| 1940 "//google_apis/test/", | 1941 "//google_apis/test/", |
| 1941 "//media/test/data/", | 1942 "//media/test/data/", |
| 1942 "//net/tools/testserver/", | 1943 "//net/tools/testserver/", |
| 1943 "//ppapi/tests/test_case.html", | 1944 "//ppapi/tests/test_case.html", |
| 1944 "//ppapi/tests/test_case.html.mock-http-headers", | 1945 "//ppapi/tests/test_case.html.mock-http-headers", |
| 1945 "//ppapi/tests/test_page.css", | 1946 "//ppapi/tests/test_page.css", |
| 1946 "//ppapi/tests/test_page.css.mock-http-headers", | 1947 "//ppapi/tests/test_page.css.mock-http-headers", |
| (...skipping 3091 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 5038 "touch_hud", | 5039 "touch_hud", |
| 5039 "ui", | 5040 "ui", |
| 5040 ] | 5041 ] |
| 5041 | 5042 |
| 5042 if (is_linux && !is_android) { | 5043 if (is_linux && !is_android) { |
| 5043 deps += [ "//components/font_service:manifest" ] | 5044 deps += [ "//components/font_service:manifest" ] |
| 5044 packaged_services += [ "font_service" ] | 5045 packaged_services += [ "font_service" ] |
| 5045 } | 5046 } |
| 5046 } | 5047 } |
| 5047 } | 5048 } |
| OLD | NEW |