| 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 3489 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3500 | 3500 |
| 3501 if (is_mac) { | 3501 if (is_mac) { |
| 3502 data_deps += [ "//chrome:chrome_framework" ] | 3502 data_deps += [ "//chrome:chrome_framework" ] |
| 3503 data += [ "$root_out_dir/Chromium Framework.framework/" ] | 3503 data += [ "$root_out_dir/Chromium Framework.framework/" ] |
| 3504 } | 3504 } |
| 3505 | 3505 |
| 3506 if (is_android) { | 3506 if (is_android) { |
| 3507 sources += [ | 3507 sources += [ |
| 3508 # Offline pages are currently only on Android. | 3508 # Offline pages are currently only on Android. |
| 3509 "../browser/android/offline_pages/background_loader_offliner_unittest.cc", | 3509 "../browser/android/offline_pages/background_loader_offliner_unittest.cc", |
| 3510 "../browser/android/offline_pages/downloads/resource_throttle_unittest.cc"
, |
| 3510 "../browser/android/offline_pages/offline_page_mhtml_archiver_unittest.cc"
, | 3511 "../browser/android/offline_pages/offline_page_mhtml_archiver_unittest.cc"
, |
| 3511 "../browser/android/offline_pages/offline_page_request_job_unittest.cc", | 3512 "../browser/android/offline_pages/offline_page_request_job_unittest.cc", |
| 3512 "../browser/android/offline_pages/offline_page_utils_unittest.cc", | 3513 "../browser/android/offline_pages/offline_page_utils_unittest.cc", |
| 3513 "../browser/android/offline_pages/prerender_adapter_unittest.cc", | 3514 "../browser/android/offline_pages/prerender_adapter_unittest.cc", |
| 3514 "../browser/android/offline_pages/prerendering_loader_unittest.cc", | 3515 "../browser/android/offline_pages/prerendering_loader_unittest.cc", |
| 3515 "../browser/android/offline_pages/prerendering_offliner_unittest.cc", | 3516 "../browser/android/offline_pages/prerendering_offliner_unittest.cc", |
| 3516 "../browser/android/offline_pages/recent_tab_helper_unittest.cc", | 3517 "../browser/android/offline_pages/recent_tab_helper_unittest.cc", |
| 3517 "../browser/android/offline_pages/request_coordinator_factory_unittest.cc"
, | 3518 "../browser/android/offline_pages/request_coordinator_factory_unittest.cc"
, |
| 3518 "../browser/android/offline_pages/test_offline_page_model_builder.cc", | 3519 "../browser/android/offline_pages/test_offline_page_model_builder.cc", |
| 3519 "../browser/android/offline_pages/test_offline_page_model_builder.h", | 3520 "../browser/android/offline_pages/test_offline_page_model_builder.h", |
| (...skipping 1579 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5099 } | 5100 } |
| 5100 | 5101 |
| 5101 if (is_win) { | 5102 if (is_win) { |
| 5102 loadable_module("conflicts_dll") { | 5103 loadable_module("conflicts_dll") { |
| 5103 testonly = true | 5104 testonly = true |
| 5104 sources = [ | 5105 sources = [ |
| 5105 "conflicts/conflicts_dll.cc", | 5106 "conflicts/conflicts_dll.cc", |
| 5106 ] | 5107 ] |
| 5107 } | 5108 } |
| 5108 } | 5109 } |
| OLD | NEW |