| 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 3253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3264 "../browser/subresource_filter/test_ruleset_publisher.cc", | 3264 "../browser/subresource_filter/test_ruleset_publisher.cc", |
| 3265 "../browser/subresource_filter/test_ruleset_publisher.h", | 3265 "../browser/subresource_filter/test_ruleset_publisher.h", |
| 3266 "../browser/sync/profile_sync_service_factory_unittest.cc", | 3266 "../browser/sync/profile_sync_service_factory_unittest.cc", |
| 3267 "../browser/sync/sessions/sync_sessions_web_contents_router_unittest.cc", | 3267 "../browser/sync/sessions/sync_sessions_web_contents_router_unittest.cc", |
| 3268 "../browser/sync/sync_startup_tracker_unittest.cc", | 3268 "../browser/sync/sync_startup_tracker_unittest.cc", |
| 3269 "../browser/task_profiler/task_profiler_data_serializer_unittest.cc", | 3269 "../browser/task_profiler/task_profiler_data_serializer_unittest.cc", |
| 3270 "../browser/thumbnails/content_analysis_unittest.cc", | 3270 "../browser/thumbnails/content_analysis_unittest.cc", |
| 3271 "../browser/thumbnails/content_based_thumbnailing_algorithm_unittest.cc", | 3271 "../browser/thumbnails/content_based_thumbnailing_algorithm_unittest.cc", |
| 3272 "../browser/thumbnails/simple_thumbnail_crop_unittest.cc", | 3272 "../browser/thumbnails/simple_thumbnail_crop_unittest.cc", |
| 3273 "../browser/thumbnails/thumbnail_service_unittest.cc", | 3273 "../browser/thumbnails/thumbnail_service_unittest.cc", |
| 3274 "../browser/translate/chrome_translate_client_unittest.cc", |
| 3274 "../browser/translate/language_model_factory_unittest.cc", | 3275 "../browser/translate/language_model_factory_unittest.cc", |
| 3275 "../browser/translate/translate_service_unittest.cc", | 3276 "../browser/translate/translate_service_unittest.cc", |
| 3276 "../browser/ui/android/tab_model/tab_model_list_unittest.cc", | 3277 "../browser/ui/android/tab_model/tab_model_list_unittest.cc", |
| 3277 "../browser/ui/android/tab_model/tab_model_unittest.cc", | 3278 "../browser/ui/android/tab_model/tab_model_unittest.cc", |
| 3278 "../browser/ui/autofill/autofill_dialog_models_unittest.cc", | 3279 "../browser/ui/autofill/autofill_dialog_models_unittest.cc", |
| 3279 "../browser/ui/autofill/autofill_popup_layout_model_unittest.cc", | 3280 "../browser/ui/autofill/autofill_popup_layout_model_unittest.cc", |
| 3280 "../browser/ui/autofill/popup_view_common_unittest.cc", | 3281 "../browser/ui/autofill/popup_view_common_unittest.cc", |
| 3281 "../browser/ui/bookmarks/bookmark_editor_unittest.cc", | 3282 "../browser/ui/bookmarks/bookmark_editor_unittest.cc", |
| 3282 "../browser/ui/bookmarks/bookmark_ui_utils_desktop_unittest.cc", | 3283 "../browser/ui/bookmarks/bookmark_ui_utils_desktop_unittest.cc", |
| 3283 "../browser/ui/bookmarks/recently_used_folders_combo_model_unittest.cc", | 3284 "../browser/ui/bookmarks/recently_used_folders_combo_model_unittest.cc", |
| (...skipping 1863 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5147 } | 5148 } |
| 5148 | 5149 |
| 5149 if (is_win) { | 5150 if (is_win) { |
| 5150 loadable_module("conflicts_dll") { | 5151 loadable_module("conflicts_dll") { |
| 5151 testonly = true | 5152 testonly = true |
| 5152 sources = [ | 5153 sources = [ |
| 5153 "conflicts/conflicts_dll.cc", | 5154 "conflicts/conflicts_dll.cc", |
| 5154 ] | 5155 ] |
| 5155 } | 5156 } |
| 5156 } | 5157 } |
| OLD | NEW |