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

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

Issue 2743563006: Componentize safe_browsing [+1]: move protos to component
Patch Set: fix ipc_protobuf issue in test Created 3 years, 9 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 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 "ppapi/ppapi_test.cc", 334 "ppapi/ppapi_test.cc",
335 "ppapi/ppapi_test.h", 335 "ppapi/ppapi_test.h",
336 ] 336 ]
337 } 337 }
338 } 338 }
339 339
340 import("//third_party/protobuf/proto_library.gni") 340 import("//third_party/protobuf/proto_library.gni")
341 341
342 proto_library("test_proto") { 342 proto_library("test_proto") {
343 sources = [ 343 sources = [
344 "../common/safe_browsing/ipc_protobuf_message_test.proto", 344 "//components/safe_browsing/common/ipc_protobuf_message_test.proto",
345 ] 345 ]
346 } 346 }
347 347
348 test("interactive_ui_tests") { 348 test("interactive_ui_tests") {
349 sources = [ 349 sources = [
350 "../browser/apps/app_browsertest_util.cc", 350 "../browser/apps/app_browsertest_util.cc",
351 "../browser/apps/app_browsertest_util.h", 351 "../browser/apps/app_browsertest_util.h",
352 "../browser/apps/app_pointer_lock_interactive_uitest.cc", 352 "../browser/apps/app_pointer_lock_interactive_uitest.cc",
353 "../browser/apps/app_shim/app_shim_interactive_uitest_mac.mm", 353 "../browser/apps/app_shim/app_shim_interactive_uitest_mac.mm",
354 "../browser/apps/app_shim/app_shim_quit_interactive_uitest_mac.mm", 354 "../browser/apps/app_shim/app_shim_quit_interactive_uitest_mac.mm",
(...skipping 4829 matching lines...) Expand 10 before | Expand all | Expand 10 after
5184 } 5184 }
5185 5185
5186 if (is_win) { 5186 if (is_win) {
5187 loadable_module("conflicts_dll") { 5187 loadable_module("conflicts_dll") {
5188 testonly = true 5188 testonly = true
5189 sources = [ 5189 sources = [
5190 "conflicts/conflicts_dll.cc", 5190 "conflicts/conflicts_dll.cc",
5191 ] 5191 ]
5192 } 5192 }
5193 } 5193 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698