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 1174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1185 "win/browser_util.cc", | 1185 "win/browser_util.cc", |
1186 "win/browser_util.h", | 1186 "win/browser_util.h", |
1187 "win/chrome_elf_init.cc", | 1187 "win/chrome_elf_init.cc", |
1188 "win/chrome_elf_init.h", | 1188 "win/chrome_elf_init.h", |
1189 "win/chrome_select_file_dialog_factory.cc", | 1189 "win/chrome_select_file_dialog_factory.cc", |
1190 "win/chrome_select_file_dialog_factory.h", | 1190 "win/chrome_select_file_dialog_factory.h", |
1191 "win/enumerate_modules_model.cc", | 1191 "win/enumerate_modules_model.cc", |
1192 "win/enumerate_modules_model.h", | 1192 "win/enumerate_modules_model.h", |
1193 "win/jumplist.cc", | 1193 "win/jumplist.cc", |
1194 "win/jumplist.h", | 1194 "win/jumplist.h", |
| 1195 "win/jumplist_factory.cc", |
| 1196 "win/jumplist_factory.h", |
1195 "win/jumplist_updater.cc", | 1197 "win/jumplist_updater.cc", |
1196 "win/jumplist_updater.h", | 1198 "win/jumplist_updater.h", |
1197 "win/settings_app_monitor.cc", | 1199 "win/settings_app_monitor.cc", |
1198 "win/settings_app_monitor.h", | 1200 "win/settings_app_monitor.h", |
1199 ] | 1201 ] |
1200 | 1202 |
1201 configs += [ | 1203 configs += [ |
1202 "//build/config/compiler:wexit_time_destructors", | 1204 "//build/config/compiler:wexit_time_destructors", |
1203 "//build/config:precompiled_headers", | 1205 "//build/config:precompiled_headers", |
1204 "//third_party/WebKit/public:debug_devtools", | 1206 "//third_party/WebKit/public:debug_devtools", |
(...skipping 3049 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4254 # linking all of the test support. | 4256 # linking all of the test support. |
4255 static_library("pepper_cdm_test_constants") { | 4257 static_library("pepper_cdm_test_constants") { |
4256 testonly = true | 4258 testonly = true |
4257 visibility = [ "//chrome/*" ] | 4259 visibility = [ "//chrome/*" ] |
4258 sources = [ | 4260 sources = [ |
4259 "media/pepper_cdm_test_constants.cc", | 4261 "media/pepper_cdm_test_constants.cc", |
4260 "media/pepper_cdm_test_constants.h", | 4262 "media/pepper_cdm_test_constants.h", |
4261 ] | 4263 ] |
4262 } | 4264 } |
4263 } | 4265 } |
OLD | NEW |