Chromium Code Reviews| 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/crypto.gni") | 6 import("//build/config/crypto.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//build/split_static_library.gni") | 9 import("//build/split_static_library.gni") |
| 10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
| (...skipping 2410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2421 "service_process/service_process_control_mac.mm", | 2421 "service_process/service_process_control_mac.mm", |
| 2422 ] | 2422 ] |
| 2423 } else { | 2423 } else { |
| 2424 # Partial-only printing support. | 2424 # Partial-only printing support. |
| 2425 sources += [ | 2425 sources += [ |
| 2426 "printing/print_view_manager_basic.cc", | 2426 "printing/print_view_manager_basic.cc", |
| 2427 "printing/print_view_manager_basic.h", | 2427 "printing/print_view_manager_basic.h", |
| 2428 ] | 2428 ] |
| 2429 } | 2429 } |
| 2430 } | 2430 } |
| 2431 | |
|
Lei Zhang
2016/10/04 22:10:54
just a blank line change?
skau
2016/10/05 00:18:00
Removed.
| |
| 2431 if (enable_captive_portal_detection) { | 2432 if (enable_captive_portal_detection) { |
| 2432 sources += [ | 2433 sources += [ |
| 2433 "captive_portal/captive_portal_login_detector.cc", | 2434 "captive_portal/captive_portal_login_detector.cc", |
| 2434 "captive_portal/captive_portal_login_detector.h", | 2435 "captive_portal/captive_portal_login_detector.h", |
| 2435 "captive_portal/captive_portal_service.cc", | 2436 "captive_portal/captive_portal_service.cc", |
| 2436 "captive_portal/captive_portal_service.h", | 2437 "captive_portal/captive_portal_service.h", |
| 2437 "captive_portal/captive_portal_service_factory.cc", | 2438 "captive_portal/captive_portal_service_factory.cc", |
| 2438 "captive_portal/captive_portal_service_factory.h", | 2439 "captive_portal/captive_portal_service_factory.h", |
| 2439 "captive_portal/captive_portal_tab_helper.cc", | 2440 "captive_portal/captive_portal_tab_helper.cc", |
| 2440 "captive_portal/captive_portal_tab_helper.h", | 2441 "captive_portal/captive_portal_tab_helper.h", |
| (...skipping 1837 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 4278 # linking all of the test support. | 4279 # linking all of the test support. |
| 4279 static_library("pepper_cdm_test_constants") { | 4280 static_library("pepper_cdm_test_constants") { |
| 4280 testonly = true | 4281 testonly = true |
| 4281 visibility = [ "//chrome/*" ] | 4282 visibility = [ "//chrome/*" ] |
| 4282 sources = [ | 4283 sources = [ |
| 4283 "media/pepper_cdm_test_constants.cc", | 4284 "media/pepper_cdm_test_constants.cc", |
| 4284 "media/pepper_cdm_test_constants.h", | 4285 "media/pepper_cdm_test_constants.h", |
| 4285 ] | 4286 ] |
| 4286 } | 4287 } |
| 4287 } | 4288 } |
| OLD | NEW |