| 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 1257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1268 "../browser/dom_distiller/tab_utils_browsertest.cc", | 1268 "../browser/dom_distiller/tab_utils_browsertest.cc", |
| 1269 "../browser/domain_reliability/browsertest.cc", | 1269 "../browser/domain_reliability/browsertest.cc", |
| 1270 "../browser/download/download_browsertest.cc", | 1270 "../browser/download/download_browsertest.cc", |
| 1271 "../browser/download/download_browsertest.h", | 1271 "../browser/download/download_browsertest.h", |
| 1272 "../browser/download/download_danger_prompt_browsertest.cc", | 1272 "../browser/download/download_danger_prompt_browsertest.cc", |
| 1273 "../browser/download/download_started_animation_browsertest.cc", | 1273 "../browser/download/download_started_animation_browsertest.cc", |
| 1274 "../browser/download/save_page_browsertest.cc", | 1274 "../browser/download/save_page_browsertest.cc", |
| 1275 "../browser/fast_shutdown_browsertest.cc", | 1275 "../browser/fast_shutdown_browsertest.cc", |
| 1276 "../browser/favicon/content_favicon_driver_browsertest.cc", | 1276 "../browser/favicon/content_favicon_driver_browsertest.cc", |
| 1277 "../browser/first_run/first_run_browsertest.cc", | 1277 "../browser/first_run/first_run_browsertest.cc", |
| 1278 "../browser/first_run/try_chrome_dialog_view_browsertest.cc", | 1278 "../browser/first_run/try_chrome_dialog_browsertest.cc", |
| 1279 "../browser/gcm/fake_gcm_profile_service.cc", | 1279 "../browser/gcm/fake_gcm_profile_service.cc", |
| 1280 "../browser/gcm/fake_gcm_profile_service.h", | 1280 "../browser/gcm/fake_gcm_profile_service.h", |
| 1281 "../browser/geolocation/access_token_store_browsertest.cc", | 1281 "../browser/geolocation/access_token_store_browsertest.cc", |
| 1282 "../browser/geolocation/geolocation_browsertest.cc", | 1282 "../browser/geolocation/geolocation_browsertest.cc", |
| 1283 "../browser/global_keyboard_shortcuts_mac_browsertest.mm", | 1283 "../browser/global_keyboard_shortcuts_mac_browsertest.mm", |
| 1284 "../browser/history/history_browsertest.cc", | 1284 "../browser/history/history_browsertest.cc", |
| 1285 "../browser/history/redirect_browsertest.cc", | 1285 "../browser/history/redirect_browsertest.cc", |
| 1286 "../browser/iframe_browsertest.cc", | 1286 "../browser/iframe_browsertest.cc", |
| 1287 "../browser/image_decoder_browsertest.cc", | 1287 "../browser/image_decoder_browsertest.cc", |
| 1288 "../browser/importer/edge_importer_browsertest_win.cc", | 1288 "../browser/importer/edge_importer_browsertest_win.cc", |
| (...skipping 3966 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5255 } | 5255 } |
| 5256 | 5256 |
| 5257 if (is_win) { | 5257 if (is_win) { |
| 5258 loadable_module("conflicts_dll") { | 5258 loadable_module("conflicts_dll") { |
| 5259 testonly = true | 5259 testonly = true |
| 5260 sources = [ | 5260 sources = [ |
| 5261 "conflicts/conflicts_dll.cc", | 5261 "conflicts/conflicts_dll.cc", |
| 5262 ] | 5262 ] |
| 5263 } | 5263 } |
| 5264 } | 5264 } |
| OLD | NEW |