| 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 3478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3489 ":chrome_process_finder", | 3489 ":chrome_process_finder", |
| 3490 "//chrome:file_pre_reader", | 3490 "//chrome:file_pre_reader", |
| 3491 "//chrome/chrome_watcher:client", | 3491 "//chrome/chrome_watcher:client", |
| 3492 "//chrome/common:metrics_constants_util_win", | 3492 "//chrome/common:metrics_constants_util_win", |
| 3493 "//chrome/common:version_header", | 3493 "//chrome/common:version_header", |
| 3494 "//chrome_elf:blacklist", | 3494 "//chrome_elf:blacklist", |
| 3495 "//chrome_elf:constants", | 3495 "//chrome_elf:constants", |
| 3496 "//chrome_elf:dll_hash", | 3496 "//chrome_elf:dll_hash", |
| 3497 "//components/browser_watcher", | 3497 "//components/browser_watcher", |
| 3498 "//components/browser_watcher:browser_watcher_client", | 3498 "//components/browser_watcher:browser_watcher_client", |
| 3499 "//components/browser_watcher:stability_data", |
| 3499 "//google_update", | 3500 "//google_update", |
| 3500 "//third_party/crashpad/crashpad/client:client", | 3501 "//third_party/crashpad/crashpad/client:client", |
| 3501 "//third_party/iaccessible2", | 3502 "//third_party/iaccessible2", |
| 3502 "//third_party/isimpledom", | 3503 "//third_party/isimpledom", |
| 3503 "//third_party/wtl", | 3504 "//third_party/wtl", |
| 3504 ] | 3505 ] |
| 3505 | 3506 |
| 3506 all_dependent_configs = [ ":browser_win_linker_flags" ] | 3507 all_dependent_configs = [ ":browser_win_linker_flags" ] |
| 3507 | 3508 |
| 3508 if (!is_chrome_branded) { | 3509 if (!is_chrome_branded) { |
| (...skipping 942 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4451 # linking all of the test support. | 4452 # linking all of the test support. |
| 4452 static_library("pepper_cdm_test_constants") { | 4453 static_library("pepper_cdm_test_constants") { |
| 4453 testonly = true | 4454 testonly = true |
| 4454 visibility = [ "//chrome/*" ] | 4455 visibility = [ "//chrome/*" ] |
| 4455 sources = [ | 4456 sources = [ |
| 4456 "media/pepper_cdm_test_constants.cc", | 4457 "media/pepper_cdm_test_constants.cc", |
| 4457 "media/pepper_cdm_test_constants.h", | 4458 "media/pepper_cdm_test_constants.h", |
| 4458 ] | 4459 ] |
| 4459 } | 4460 } |
| 4460 } | 4461 } |
| OLD | NEW |