| 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 997 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1008 "data/webui/net_internals/log_view_painter.js", | 1008 "data/webui/net_internals/log_view_painter.js", |
| 1009 "data/webui/net_internals/main.js", | 1009 "data/webui/net_internals/main.js", |
| 1010 "data/webui/net_internals/net_internals_test.js", | 1010 "data/webui/net_internals/net_internals_test.js", |
| 1011 "data/webui/net_internals/prerender_view.js", | 1011 "data/webui/net_internals/prerender_view.js", |
| 1012 "data/webui/net_internals/sdch_view.js", | 1012 "data/webui/net_internals/sdch_view.js", |
| 1013 "data/webui/net_internals/timeline_view.js", | 1013 "data/webui/net_internals/timeline_view.js", |
| 1014 "data/webui/ntp4.js", | 1014 "data/webui/ntp4.js", |
| 1015 "data/webui/plugins_browsertest.js", | 1015 "data/webui/plugins_browsertest.js", |
| 1016 "data/webui/polymer_browser_test_base.js", | 1016 "data/webui/polymer_browser_test_base.js", |
| 1017 "data/webui/print_preview.js", | 1017 "data/webui/print_preview.js", |
| 1018 "data/webui/print_preview_destination_search_test.js", |
| 1018 "data/webui/sandboxstatus_browsertest.js", | 1019 "data/webui/sandboxstatus_browsertest.js", |
| 1019 "data/webui/settings/advanced_page_browsertest.js", | 1020 "data/webui/settings/advanced_page_browsertest.js", |
| 1020 "data/webui/settings/animation_browsertest.js", | 1021 "data/webui/settings/animation_browsertest.js", |
| 1021 "data/webui/settings/basic_page_browsertest.js", | 1022 "data/webui/settings/basic_page_browsertest.js", |
| 1022 "data/webui/settings/bluetooth_page_browsertest_chromeos.js", | 1023 "data/webui/settings/bluetooth_page_browsertest_chromeos.js", |
| 1023 "data/webui/settings/cr_settings_browsertest.js", | 1024 "data/webui/settings/cr_settings_browsertest.js", |
| 1024 "data/webui/settings/easy_unlock_browsertest_chromeos.js", | 1025 "data/webui/settings/easy_unlock_browsertest_chromeos.js", |
| 1025 "data/webui/settings/help_page_browsertest.js", | 1026 "data/webui/settings/help_page_browsertest.js", |
| 1026 "data/webui/settings/languages_page_browsertest.js", | 1027 "data/webui/settings/languages_page_browsertest.js", |
| 1027 "data/webui/settings/on_startup_browsertest.js", | 1028 "data/webui/settings/on_startup_browsertest.js", |
| (...skipping 4068 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5096 } | 5097 } |
| 5097 | 5098 |
| 5098 if (is_win) { | 5099 if (is_win) { |
| 5099 loadable_module("conflicts_dll") { | 5100 loadable_module("conflicts_dll") { |
| 5100 testonly = true | 5101 testonly = true |
| 5101 sources = [ | 5102 sources = [ |
| 5102 "conflicts/conflicts_dll.cc", | 5103 "conflicts/conflicts_dll.cc", |
| 5103 ] | 5104 ] |
| 5104 } | 5105 } |
| 5105 } | 5106 } |
| OLD | NEW |