| 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 1420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1431 "win/chrome_select_file_dialog_factory.cc", | 1431 "win/chrome_select_file_dialog_factory.cc", |
| 1432 "win/chrome_select_file_dialog_factory.h", | 1432 "win/chrome_select_file_dialog_factory.h", |
| 1433 "win/enumerate_modules_model.cc", | 1433 "win/enumerate_modules_model.cc", |
| 1434 "win/enumerate_modules_model.h", | 1434 "win/enumerate_modules_model.h", |
| 1435 "win/jumplist.cc", | 1435 "win/jumplist.cc", |
| 1436 "win/jumplist.h", | 1436 "win/jumplist.h", |
| 1437 "win/jumplist_factory.cc", | 1437 "win/jumplist_factory.cc", |
| 1438 "win/jumplist_factory.h", | 1438 "win/jumplist_factory.h", |
| 1439 "win/jumplist_file_util.cc", | 1439 "win/jumplist_file_util.cc", |
| 1440 "win/jumplist_file_util.h", | 1440 "win/jumplist_file_util.h", |
| 1441 "win/jumplist_update_util.cc", |
| 1442 "win/jumplist_update_util.h", |
| 1441 "win/jumplist_updater.cc", | 1443 "win/jumplist_updater.cc", |
| 1442 "win/jumplist_updater.h", | 1444 "win/jumplist_updater.h", |
| 1443 "win/settings_app_monitor.cc", | 1445 "win/settings_app_monitor.cc", |
| 1444 "win/settings_app_monitor.h", | 1446 "win/settings_app_monitor.h", |
| 1445 "win/taskbar_icon_finder.cc", | 1447 "win/taskbar_icon_finder.cc", |
| 1446 "win/taskbar_icon_finder.h", | 1448 "win/taskbar_icon_finder.h", |
| 1447 "win/titlebar_config.cc", | 1449 "win/titlebar_config.cc", |
| 1448 "win/titlebar_config.h", | 1450 "win/titlebar_config.h", |
| 1449 ] | 1451 ] |
| 1450 | 1452 |
| (...skipping 3326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4777 "media/pepper_cdm_test_constants.cc", | 4779 "media/pepper_cdm_test_constants.cc", |
| 4778 "media/pepper_cdm_test_constants.h", | 4780 "media/pepper_cdm_test_constants.h", |
| 4779 ] | 4781 ] |
| 4780 } | 4782 } |
| 4781 } | 4783 } |
| 4782 | 4784 |
| 4783 service_manifest("preferences_forwarder_manifest") { | 4785 service_manifest("preferences_forwarder_manifest") { |
| 4784 name = "preferences_forwarder" | 4786 name = "preferences_forwarder" |
| 4785 source = "prefs/forwarder_manifest.json" | 4787 source = "prefs/forwarder_manifest.json" |
| 4786 } | 4788 } |
| OLD | NEW |