| 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 1414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1425 "win/chrome_select_file_dialog_factory.cc", | 1425 "win/chrome_select_file_dialog_factory.cc", |
| 1426 "win/chrome_select_file_dialog_factory.h", | 1426 "win/chrome_select_file_dialog_factory.h", |
| 1427 "win/enumerate_modules_model.cc", | 1427 "win/enumerate_modules_model.cc", |
| 1428 "win/enumerate_modules_model.h", | 1428 "win/enumerate_modules_model.h", |
| 1429 "win/jumplist.cc", | 1429 "win/jumplist.cc", |
| 1430 "win/jumplist.h", | 1430 "win/jumplist.h", |
| 1431 "win/jumplist_factory.cc", | 1431 "win/jumplist_factory.cc", |
| 1432 "win/jumplist_factory.h", | 1432 "win/jumplist_factory.h", |
| 1433 "win/jumplist_file_util.cc", | 1433 "win/jumplist_file_util.cc", |
| 1434 "win/jumplist_file_util.h", | 1434 "win/jumplist_file_util.h", |
| 1435 "win/jumplist_update_util.cc", |
| 1436 "win/jumplist_update_util.h", |
| 1435 "win/jumplist_updater.cc", | 1437 "win/jumplist_updater.cc", |
| 1436 "win/jumplist_updater.h", | 1438 "win/jumplist_updater.h", |
| 1437 "win/settings_app_monitor.cc", | 1439 "win/settings_app_monitor.cc", |
| 1438 "win/settings_app_monitor.h", | 1440 "win/settings_app_monitor.h", |
| 1439 "win/taskbar_icon_finder.cc", | 1441 "win/taskbar_icon_finder.cc", |
| 1440 "win/taskbar_icon_finder.h", | 1442 "win/taskbar_icon_finder.h", |
| 1441 "win/titlebar_config.cc", | 1443 "win/titlebar_config.cc", |
| 1442 "win/titlebar_config.h", | 1444 "win/titlebar_config.h", |
| 1443 ] | 1445 ] |
| 1444 | 1446 |
| (...skipping 3328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4773 "media/pepper_cdm_test_constants.cc", | 4775 "media/pepper_cdm_test_constants.cc", |
| 4774 "media/pepper_cdm_test_constants.h", | 4776 "media/pepper_cdm_test_constants.h", |
| 4775 ] | 4777 ] |
| 4776 } | 4778 } |
| 4777 } | 4779 } |
| 4778 | 4780 |
| 4779 service_manifest("preferences_forwarder_manifest") { | 4781 service_manifest("preferences_forwarder_manifest") { |
| 4780 name = "preferences_forwarder" | 4782 name = "preferences_forwarder" |
| 4781 source = "prefs/forwarder_manifest.json" | 4783 source = "prefs/forwarder_manifest.json" |
| 4782 } | 4784 } |
| OLD | NEW |