Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(450)

Side by Side Diff: chrome/test/BUILD.gn

Issue 2086223002: Convert instant search messages to Mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 3383 matching lines...) Expand 10 before | Expand all | Expand 10 after
3394 # dependencies block below, rather than here. 3394 # dependencies block below, rather than here.
3395 # Unit tests should only depend on: 3395 # Unit tests should only depend on:
3396 # 1) everything that the chrome binaries depend on: 3396 # 1) everything that the chrome binaries depend on:
3397 "//chrome:browser_dependencies", 3397 "//chrome:browser_dependencies",
3398 "//chrome:child_dependencies", 3398 "//chrome:child_dependencies",
3399 3399
3400 # 2) test-specific support libraries: 3400 # 2) test-specific support libraries:
3401 ":test_support", 3401 ":test_support",
3402 ":test_support_unit", 3402 ":test_support_unit",
3403 "//base/test:test_support", 3403 "//base/test:test_support",
3404 "//chrome/common:test_support",
3404 "//components/browser_sync:test_support", 3405 "//components/browser_sync:test_support",
3405 "//components/content_settings/core/test:test_support", 3406 "//components/content_settings/core/test:test_support",
3406 "//components/resources", 3407 "//components/resources",
3407 "//components/sync:test_support_sync_core", 3408 "//components/sync:test_support_sync_core",
3408 "//components/sync:test_support_sync_core_impl", 3409 "//components/sync:test_support_sync_core_impl",
3409 "//components/sync:test_support_sync_model", 3410 "//components/sync:test_support_sync_model",
3410 "//components/sync_sessions:test_support", 3411 "//components/sync_sessions:test_support",
3411 "//content/public/app:both", 3412 "//content/public/app:both",
3412 "//content/test:test_support", 3413 "//content/test:test_support",
3413 "//crypto:platform", 3414 "//crypto:platform",
(...skipping 1610 matching lines...) Expand 10 before | Expand all | Expand 10 after
5024 "touch_hud", 5025 "touch_hud",
5025 "ui", 5026 "ui",
5026 ] 5027 ]
5027 5028
5028 if (is_linux && !is_android) { 5029 if (is_linux && !is_android) {
5029 deps += [ "//components/font_service:manifest" ] 5030 deps += [ "//components/font_service:manifest" ]
5030 packaged_services += [ "font_service" ] 5031 packaged_services += [ "font_service" ]
5031 } 5032 }
5032 } 5033 }
5033 } 5034 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698