| 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 3512 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3523 } | 3523 } |
| 3524 | 3524 |
| 3525 if (is_mac) { | 3525 if (is_mac) { |
| 3526 data_deps += [ "//chrome:chrome_framework" ] | 3526 data_deps += [ "//chrome:chrome_framework" ] |
| 3527 data += [ "$root_out_dir/Chromium Framework.framework/" ] | 3527 data += [ "$root_out_dir/Chromium Framework.framework/" ] |
| 3528 } | 3528 } |
| 3529 | 3529 |
| 3530 if (is_android) { | 3530 if (is_android) { |
| 3531 sources += [ | 3531 sources += [ |
| 3532 # Offline pages are currently only on Android. | 3532 # Offline pages are currently only on Android. |
| 3533 "../browser/android/offline_pages/downloads/resource_throttle_unittest.cc"
, |
| 3533 "../browser/android/offline_pages/offline_page_mhtml_archiver_unittest.cc"
, | 3534 "../browser/android/offline_pages/offline_page_mhtml_archiver_unittest.cc"
, |
| 3534 "../browser/android/offline_pages/offline_page_request_job_unittest.cc", | 3535 "../browser/android/offline_pages/offline_page_request_job_unittest.cc", |
| 3535 "../browser/android/offline_pages/offline_page_utils_unittest.cc", | 3536 "../browser/android/offline_pages/offline_page_utils_unittest.cc", |
| 3536 "../browser/android/offline_pages/prerender_adapter_unittest.cc", | 3537 "../browser/android/offline_pages/prerender_adapter_unittest.cc", |
| 3537 "../browser/android/offline_pages/prerendering_loader_unittest.cc", | 3538 "../browser/android/offline_pages/prerendering_loader_unittest.cc", |
| 3538 "../browser/android/offline_pages/prerendering_offliner_unittest.cc", | 3539 "../browser/android/offline_pages/prerendering_offliner_unittest.cc", |
| 3539 "../browser/android/offline_pages/recent_tab_helper_unittest.cc", | 3540 "../browser/android/offline_pages/recent_tab_helper_unittest.cc", |
| 3540 "../browser/android/offline_pages/request_coordinator_factory_unittest.cc"
, | 3541 "../browser/android/offline_pages/request_coordinator_factory_unittest.cc"
, |
| 3541 "../browser/android/offline_pages/test_offline_page_model_builder.cc", | 3542 "../browser/android/offline_pages/test_offline_page_model_builder.cc", |
| 3542 "../browser/android/offline_pages/test_offline_page_model_builder.h", | 3543 "../browser/android/offline_pages/test_offline_page_model_builder.h", |
| (...skipping 1583 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5126 } | 5127 } |
| 5127 | 5128 |
| 5128 if (is_win) { | 5129 if (is_win) { |
| 5129 loadable_module("conflicts_dll") { | 5130 loadable_module("conflicts_dll") { |
| 5130 testonly = true | 5131 testonly = true |
| 5131 sources = [ | 5132 sources = [ |
| 5132 "conflicts/conflicts_dll.cc", | 5133 "conflicts/conflicts_dll.cc", |
| 5133 ] | 5134 ] |
| 5134 } | 5135 } |
| 5135 } | 5136 } |
| OLD | NEW |