| 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 2029 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2040 } | 2040 } |
| 2041 } | 2041 } |
| 2042 } | 2042 } |
| 2043 | 2043 |
| 2044 if (enable_extensions) { | 2044 if (enable_extensions) { |
| 2045 sources += [ | 2045 sources += [ |
| 2046 "../browser/apps/app_browsertest_util.cc", | 2046 "../browser/apps/app_browsertest_util.cc", |
| 2047 "../browser/apps/app_browsertest_util.h", | 2047 "../browser/apps/app_browsertest_util.h", |
| 2048 "../browser/extensions/browsertest_util.cc", | 2048 "../browser/extensions/browsertest_util.cc", |
| 2049 "../browser/extensions/browsertest_util.h", | 2049 "../browser/extensions/browsertest_util.h", |
| 2050 "../browser/extensions/chrome_extension_test_notification_observer.cc", | |
| 2051 "../browser/extensions/chrome_extension_test_notification_observer.h", | |
| 2052 "../browser/extensions/extension_apitest.cc", | 2050 "../browser/extensions/extension_apitest.cc", |
| 2053 "../browser/extensions/extension_apitest.h", | 2051 "../browser/extensions/extension_apitest.h", |
| 2054 "../browser/extensions/extension_browsertest.cc", | 2052 "../browser/extensions/extension_browsertest.cc", |
| 2055 "../browser/extensions/extension_browsertest.h", | 2053 "../browser/extensions/extension_browsertest.h", |
| 2056 "../browser/extensions/extension_function_test_utils.cc", | 2054 "../browser/extensions/extension_function_test_utils.cc", |
| 2057 "../browser/extensions/extension_function_test_utils.h", | 2055 "../browser/extensions/extension_function_test_utils.h", |
| 2058 "../browser/extensions/updater/extension_cache_fake.cc", | 2056 "../browser/extensions/updater/extension_cache_fake.cc", |
| 2059 "../browser/extensions/updater/extension_cache_fake.h", | 2057 "../browser/extensions/updater/extension_cache_fake.h", |
| 2060 ] | 2058 ] |
| 2061 | 2059 |
| (...skipping 3043 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5105 "touch_hud", | 5103 "touch_hud", |
| 5106 "ui", | 5104 "ui", |
| 5107 ] | 5105 ] |
| 5108 | 5106 |
| 5109 if (is_linux && !is_android) { | 5107 if (is_linux && !is_android) { |
| 5110 deps += [ "//components/font_service:manifest" ] | 5108 deps += [ "//components/font_service:manifest" ] |
| 5111 packaged_services += [ "font_service" ] | 5109 packaged_services += [ "font_service" ] |
| 5112 } | 5110 } |
| 5113 } | 5111 } |
| 5114 } | 5112 } |
| OLD | NEW |