| 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 4957 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4968 "base/run_all_unittests.cc", | 4968 "base/run_all_unittests.cc", |
| 4969 ] | 4969 ] |
| 4970 | 4970 |
| 4971 public_deps = [ | 4971 public_deps = [ |
| 4972 ":test_support", | 4972 ":test_support", |
| 4973 "//base", | 4973 "//base", |
| 4974 "//chrome:resources", | 4974 "//chrome:resources", |
| 4975 "//chrome:strings", | 4975 "//chrome:strings", |
| 4976 "//chrome/browser", | 4976 "//chrome/browser", |
| 4977 "//chrome/common", | 4977 "//chrome/common", |
| 4978 "//mojo/edk/system", | 4978 "//mojo/edk/test:test_support", |
| 4979 ] | 4979 ] |
| 4980 | 4980 |
| 4981 if (!is_android && use_ash) { | 4981 if (!is_android && use_ash) { |
| 4982 sources += [ | 4982 sources += [ |
| 4983 "../browser/ui/ash/launcher/test/launcher_application_menu_item_model_test
_api.cc", | 4983 "../browser/ui/ash/launcher/test/launcher_application_menu_item_model_test
_api.cc", |
| 4984 "../browser/ui/ash/launcher/test/launcher_application_menu_item_model_test
_api.h", | 4984 "../browser/ui/ash/launcher/test/launcher_application_menu_item_model_test
_api.h", |
| 4985 "../browser/ui/ash/launcher/test/test_chrome_launcher_app_menu_item.cc", | 4985 "../browser/ui/ash/launcher/test/test_chrome_launcher_app_menu_item.cc", |
| 4986 "../browser/ui/ash/launcher/test/test_chrome_launcher_app_menu_item.h", | 4986 "../browser/ui/ash/launcher/test/test_chrome_launcher_app_menu_item.h", |
| 4987 ] | 4987 ] |
| 4988 } | 4988 } |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5027 "touch_hud", | 5027 "touch_hud", |
| 5028 "ui", | 5028 "ui", |
| 5029 ] | 5029 ] |
| 5030 | 5030 |
| 5031 if (is_linux && !is_android) { | 5031 if (is_linux && !is_android) { |
| 5032 deps += [ "//components/font_service:manifest" ] | 5032 deps += [ "//components/font_service:manifest" ] |
| 5033 packaged_services += [ "font_service" ] | 5033 packaged_services += [ "font_service" ] |
| 5034 } | 5034 } |
| 5035 } | 5035 } |
| 5036 } | 5036 } |
| OLD | NEW |