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 1298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1309 "../browser/apps/app_shim/test/app_shim_host_manager_test_api_mac.cc", | 1309 "../browser/apps/app_shim/test/app_shim_host_manager_test_api_mac.cc", |
1310 "../browser/apps/app_shim/test/app_shim_host_manager_test_api_mac.h", | 1310 "../browser/apps/app_shim/test/app_shim_host_manager_test_api_mac.h", |
1311 "../browser/apps/app_speech_recognition_browsertest.cc", | 1311 "../browser/apps/app_speech_recognition_browsertest.cc", |
1312 "../browser/apps/app_url_redirector_browsertest.cc", | 1312 "../browser/apps/app_url_redirector_browsertest.cc", |
1313 "../browser/apps/app_window_browsertest.cc", | 1313 "../browser/apps/app_window_browsertest.cc", |
1314 "../browser/apps/event_page_browsertest.cc", | 1314 "../browser/apps/event_page_browsertest.cc", |
1315 "../browser/apps/guest_view/app_view_browsertest.cc", | 1315 "../browser/apps/guest_view/app_view_browsertest.cc", |
1316 "../browser/apps/guest_view/extension_view/extension_view_browsertest.cc", | 1316 "../browser/apps/guest_view/extension_view/extension_view_browsertest.cc", |
1317 "../browser/apps/guest_view/web_view_browsertest.cc", | 1317 "../browser/apps/guest_view/web_view_browsertest.cc", |
1318 "../browser/apps/service_worker_browsertest.cc", | 1318 "../browser/apps/service_worker_browsertest.cc", |
1319 "../browser/apps/window_controls_browsertest.cc", | |
1320 "../browser/autocomplete/autocomplete_browsertest.cc", | 1319 "../browser/autocomplete/autocomplete_browsertest.cc", |
1321 "../browser/autofill/autofill_browsertest.cc", | 1320 "../browser/autofill/autofill_browsertest.cc", |
1322 "../browser/autofill/autofill_server_browsertest.cc", | 1321 "../browser/autofill/autofill_server_browsertest.cc", |
1323 "../browser/autofill/content_autofill_driver_browsertest.cc", | 1322 "../browser/autofill/content_autofill_driver_browsertest.cc", |
1324 "../browser/autofill/form_structure_browsertest.cc", | 1323 "../browser/autofill/form_structure_browsertest.cc", |
1325 "../browser/banners/app_banner_manager_browsertest.cc", | 1324 "../browser/banners/app_banner_manager_browsertest.cc", |
1326 "../browser/bitmap_fetcher/bitmap_fetcher_browsertest.cc", | 1325 "../browser/bitmap_fetcher/bitmap_fetcher_browsertest.cc", |
1327 "../browser/browser_encoding_browsertest.cc", | 1326 "../browser/browser_encoding_browsertest.cc", |
1328 "../browser/browsing_data/autofill_counter_browsertest.cc", | 1327 "../browser/browsing_data/autofill_counter_browsertest.cc", |
1329 "../browser/browsing_data/browsing_data_cache_storage_helper_browsertest.c
c", | 1328 "../browser/browsing_data/browsing_data_cache_storage_helper_browsertest.c
c", |
(...skipping 3821 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5151 } | 5150 } |
5152 | 5151 |
5153 if (is_win) { | 5152 if (is_win) { |
5154 loadable_module("conflicts_dll") { | 5153 loadable_module("conflicts_dll") { |
5155 testonly = true | 5154 testonly = true |
5156 sources = [ | 5155 sources = [ |
5157 "conflicts/conflicts_dll.cc", | 5156 "conflicts/conflicts_dll.cc", |
5158 ] | 5157 ] |
5159 } | 5158 } |
5160 } | 5159 } |
OLD | NEW |