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 1982 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1993 "../browser/extensions/web_contents_browsertest.cc", | 1993 "../browser/extensions/web_contents_browsertest.cc", |
1994 "../browser/extensions/webstore_inline_installer_browsertest.cc", | 1994 "../browser/extensions/webstore_inline_installer_browsertest.cc", |
1995 "../browser/extensions/webstore_installer_browsertest.cc", | 1995 "../browser/extensions/webstore_installer_browsertest.cc", |
1996 "../browser/extensions/webstore_installer_test.cc", | 1996 "../browser/extensions/webstore_installer_test.cc", |
1997 "../browser/extensions/webstore_installer_test.h", | 1997 "../browser/extensions/webstore_installer_test.h", |
1998 "../browser/extensions/webstore_reinstaller_browsertest.cc", | 1998 "../browser/extensions/webstore_reinstaller_browsertest.cc", |
1999 "../browser/extensions/webstore_startup_installer_browsertest.cc", | 1999 "../browser/extensions/webstore_startup_installer_browsertest.cc", |
2000 "../browser/extensions/window_open_apitest.cc", | 2000 "../browser/extensions/window_open_apitest.cc", |
2001 "../browser/safe_browsing/chrome_cleaner/settings_resetter_browsertest_w
in.cc", | 2001 "../browser/safe_browsing/chrome_cleaner/settings_resetter_browsertest_w
in.cc", |
2002 "../browser/safe_browsing/settings_reset_prompt/default_settings_fetcher
_browsertest.cc", | 2002 "../browser/safe_browsing/settings_reset_prompt/default_settings_fetcher
_browsertest.cc", |
| 2003 "../browser/safe_browsing/settings_reset_prompt/settings_reset_dependenc
y_browsertest_win.cc", |
2003 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_mo
del_browsertest_win.cc", | 2004 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_mo
del_browsertest_win.cc", |
2004 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_te
st_utils.cc", | 2005 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_te
st_utils.cc", |
2005 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_te
st_utils.h", | 2006 "../browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_te
st_utils.h", |
2006 ] | 2007 ] |
2007 | 2008 |
2008 deps += [ | 2009 deps += [ |
2009 "//chrome/common/extensions/api", | 2010 "//chrome/common/extensions/api", |
2010 "//components/guest_view/browser:test_support", | 2011 "//components/guest_view/browser:test_support", |
2011 | 2012 |
2012 # TODO(rockot) bug 505926: The chrome_extensions_browsertests target | 2013 # TODO(rockot) bug 505926: The chrome_extensions_browsertests target |
(...skipping 3197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5210 } | 5211 } |
5211 | 5212 |
5212 if (is_win) { | 5213 if (is_win) { |
5213 loadable_module("conflicts_dll") { | 5214 loadable_module("conflicts_dll") { |
5214 testonly = true | 5215 testonly = true |
5215 sources = [ | 5216 sources = [ |
5216 "conflicts/conflicts_dll.cc", | 5217 "conflicts/conflicts_dll.cc", |
5217 ] | 5218 ] |
5218 } | 5219 } |
5219 } | 5220 } |
OLD | NEW |