| 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/features.gni") | 6 import("//build/config/features.gni") |
| 6 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 7 import("//testing/test.gni") | 8 import("//testing/test.gni") |
| 8 import("//tools/grit/repack.gni") | 9 import("//tools/grit/repack.gni") |
| 9 | 10 |
| 10 if (is_android) { | 11 if (is_android) { |
| 11 import("//build/config/android/rules.gni") | 12 import("//build/config/android/rules.gni") |
| 12 } | 13 } |
| 13 | 14 |
| 14 if (is_ios) { | 15 if (is_ios) { |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 "//components/physical_web/data_source:unit_tests", | 113 "//components/physical_web/data_source:unit_tests", |
| 113 "//components/precache/core:unit_tests", | 114 "//components/precache/core:unit_tests", |
| 114 "//components/prefs:unit_tests", | 115 "//components/prefs:unit_tests", |
| 115 "//components/previews/core:unit_tests", | 116 "//components/previews/core:unit_tests", |
| 116 "//components/proxy_config:unit_tests", | 117 "//components/proxy_config:unit_tests", |
| 117 "//components/query_parser:unit_tests", | 118 "//components/query_parser:unit_tests", |
| 118 "//components/rappor:unit_tests", | 119 "//components/rappor:unit_tests", |
| 119 "//components/search:unit_tests", | 120 "//components/search:unit_tests", |
| 120 "//components/search_engines:unit_tests", | 121 "//components/search_engines:unit_tests", |
| 121 "//components/search_provider_logos:unit_tests", | 122 "//components/search_provider_logos:unit_tests", |
| 122 "//components/security_state:unit_tests", | 123 "//components/security_state/core:unit_tests", |
| 123 "//components/sessions:unit_tests", | 124 "//components/sessions:unit_tests", |
| 124 "//components/signin/core/browser:unit_tests", | 125 "//components/signin/core/browser:unit_tests", |
| 125 "//components/ssl_config:unit_tests", | 126 "//components/ssl_config:unit_tests", |
| 126 "//components/ssl_errors:unit_tests", | 127 "//components/ssl_errors:unit_tests", |
| 127 "//components/subresource_filter/core/browser:unit_tests", | 128 "//components/subresource_filter/core/browser:unit_tests", |
| 128 "//components/subresource_filter/core/common:unit_tests", | 129 "//components/subresource_filter/core/common:unit_tests", |
| 129 "//components/suggestions:unit_tests", | 130 "//components/suggestions:unit_tests", |
| 130 "//components/supervised_user_error_page:unit_tests", | 131 "//components/supervised_user_error_page:unit_tests", |
| 131 "//components/sync:unit_tests", | 132 "//components/sync:unit_tests", |
| 132 "//components/sync_bookmarks:unit_tests", | 133 "//components/sync_bookmarks:unit_tests", |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 182 "//components/keyed_service/content:unit_tests", | 183 "//components/keyed_service/content:unit_tests", |
| 183 "//components/link_header_util:unit_tests", | 184 "//components/link_header_util:unit_tests", |
| 184 "//components/navigation_interception:unit_tests", | 185 "//components/navigation_interception:unit_tests", |
| 185 "//components/network_hints/renderer:unit_tests", | 186 "//components/network_hints/renderer:unit_tests", |
| 186 "//components/packed_ct_ev_whitelist:unit_tests", | 187 "//components/packed_ct_ev_whitelist:unit_tests", |
| 187 "//components/password_manager/content/browser:unit_tests", | 188 "//components/password_manager/content/browser:unit_tests", |
| 188 "//components/power:unit_tests", | 189 "//components/power:unit_tests", |
| 189 "//components/precache/content:unit_tests", | 190 "//components/precache/content:unit_tests", |
| 190 "//components/safe_browsing_db:unit_tests", | 191 "//components/safe_browsing_db:unit_tests", |
| 191 "//components/safe_json:unit_tests", | 192 "//components/safe_json:unit_tests", |
| 193 "//components/security_state/content:unit_tests", |
| 192 "//components/spellcheck/browser:unit_tests", | 194 "//components/spellcheck/browser:unit_tests", |
| 193 "//components/spellcheck/renderer:unit_tests", | 195 "//components/spellcheck/renderer:unit_tests", |
| 194 "//components/subresource_filter/content/browser:unit_tests", | 196 "//components/subresource_filter/content/browser:unit_tests", |
| 195 "//components/subresource_filter/content/renderer:unit_tests", | 197 "//components/subresource_filter/content/renderer:unit_tests", |
| 196 "//components/tracing:unit_tests", | 198 "//components/tracing:unit_tests", |
| 197 "//components/visitedlink/test:unit_tests", | 199 "//components/visitedlink/test:unit_tests", |
| 198 "//components/wallpaper:unit_tests", | 200 "//components/wallpaper:unit_tests", |
| 199 "//components/web_cache/browser:unit_tests", | 201 "//components/web_cache/browser:unit_tests", |
| 200 "//components/webcrypto:unit_tests", | 202 "//components/webcrypto:unit_tests", |
| 201 "//components/zoom:unit_tests", | 203 "//components/zoom:unit_tests", |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 sources = [ | 309 sources = [ |
| 308 "$root_gen_dir/components/components_resources.pak", | 310 "$root_gen_dir/components/components_resources.pak", |
| 309 "$root_gen_dir/components/strings/components_strings_en-US.pak", | 311 "$root_gen_dir/components/strings/components_strings_en-US.pak", |
| 310 ] | 312 ] |
| 311 | 313 |
| 312 output = "$root_out_dir/components_tests_resources.pak" | 314 output = "$root_out_dir/components_tests_resources.pak" |
| 313 deps = [ | 315 deps = [ |
| 314 "//components/resources", | 316 "//components/resources", |
| 315 "//components/strings", | 317 "//components/strings", |
| 316 ] | 318 ] |
| 319 |
| 320 if (is_chrome_branded) { |
| 321 sources += [ "${root_gen_dir}/components/strings/components_google_chrome_st
rings_en-US.pak" ] |
| 322 } else { |
| 323 sources += [ "${root_gen_dir}/components/strings/components_chromium_strings
_en-US.pak" ] |
| 324 } |
| 317 } | 325 } |
| 318 | 326 |
| 319 if (is_android) { | 327 if (is_android) { |
| 320 android_assets("components_browsertests_assets") { | 328 android_assets("components_browsertests_assets") { |
| 321 testonly = true | 329 testonly = true |
| 322 sources = [ | 330 sources = [ |
| 323 "$root_out_dir/components_tests_resources.pak", | 331 "$root_out_dir/components_tests_resources.pak", |
| 324 "$root_out_dir/content_shell.pak", | 332 "$root_out_dir/content_shell.pak", |
| 325 ] | 333 ] |
| 326 deps = [ | 334 deps = [ |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 471 | 479 |
| 472 deps = [ | 480 deps = [ |
| 473 "//base", | 481 "//base", |
| 474 "//components/test:test_support", | 482 "//components/test:test_support", |
| 475 "//components/visitedlink/browser", | 483 "//components/visitedlink/browser", |
| 476 "//testing/perf", | 484 "//testing/perf", |
| 477 "//url", | 485 "//url", |
| 478 ] | 486 ] |
| 479 } | 487 } |
| 480 } | 488 } |
| OLD | NEW |