| 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 1352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1363 "win/chrome_elf_init.cc", | 1363 "win/chrome_elf_init.cc", |
| 1364 "win/chrome_elf_init.h", | 1364 "win/chrome_elf_init.h", |
| 1365 "win/chrome_select_file_dialog_factory.cc", | 1365 "win/chrome_select_file_dialog_factory.cc", |
| 1366 "win/chrome_select_file_dialog_factory.h", | 1366 "win/chrome_select_file_dialog_factory.h", |
| 1367 "win/enumerate_modules_model.cc", | 1367 "win/enumerate_modules_model.cc", |
| 1368 "win/enumerate_modules_model.h", | 1368 "win/enumerate_modules_model.h", |
| 1369 "win/jumplist.cc", | 1369 "win/jumplist.cc", |
| 1370 "win/jumplist.h", | 1370 "win/jumplist.h", |
| 1371 "win/jumplist_factory.cc", | 1371 "win/jumplist_factory.cc", |
| 1372 "win/jumplist_factory.h", | 1372 "win/jumplist_factory.h", |
| 1373 "win/jumplist_file_util.cc", |
| 1374 "win/jumplist_file_util.h", |
| 1373 "win/jumplist_updater.cc", | 1375 "win/jumplist_updater.cc", |
| 1374 "win/jumplist_updater.h", | 1376 "win/jumplist_updater.h", |
| 1375 "win/settings_app_monitor.cc", | 1377 "win/settings_app_monitor.cc", |
| 1376 "win/settings_app_monitor.h", | 1378 "win/settings_app_monitor.h", |
| 1377 "win/titlebar_config.cc", | 1379 "win/titlebar_config.cc", |
| 1378 "win/titlebar_config.h", | 1380 "win/titlebar_config.h", |
| 1379 ] | 1381 ] |
| 1380 | 1382 |
| 1381 configs += [ | 1383 configs += [ |
| 1382 "//build/config/compiler:wexit_time_destructors", | 1384 "//build/config/compiler:wexit_time_destructors", |
| (...skipping 3217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4600 "media/pepper_cdm_test_constants.cc", | 4602 "media/pepper_cdm_test_constants.cc", |
| 4601 "media/pepper_cdm_test_constants.h", | 4603 "media/pepper_cdm_test_constants.h", |
| 4602 ] | 4604 ] |
| 4603 } | 4605 } |
| 4604 } | 4606 } |
| 4605 | 4607 |
| 4606 service_manifest("preferences_manifest") { | 4608 service_manifest("preferences_manifest") { |
| 4607 name = "preferences" | 4609 name = "preferences" |
| 4608 source = "prefs/preferences_manifest.json" | 4610 source = "prefs/preferences_manifest.json" |
| 4609 } | 4611 } |
| OLD | NEW |