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 818 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
829 "//ui/views", | 829 "//ui/views", |
830 "//ui/views/controls/webview", | 830 "//ui/views/controls/webview", |
831 ] | 831 ] |
832 deps += [ | 832 deps += [ |
833 ":chrome_process_finder", | 833 ":chrome_process_finder", |
834 "//chrome:file_pre_reader", | 834 "//chrome:file_pre_reader", |
835 "//chrome/chrome_watcher:client", | 835 "//chrome/chrome_watcher:client", |
836 "//chrome/common:metrics_constants_util_win", | 836 "//chrome/common:metrics_constants_util_win", |
837 "//chrome/common:version_header", | 837 "//chrome/common:version_header", |
838 "//chrome/installer/util:strings", | 838 "//chrome/installer/util:strings", |
839 "//chrome_elf", | 839 "//chrome_elf:blacklist", |
840 "//chrome_elf:constants", | 840 "//chrome_elf:constants", |
841 "//chrome_elf:dll_hash", | 841 "//chrome_elf:dll_hash", |
842 "//components/browser_watcher", | 842 "//components/browser_watcher", |
843 "//components/browser_watcher:browser_watcher_client", | 843 "//components/browser_watcher:browser_watcher_client", |
844 "//components/startup_metric_utils/common", | 844 "//components/startup_metric_utils/common", |
845 "//google_update", | 845 "//google_update", |
846 "//third_party/iaccessible2", | 846 "//third_party/iaccessible2", |
847 "//third_party/isimpledom", | 847 "//third_party/isimpledom", |
848 "//third_party/wtl", | 848 "//third_party/wtl", |
849 ] | 849 ] |
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1362 # linking all of the test support. | 1362 # linking all of the test support. |
1363 source_set("pepper_cdm_test_constants") { | 1363 source_set("pepper_cdm_test_constants") { |
1364 testonly = true | 1364 testonly = true |
1365 visibility = [ "//chrome/*" ] | 1365 visibility = [ "//chrome/*" ] |
1366 sources = [ | 1366 sources = [ |
1367 "media/pepper_cdm_test_constants.cc", | 1367 "media/pepper_cdm_test_constants.cc", |
1368 "media/pepper_cdm_test_constants.h", | 1368 "media/pepper_cdm_test_constants.h", |
1369 ] | 1369 ] |
1370 } | 1370 } |
1371 } | 1371 } |
OLD | NEW |