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 2011 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2022 ] | 2022 ] |
2023 deps += [ "//components/nacl/renderer/plugin:nacl_trusted_plugin" ] | 2023 deps += [ "//components/nacl/renderer/plugin:nacl_trusted_plugin" ] |
2024 | 2024 |
2025 data_deps += [ | 2025 data_deps += [ |
2026 "//chrome/test/data/nacl", | 2026 "//chrome/test/data/nacl", |
2027 "//ppapi/native_client:irt", | 2027 "//ppapi/native_client:irt", |
2028 "//ppapi:ppapi_nacl_tests_all", | 2028 "//ppapi:ppapi_nacl_tests_all", |
2029 "//ppapi/tests/extensions", | 2029 "//ppapi/tests/extensions", |
2030 ] | 2030 ] |
2031 if (is_chromeos) { | 2031 if (is_chromeos) { |
2032 sources += [ "//third_party/liblouis/nacl_wrapper/liblouis_wrapper_brows
ertest.cc" ] | 2032 sources += [ |
| 2033 "../browser/ui/views/extensions/request_file_system_dialog_browsertest
.cc", |
| 2034 "//third_party/liblouis/nacl_wrapper/liblouis_wrapper_browsertest.cc", |
| 2035 ] |
2033 deps += [ "//chrome/browser/chromeos" ] | 2036 deps += [ "//chrome/browser/chromeos" ] |
2034 data_deps += [ "//third_party/liblouis:liblouis_test_data" ] | 2037 data_deps += [ "//third_party/liblouis:liblouis_test_data" ] |
2035 } else if (is_linux || is_win) { | 2038 } else if (is_linux || is_win) { |
2036 sources += [ | 2039 sources += [ |
2037 "../browser/ui/views/ime/ime_warning_bubble_browsertest.cc", | 2040 "../browser/ui/views/ime/ime_warning_bubble_browsertest.cc", |
2038 "../browser/ui/views/ime/ime_window_browsertest.cc", | 2041 "../browser/ui/views/ime/ime_window_browsertest.cc", |
2039 ] | 2042 ] |
2040 } | 2043 } |
2041 | 2044 |
2042 if (is_win || is_linux) { | 2045 if (is_win || is_linux) { |
(...skipping 3200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5243 } | 5246 } |
5244 | 5247 |
5245 if (is_win) { | 5248 if (is_win) { |
5246 loadable_module("conflicts_dll") { | 5249 loadable_module("conflicts_dll") { |
5247 testonly = true | 5250 testonly = true |
5248 sources = [ | 5251 sources = [ |
5249 "conflicts/conflicts_dll.cc", | 5252 "conflicts/conflicts_dll.cc", |
5250 ] | 5253 ] |
5251 } | 5254 } |
5252 } | 5255 } |
OLD | NEW |