| 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 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |