| 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 3573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3584 data += [ "$root_out_dir/Chromium Framework.framework/" ] | 3584 data += [ "$root_out_dir/Chromium Framework.framework/" ] |
| 3585 } | 3585 } |
| 3586 | 3586 |
| 3587 if (is_android) { | 3587 if (is_android) { |
| 3588 sources += [ | 3588 sources += [ |
| 3589 # Offline pages are currently only on Android. | 3589 # Offline pages are currently only on Android. |
| 3590 "../browser/android/offline_pages/background_loader_offliner_unittest.cc", | 3590 "../browser/android/offline_pages/background_loader_offliner_unittest.cc", |
| 3591 "../browser/android/offline_pages/downloads/resource_throttle_unittest.cc"
, | 3591 "../browser/android/offline_pages/downloads/resource_throttle_unittest.cc"
, |
| 3592 "../browser/android/offline_pages/offline_page_mhtml_archiver_unittest.cc"
, | 3592 "../browser/android/offline_pages/offline_page_mhtml_archiver_unittest.cc"
, |
| 3593 "../browser/android/offline_pages/offline_page_request_job_unittest.cc", | 3593 "../browser/android/offline_pages/offline_page_request_job_unittest.cc", |
| 3594 "../browser/android/offline_pages/offline_page_suggestions_observer_unitte
st.cc", |
| 3594 "../browser/android/offline_pages/offline_page_utils_unittest.cc", | 3595 "../browser/android/offline_pages/offline_page_utils_unittest.cc", |
| 3595 "../browser/android/offline_pages/prerender_adapter_unittest.cc", | 3596 "../browser/android/offline_pages/prerender_adapter_unittest.cc", |
| 3596 "../browser/android/offline_pages/prerendering_loader_unittest.cc", | 3597 "../browser/android/offline_pages/prerendering_loader_unittest.cc", |
| 3597 "../browser/android/offline_pages/prerendering_offliner_unittest.cc", | 3598 "../browser/android/offline_pages/prerendering_offliner_unittest.cc", |
| 3598 "../browser/android/offline_pages/recent_tab_helper_unittest.cc", | 3599 "../browser/android/offline_pages/recent_tab_helper_unittest.cc", |
| 3599 "../browser/android/offline_pages/test_offline_page_model_builder.cc", | 3600 "../browser/android/offline_pages/test_offline_page_model_builder.cc", |
| 3600 "../browser/android/offline_pages/test_offline_page_model_builder.h", | 3601 "../browser/android/offline_pages/test_offline_page_model_builder.h", |
| 3601 "../browser/android/offline_pages/test_request_coordinator_builder.cc", | 3602 "../browser/android/offline_pages/test_request_coordinator_builder.cc", |
| 3602 "../browser/android/offline_pages/test_request_coordinator_builder.h", | 3603 "../browser/android/offline_pages/test_request_coordinator_builder.h", |
| 3603 "../browser/android/search_geolocation/search_geolocation_service_unittest
.cc", | 3604 "../browser/android/search_geolocation/search_geolocation_service_unittest
.cc", |
| (...skipping 1632 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5236 } | 5237 } |
| 5237 | 5238 |
| 5238 if (is_win) { | 5239 if (is_win) { |
| 5239 loadable_module("conflicts_dll") { | 5240 loadable_module("conflicts_dll") { |
| 5240 testonly = true | 5241 testonly = true |
| 5241 sources = [ | 5242 sources = [ |
| 5242 "conflicts/conflicts_dll.cc", | 5243 "conflicts/conflicts_dll.cc", |
| 5243 ] | 5244 ] |
| 5244 } | 5245 } |
| 5245 } | 5246 } |
| OLD | NEW |