| 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 2030 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2041 "../browser/extensions/browsertest_util.cc", | 2041 "../browser/extensions/browsertest_util.cc", |
| 2042 "../browser/extensions/browsertest_util.h", | 2042 "../browser/extensions/browsertest_util.h", |
| 2043 "../browser/extensions/chrome_extension_test_notification_observer.cc", | 2043 "../browser/extensions/chrome_extension_test_notification_observer.cc", |
| 2044 "../browser/extensions/chrome_extension_test_notification_observer.h", | 2044 "../browser/extensions/chrome_extension_test_notification_observer.h", |
| 2045 "../browser/extensions/extension_apitest.cc", | 2045 "../browser/extensions/extension_apitest.cc", |
| 2046 "../browser/extensions/extension_apitest.h", | 2046 "../browser/extensions/extension_apitest.h", |
| 2047 "../browser/extensions/extension_browsertest.cc", | 2047 "../browser/extensions/extension_browsertest.cc", |
| 2048 "../browser/extensions/extension_browsertest.h", | 2048 "../browser/extensions/extension_browsertest.h", |
| 2049 "../browser/extensions/extension_function_test_utils.cc", | 2049 "../browser/extensions/extension_function_test_utils.cc", |
| 2050 "../browser/extensions/extension_function_test_utils.h", | 2050 "../browser/extensions/extension_function_test_utils.h", |
| 2051 "../browser/extensions/extension_with_management_policy_apitest.cc", |
| 2052 "../browser/extensions/extension_with_management_policy_apitest.h", |
| 2051 "../browser/extensions/updater/extension_cache_fake.cc", | 2053 "../browser/extensions/updater/extension_cache_fake.cc", |
| 2052 "../browser/extensions/updater/extension_cache_fake.h", | 2054 "../browser/extensions/updater/extension_cache_fake.h", |
| 2053 ] | 2055 ] |
| 2054 | 2056 |
| 2055 deps += [ | 2057 deps += [ |
| 2056 "//chrome/common/extensions/api", | 2058 "//chrome/common/extensions/api", |
| 2057 | 2059 |
| 2058 # TODO(rockot) bug 505926: The chrome_extensions_browsertests target | 2060 # TODO(rockot) bug 505926: The chrome_extensions_browsertests target |
| 2059 # should be deleted and this line removed. See the | 2061 # should be deleted and this line removed. See the |
| 2060 # chrome_extensions_browsertests target for more. | 2062 # chrome_extensions_browsertests target for more. |
| (...skipping 2994 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5055 "touch_hud", | 5057 "touch_hud", |
| 5056 "ui", | 5058 "ui", |
| 5057 ] | 5059 ] |
| 5058 | 5060 |
| 5059 if (is_linux && !is_android) { | 5061 if (is_linux && !is_android) { |
| 5060 deps += [ "//components/font_service:manifest" ] | 5062 deps += [ "//components/font_service:manifest" ] |
| 5061 packaged_services += [ "font_service" ] | 5063 packaged_services += [ "font_service" ] |
| 5062 } | 5064 } |
| 5063 } | 5065 } |
| 5064 } | 5066 } |
| OLD | NEW |