| 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 1949 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1960 if (enable_nacl_nonsfi) { | 1960 if (enable_nacl_nonsfi) { |
| 1961 data_deps += [ "//components/nacl/loader:helper_nonsfi" ] | 1961 data_deps += [ "//components/nacl/loader:helper_nonsfi" ] |
| 1962 } | 1962 } |
| 1963 } | 1963 } |
| 1964 } | 1964 } |
| 1965 | 1965 |
| 1966 if (enable_extensions) { | 1966 if (enable_extensions) { |
| 1967 sources += [ | 1967 sources += [ |
| 1968 "../browser/apps/app_browsertest_util.cc", | 1968 "../browser/apps/app_browsertest_util.cc", |
| 1969 "../browser/apps/app_browsertest_util.h", | 1969 "../browser/apps/app_browsertest_util.h", |
| 1970 "../browser/extensions/bookmark_app_helper_browsertest.cc", |
| 1970 "../browser/extensions/browsertest_util.cc", | 1971 "../browser/extensions/browsertest_util.cc", |
| 1971 "../browser/extensions/browsertest_util.h", | 1972 "../browser/extensions/browsertest_util.h", |
| 1972 "../browser/extensions/extension_apitest.cc", | 1973 "../browser/extensions/extension_apitest.cc", |
| 1973 "../browser/extensions/extension_apitest.h", | 1974 "../browser/extensions/extension_apitest.h", |
| 1974 "../browser/extensions/extension_browsertest.cc", | 1975 "../browser/extensions/extension_browsertest.cc", |
| 1975 "../browser/extensions/extension_browsertest.h", | 1976 "../browser/extensions/extension_browsertest.h", |
| 1976 "../browser/extensions/extension_function_test_utils.cc", | 1977 "../browser/extensions/extension_function_test_utils.cc", |
| 1977 "../browser/extensions/extension_function_test_utils.h", | 1978 "../browser/extensions/extension_function_test_utils.h", |
| 1978 "../browser/extensions/extension_with_management_policy_apitest.cc", | 1979 "../browser/extensions/extension_with_management_policy_apitest.cc", |
| 1979 "../browser/extensions/extension_with_management_policy_apitest.h", | 1980 "../browser/extensions/extension_with_management_policy_apitest.h", |
| (...skipping 3162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5142 } | 5143 } |
| 5143 | 5144 |
| 5144 if (is_win) { | 5145 if (is_win) { |
| 5145 loadable_module("conflicts_dll") { | 5146 loadable_module("conflicts_dll") { |
| 5146 testonly = true | 5147 testonly = true |
| 5147 sources = [ | 5148 sources = [ |
| 5148 "conflicts/conflicts_dll.cc", | 5149 "conflicts/conflicts_dll.cc", |
| 5149 ] | 5150 ] |
| 5150 } | 5151 } |
| 5151 } | 5152 } |
| OLD | NEW |