| 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 4966 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4977 "base/run_all_unittests.cc", | 4977 "base/run_all_unittests.cc", |
| 4978 ] | 4978 ] |
| 4979 | 4979 |
| 4980 public_deps = [ | 4980 public_deps = [ |
| 4981 ":test_support", | 4981 ":test_support", |
| 4982 "//base", | 4982 "//base", |
| 4983 "//chrome:resources", | 4983 "//chrome:resources", |
| 4984 "//chrome:strings", | 4984 "//chrome:strings", |
| 4985 "//chrome/browser", | 4985 "//chrome/browser", |
| 4986 "//chrome/common", | 4986 "//chrome/common", |
| 4987 "//mojo/edk/system", | 4987 "//mojo/edk/test:test_support", |
| 4988 ] | 4988 ] |
| 4989 | 4989 |
| 4990 if (!is_android && use_ash) { | 4990 if (!is_android && use_ash) { |
| 4991 sources += [ | 4991 sources += [ |
| 4992 "../browser/ui/ash/launcher/test/launcher_application_menu_item_model_test
_api.cc", | 4992 "../browser/ui/ash/launcher/test/launcher_application_menu_item_model_test
_api.cc", |
| 4993 "../browser/ui/ash/launcher/test/launcher_application_menu_item_model_test
_api.h", | 4993 "../browser/ui/ash/launcher/test/launcher_application_menu_item_model_test
_api.h", |
| 4994 "../browser/ui/ash/launcher/test/test_chrome_launcher_app_menu_item.cc", | 4994 "../browser/ui/ash/launcher/test/test_chrome_launcher_app_menu_item.cc", |
| 4995 "../browser/ui/ash/launcher/test/test_chrome_launcher_app_menu_item.h", | 4995 "../browser/ui/ash/launcher/test/test_chrome_launcher_app_menu_item.h", |
| 4996 ] | 4996 ] |
| 4997 } | 4997 } |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5036 "touch_hud", | 5036 "touch_hud", |
| 5037 "ui", | 5037 "ui", |
| 5038 ] | 5038 ] |
| 5039 | 5039 |
| 5040 if (is_linux && !is_android) { | 5040 if (is_linux && !is_android) { |
| 5041 deps += [ "//components/font_service:manifest" ] | 5041 deps += [ "//components/font_service:manifest" ] |
| 5042 packaged_services += [ "font_service" ] | 5042 packaged_services += [ "font_service" ] |
| 5043 } | 5043 } |
| 5044 } | 5044 } |
| 5045 } | 5045 } |
| OLD | NEW |