| 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 1199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1210 "win/browser_util.cc", | 1210 "win/browser_util.cc", |
| 1211 "win/browser_util.h", | 1211 "win/browser_util.h", |
| 1212 "win/chrome_elf_init.cc", | 1212 "win/chrome_elf_init.cc", |
| 1213 "win/chrome_elf_init.h", | 1213 "win/chrome_elf_init.h", |
| 1214 "win/chrome_select_file_dialog_factory.cc", | 1214 "win/chrome_select_file_dialog_factory.cc", |
| 1215 "win/chrome_select_file_dialog_factory.h", | 1215 "win/chrome_select_file_dialog_factory.h", |
| 1216 "win/enumerate_modules_model.cc", | 1216 "win/enumerate_modules_model.cc", |
| 1217 "win/enumerate_modules_model.h", | 1217 "win/enumerate_modules_model.h", |
| 1218 "win/jumplist.cc", | 1218 "win/jumplist.cc", |
| 1219 "win/jumplist.h", | 1219 "win/jumplist.h", |
| 1220 "win/jumplist_factory.cc", |
| 1221 "win/jumplist_factory.h", |
| 1220 "win/jumplist_updater.cc", | 1222 "win/jumplist_updater.cc", |
| 1221 "win/jumplist_updater.h", | 1223 "win/jumplist_updater.h", |
| 1222 "win/settings_app_monitor.cc", | 1224 "win/settings_app_monitor.cc", |
| 1223 "win/settings_app_monitor.h", | 1225 "win/settings_app_monitor.h", |
| 1224 ] | 1226 ] |
| 1225 | 1227 |
| 1226 configs += [ | 1228 configs += [ |
| 1227 "//build/config/compiler:wexit_time_destructors", | 1229 "//build/config/compiler:wexit_time_destructors", |
| 1228 "//build/config:precompiled_headers", | 1230 "//build/config:precompiled_headers", |
| 1229 "//third_party/WebKit/public:debug_devtools", | 1231 "//third_party/WebKit/public:debug_devtools", |
| (...skipping 2996 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4226 # linking all of the test support. | 4228 # linking all of the test support. |
| 4227 static_library("pepper_cdm_test_constants") { | 4229 static_library("pepper_cdm_test_constants") { |
| 4228 testonly = true | 4230 testonly = true |
| 4229 visibility = [ "//chrome/*" ] | 4231 visibility = [ "//chrome/*" ] |
| 4230 sources = [ | 4232 sources = [ |
| 4231 "media/pepper_cdm_test_constants.cc", | 4233 "media/pepper_cdm_test_constants.cc", |
| 4232 "media/pepper_cdm_test_constants.h", | 4234 "media/pepper_cdm_test_constants.h", |
| 4233 ] | 4235 ] |
| 4234 } | 4236 } |
| 4235 } | 4237 } |
| OLD | NEW |