| 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 3236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3247 "../browser/subresource_filter/test_ruleset_publisher.cc", | 3247 "../browser/subresource_filter/test_ruleset_publisher.cc", |
| 3248 "../browser/subresource_filter/test_ruleset_publisher.h", | 3248 "../browser/subresource_filter/test_ruleset_publisher.h", |
| 3249 "../browser/sync/profile_sync_service_factory_unittest.cc", | 3249 "../browser/sync/profile_sync_service_factory_unittest.cc", |
| 3250 "../browser/sync/sessions/sync_sessions_web_contents_router_unittest.cc", | 3250 "../browser/sync/sessions/sync_sessions_web_contents_router_unittest.cc", |
| 3251 "../browser/sync/sync_startup_tracker_unittest.cc", | 3251 "../browser/sync/sync_startup_tracker_unittest.cc", |
| 3252 "../browser/task_profiler/task_profiler_data_serializer_unittest.cc", | 3252 "../browser/task_profiler/task_profiler_data_serializer_unittest.cc", |
| 3253 "../browser/thumbnails/content_analysis_unittest.cc", | 3253 "../browser/thumbnails/content_analysis_unittest.cc", |
| 3254 "../browser/thumbnails/content_based_thumbnailing_algorithm_unittest.cc", | 3254 "../browser/thumbnails/content_based_thumbnailing_algorithm_unittest.cc", |
| 3255 "../browser/thumbnails/simple_thumbnail_crop_unittest.cc", | 3255 "../browser/thumbnails/simple_thumbnail_crop_unittest.cc", |
| 3256 "../browser/thumbnails/thumbnail_service_unittest.cc", | 3256 "../browser/thumbnails/thumbnail_service_unittest.cc", |
| 3257 "../browser/translate/chrome_translate_client_unittest.cc", |
| 3257 "../browser/translate/language_model_factory_unittest.cc", | 3258 "../browser/translate/language_model_factory_unittest.cc", |
| 3258 "../browser/translate/translate_service_unittest.cc", | 3259 "../browser/translate/translate_service_unittest.cc", |
| 3259 "../browser/ui/android/tab_model/tab_model_list_unittest.cc", | 3260 "../browser/ui/android/tab_model/tab_model_list_unittest.cc", |
| 3260 "../browser/ui/android/tab_model/tab_model_unittest.cc", | 3261 "../browser/ui/android/tab_model/tab_model_unittest.cc", |
| 3261 "../browser/ui/autofill/autofill_dialog_models_unittest.cc", | 3262 "../browser/ui/autofill/autofill_dialog_models_unittest.cc", |
| 3262 "../browser/ui/autofill/autofill_popup_layout_model_unittest.cc", | 3263 "../browser/ui/autofill/autofill_popup_layout_model_unittest.cc", |
| 3263 "../browser/ui/autofill/popup_view_common_unittest.cc", | 3264 "../browser/ui/autofill/popup_view_common_unittest.cc", |
| 3264 "../browser/ui/bookmarks/bookmark_editor_unittest.cc", | 3265 "../browser/ui/bookmarks/bookmark_editor_unittest.cc", |
| 3265 "../browser/ui/bookmarks/bookmark_ui_utils_desktop_unittest.cc", | 3266 "../browser/ui/bookmarks/bookmark_ui_utils_desktop_unittest.cc", |
| 3266 "../browser/ui/bookmarks/recently_used_folders_combo_model_unittest.cc", | 3267 "../browser/ui/bookmarks/recently_used_folders_combo_model_unittest.cc", |
| (...skipping 1861 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5128 } | 5129 } |
| 5129 | 5130 |
| 5130 if (is_win) { | 5131 if (is_win) { |
| 5131 loadable_module("conflicts_dll") { | 5132 loadable_module("conflicts_dll") { |
| 5132 testonly = true | 5133 testonly = true |
| 5133 sources = [ | 5134 sources = [ |
| 5134 "conflicts/conflicts_dll.cc", | 5135 "conflicts/conflicts_dll.cc", |
| 5135 ] | 5136 ] |
| 5136 } | 5137 } |
| 5137 } | 5138 } |
| OLD | NEW |