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

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

Issue 2743563006: Componentize safe_browsing [+1]: move protos to component
Patch Set: fix remaining proto references 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
« no previous file with comments | « chrome/renderer/safe_browsing/scorer_unittest.cc ('k') | chrome/tools/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4826 matching lines...) Expand 10 before | Expand all | Expand 10 after
5181 } 5181 }
5182 5182
5183 if (is_win) { 5183 if (is_win) {
5184 loadable_module("conflicts_dll") { 5184 loadable_module("conflicts_dll") {
5185 testonly = true 5185 testonly = true
5186 sources = [ 5186 sources = [
5187 "conflicts/conflicts_dll.cc", 5187 "conflicts/conflicts_dll.cc",
5188 ] 5188 ]
5189 } 5189 }
5190 } 5190 }
OLDNEW
« no previous file with comments | « chrome/renderer/safe_browsing/scorer_unittest.cc ('k') | chrome/tools/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698