| 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 968 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 979 "data/webui/net_internals/log_view_painter.js", | 979 "data/webui/net_internals/log_view_painter.js", |
| 980 "data/webui/net_internals/main.js", | 980 "data/webui/net_internals/main.js", |
| 981 "data/webui/net_internals/net_internals_test.js", | 981 "data/webui/net_internals/net_internals_test.js", |
| 982 "data/webui/net_internals/prerender_view.js", | 982 "data/webui/net_internals/prerender_view.js", |
| 983 "data/webui/net_internals/sdch_view.js", | 983 "data/webui/net_internals/sdch_view.js", |
| 984 "data/webui/net_internals/timeline_view.js", | 984 "data/webui/net_internals/timeline_view.js", |
| 985 "data/webui/ntp4.js", | 985 "data/webui/ntp4.js", |
| 986 "data/webui/plugins_browsertest.js", | 986 "data/webui/plugins_browsertest.js", |
| 987 "data/webui/polymer_browser_test_base.js", | 987 "data/webui/polymer_browser_test_base.js", |
| 988 "data/webui/print_preview.js", | 988 "data/webui/print_preview.js", |
| 989 "data/webui/print_preview_destination_search_test.js", |
| 989 "data/webui/sandboxstatus_browsertest.js", | 990 "data/webui/sandboxstatus_browsertest.js", |
| 990 "data/webui/settings/advanced_page_browsertest.js", | 991 "data/webui/settings/advanced_page_browsertest.js", |
| 991 "data/webui/settings/animation_browsertest.js", | 992 "data/webui/settings/animation_browsertest.js", |
| 992 "data/webui/settings/basic_page_browsertest.js", | 993 "data/webui/settings/basic_page_browsertest.js", |
| 993 "data/webui/settings/bluetooth_page_browsertest_chromeos.js", | 994 "data/webui/settings/bluetooth_page_browsertest_chromeos.js", |
| 994 "data/webui/settings/cr_settings_browsertest.js", | 995 "data/webui/settings/cr_settings_browsertest.js", |
| 995 "data/webui/settings/easy_unlock_browsertest_chromeos.js", | 996 "data/webui/settings/easy_unlock_browsertest_chromeos.js", |
| 996 "data/webui/settings/help_page_browsertest.js", | 997 "data/webui/settings/help_page_browsertest.js", |
| 997 "data/webui/settings/languages_page_browsertest.js", | 998 "data/webui/settings/languages_page_browsertest.js", |
| 998 "data/webui/settings/on_startup_browsertest.js", | 999 "data/webui/settings/on_startup_browsertest.js", |
| (...skipping 4087 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5086 } | 5087 } |
| 5087 | 5088 |
| 5088 if (is_win) { | 5089 if (is_win) { |
| 5089 loadable_module("conflicts_dll") { | 5090 loadable_module("conflicts_dll") { |
| 5090 testonly = true | 5091 testonly = true |
| 5091 sources = [ | 5092 sources = [ |
| 5092 "conflicts/conflicts_dll.cc", | 5093 "conflicts/conflicts_dll.cc", |
| 5093 ] | 5094 ] |
| 5094 } | 5095 } |
| 5095 } | 5096 } |
| OLD | NEW |