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 383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
394 "../browser/ui/find_bar/find_bar_host_interactive_uitest.cc", | 394 "../browser/ui/find_bar/find_bar_host_interactive_uitest.cc", |
395 "../browser/ui/omnibox/omnibox_view_browsertest.cc", | 395 "../browser/ui/omnibox/omnibox_view_browsertest.cc", |
396 "../browser/ui/passwords/manage_passwords_test.cc", | 396 "../browser/ui/passwords/manage_passwords_test.cc", |
397 "../browser/ui/passwords/manage_passwords_test.h", | 397 "../browser/ui/passwords/manage_passwords_test.h", |
398 "../browser/ui/search/instant_extended_interactive_uitest.cc", | 398 "../browser/ui/search/instant_extended_interactive_uitest.cc", |
399 "../browser/ui/search/instant_extended_manual_interactive_uitest.cc", | 399 "../browser/ui/search/instant_extended_manual_interactive_uitest.cc", |
400 "../browser/ui/search/instant_test_utils.cc", | 400 "../browser/ui/search/instant_test_utils.cc", |
401 "../browser/ui/search/instant_test_utils.h", | 401 "../browser/ui/search/instant_test_utils.h", |
402 "../browser/ui/search/local_ntp_browsertest.cc", | 402 "../browser/ui/search/local_ntp_browsertest.cc", |
403 "../browser/ui/startup/startup_browser_creator_interactive_uitest.cc", | 403 "../browser/ui/startup/startup_browser_creator_interactive_uitest.cc", |
| 404 "../browser/ui/test/browser_dialog_browsertest.cc", |
| 405 "../browser/ui/test/test_browser_dialog.cc", |
| 406 "../browser/ui/test/test_browser_dialog.h", |
404 "../browser/ui/translate/translate_bubble_test_utils.h", | 407 "../browser/ui/translate/translate_bubble_test_utils.h", |
405 "../browser/ui/views/accessibility/navigation_accessibility_uitest_win.cc"
, | 408 "../browser/ui/views/accessibility/navigation_accessibility_uitest_win.cc"
, |
406 "../browser/ui/webui/options/language_dictionary_interactive_uitest.cc", | 409 "../browser/ui/webui/options/language_dictionary_interactive_uitest.cc", |
407 "../browser/ui/webui/options/language_options_interactive_uitest.cc", | 410 "../browser/ui/webui/options/language_options_interactive_uitest.cc", |
408 "//ui/base/clipboard/clipboard_android_unittest.cc", | 411 "//ui/base/clipboard/clipboard_android_unittest.cc", |
409 "//ui/base/clipboard/clipboard_unittest.cc", | 412 "//ui/base/clipboard/clipboard_unittest.cc", |
410 "base/always_on_top_window_killer_win.cc", | 413 "base/always_on_top_window_killer_win.cc", |
411 "base/always_on_top_window_killer_win.h", | 414 "base/always_on_top_window_killer_win.h", |
412 "base/interactive_test_utils.cc", | 415 "base/interactive_test_utils.cc", |
413 "base/interactive_test_utils.h", | 416 "base/interactive_test_utils.h", |
(...skipping 4825 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5239 } | 5242 } |
5240 | 5243 |
5241 if (is_win) { | 5244 if (is_win) { |
5242 loadable_module("conflicts_dll") { | 5245 loadable_module("conflicts_dll") { |
5243 testonly = true | 5246 testonly = true |
5244 sources = [ | 5247 sources = [ |
5245 "conflicts/conflicts_dll.cc", | 5248 "conflicts/conflicts_dll.cc", |
5246 ] | 5249 ] |
5247 } | 5250 } |
5248 } | 5251 } |
OLD | NEW |