| 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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 public_deps += [ | 141 public_deps += [ |
| 142 "//chrome/child", | 142 "//chrome/child", |
| 143 "//chrome/renderer", | 143 "//chrome/renderer", |
| 144 "//chrome/utility", | 144 "//chrome/utility", |
| 145 "//components/autofill/core/browser:test_support", | 145 "//components/autofill/core/browser:test_support", |
| 146 "//components/captive_portal:test_support", | 146 "//components/captive_portal:test_support", |
| 147 "//components/gcm_driver/crypto:test_support", | 147 "//components/gcm_driver/crypto:test_support", |
| 148 "//components/guest_view/browser:test_support", | 148 "//components/guest_view/browser:test_support", |
| 149 "//components/infobars/core", | 149 "//components/infobars/core", |
| 150 "//components/network_time:network_time_test_support", | 150 "//components/network_time:network_time_test_support", |
| 151 "//components/offline_pages:test_support", | 151 "//components/offline_pages/core:test_support", |
| 152 "//components/sessions:test_support", | 152 "//components/sessions:test_support", |
| 153 "//components/web_resource:test_support", | 153 "//components/web_resource:test_support", |
| 154 "//content/public/child", | 154 "//content/public/child", |
| 155 "//content/public/common", | 155 "//content/public/common", |
| 156 "//content/public/renderer", | 156 "//content/public/renderer", |
| 157 "//content/public/utility", | 157 "//content/public/utility", |
| 158 "//google_apis:test_support", | 158 "//google_apis:test_support", |
| 159 "//ipc:test_support", | 159 "//ipc:test_support", |
| 160 "//media:test_support", | 160 "//media:test_support", |
| 161 "//sql:test_support", | 161 "//sql:test_support", |
| (...skipping 3348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3510 "../browser/android/offline_pages/recent_tab_helper_unittest.cc", | 3510 "../browser/android/offline_pages/recent_tab_helper_unittest.cc", |
| 3511 "../browser/android/offline_pages/request_coordinator_factory_unittest.cc"
, | 3511 "../browser/android/offline_pages/request_coordinator_factory_unittest.cc"
, |
| 3512 "../browser/android/offline_pages/test_offline_page_model_builder.cc", | 3512 "../browser/android/offline_pages/test_offline_page_model_builder.cc", |
| 3513 "../browser/android/offline_pages/test_offline_page_model_builder.h", | 3513 "../browser/android/offline_pages/test_offline_page_model_builder.h", |
| 3514 ] | 3514 ] |
| 3515 sources -= [ "../browser/policy/policy_path_parser_unittest.cc" ] | 3515 sources -= [ "../browser/policy/policy_path_parser_unittest.cc" ] |
| 3516 deps += [ | 3516 deps += [ |
| 3517 ":unit_tests_java", | 3517 ":unit_tests_java", |
| 3518 "//components/gcm_driver/instance_id/android:instance_id_driver_java", | 3518 "//components/gcm_driver/instance_id/android:instance_id_driver_java", |
| 3519 "//components/gcm_driver/instance_id/android:instance_id_driver_test_suppo
rt_java", | 3519 "//components/gcm_driver/instance_id/android:instance_id_driver_test_suppo
rt_java", |
| 3520 "//components/offline_pages:test_support", | 3520 "//components/offline_pages/core:test_support", |
| 3521 "//v8:v8_external_startup_data_assets", | 3521 "//v8:v8_external_startup_data_assets", |
| 3522 ] | 3522 ] |
| 3523 deps -= [ "//third_party/libaddressinput" ] | 3523 deps -= [ "//third_party/libaddressinput" ] |
| 3524 | 3524 |
| 3525 android_manifest = | 3525 android_manifest = |
| 3526 "//chrome/test/android/unit_tests_apk/AndroidManifest.xml" | 3526 "//chrome/test/android/unit_tests_apk/AndroidManifest.xml" |
| 3527 enable_multidex = true | 3527 enable_multidex = true |
| 3528 } else { | 3528 } else { |
| 3529 sources += [ | 3529 sources += [ |
| 3530 # Bookmark export/import are handled via the BookmarkColumns | 3530 # Bookmark export/import are handled via the BookmarkColumns |
| (...skipping 1561 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5092 "touch_hud", | 5092 "touch_hud", |
| 5093 "ui", | 5093 "ui", |
| 5094 ] | 5094 ] |
| 5095 | 5095 |
| 5096 if (is_linux && !is_android) { | 5096 if (is_linux && !is_android) { |
| 5097 deps += [ "//components/font_service:manifest" ] | 5097 deps += [ "//components/font_service:manifest" ] |
| 5098 packaged_services += [ "font_service" ] | 5098 packaged_services += [ "font_service" ] |
| 5099 } | 5099 } |
| 5100 } | 5100 } |
| 5101 } | 5101 } |
| OLD | NEW |