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 1287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1298 "../browser/apps/app_shim/test/app_shim_host_manager_test_api_mac.cc", | 1298 "../browser/apps/app_shim/test/app_shim_host_manager_test_api_mac.cc", |
1299 "../browser/apps/app_shim/test/app_shim_host_manager_test_api_mac.h", | 1299 "../browser/apps/app_shim/test/app_shim_host_manager_test_api_mac.h", |
1300 "../browser/apps/app_speech_recognition_browsertest.cc", | 1300 "../browser/apps/app_speech_recognition_browsertest.cc", |
1301 "../browser/apps/app_url_redirector_browsertest.cc", | 1301 "../browser/apps/app_url_redirector_browsertest.cc", |
1302 "../browser/apps/app_window_browsertest.cc", | 1302 "../browser/apps/app_window_browsertest.cc", |
1303 "../browser/apps/event_page_browsertest.cc", | 1303 "../browser/apps/event_page_browsertest.cc", |
1304 "../browser/apps/guest_view/app_view_browsertest.cc", | 1304 "../browser/apps/guest_view/app_view_browsertest.cc", |
1305 "../browser/apps/guest_view/extension_view/extension_view_browsertest.cc", | 1305 "../browser/apps/guest_view/extension_view/extension_view_browsertest.cc", |
1306 "../browser/apps/guest_view/web_view_browsertest.cc", | 1306 "../browser/apps/guest_view/web_view_browsertest.cc", |
1307 "../browser/apps/service_worker_browsertest.cc", | 1307 "../browser/apps/service_worker_browsertest.cc", |
1308 "../browser/apps/window_controls_browsertest.cc", | |
1309 "../browser/autocomplete/autocomplete_browsertest.cc", | 1308 "../browser/autocomplete/autocomplete_browsertest.cc", |
1310 "../browser/autofill/autofill_browsertest.cc", | 1309 "../browser/autofill/autofill_browsertest.cc", |
1311 "../browser/autofill/autofill_server_browsertest.cc", | 1310 "../browser/autofill/autofill_server_browsertest.cc", |
1312 "../browser/autofill/content_autofill_driver_browsertest.cc", | 1311 "../browser/autofill/content_autofill_driver_browsertest.cc", |
1313 "../browser/autofill/form_structure_browsertest.cc", | 1312 "../browser/autofill/form_structure_browsertest.cc", |
1314 "../browser/banners/app_banner_manager_browsertest.cc", | 1313 "../browser/banners/app_banner_manager_browsertest.cc", |
1315 "../browser/bitmap_fetcher/bitmap_fetcher_browsertest.cc", | 1314 "../browser/bitmap_fetcher/bitmap_fetcher_browsertest.cc", |
1316 "../browser/browser_encoding_browsertest.cc", | 1315 "../browser/browser_encoding_browsertest.cc", |
1317 "../browser/browsing_data/autofill_counter_browsertest.cc", | 1316 "../browser/browsing_data/autofill_counter_browsertest.cc", |
1318 "../browser/browsing_data/browsing_data_cache_storage_helper_browsertest.c
c", | 1317 "../browser/browsing_data/browsing_data_cache_storage_helper_browsertest.c
c", |
(...skipping 3777 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5096 } | 5095 } |
5097 | 5096 |
5098 if (is_win) { | 5097 if (is_win) { |
5099 loadable_module("conflicts_dll") { | 5098 loadable_module("conflicts_dll") { |
5100 testonly = true | 5099 testonly = true |
5101 sources = [ | 5100 sources = [ |
5102 "conflicts/conflicts_dll.cc", | 5101 "conflicts/conflicts_dll.cc", |
5103 ] | 5102 ] |
5104 } | 5103 } |
5105 } | 5104 } |
OLD | NEW |