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 3660 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3671 } | 3671 } |
3672 | 3672 |
3673 if (enable_rlz) { | 3673 if (enable_rlz) { |
3674 deps += [ ":rlz" ] | 3674 deps += [ ":rlz" ] |
3675 } | 3675 } |
3676 | 3676 |
3677 if (is_win) { | 3677 if (is_win) { |
3678 sources += [ | 3678 sources += [ |
3679 "downgrade/user_data_downgrade.cc", | 3679 "downgrade/user_data_downgrade.cc", |
3680 "downgrade/user_data_downgrade.h", | 3680 "downgrade/user_data_downgrade.h", |
3681 "first_run/try_chrome_dialog_view.cc", | |
3682 "first_run/try_chrome_dialog_view.h", | |
3683 "first_run/upgrade_util.cc", | 3681 "first_run/upgrade_util.cc", |
3684 ] | 3682 ] |
3685 public_deps += [ | 3683 public_deps += [ |
3686 "//ui/views", | 3684 "//ui/views", |
3687 "//ui/views/controls/webview", | 3685 "//ui/views/controls/webview", |
3688 ] | 3686 ] |
3689 deps += [ | 3687 deps += [ |
3690 ":chrome_process_finder", | 3688 ":chrome_process_finder", |
3691 "//chrome:file_pre_reader", | 3689 "//chrome:file_pre_reader", |
3692 "//chrome/chrome_watcher:client", | 3690 "//chrome/chrome_watcher:client", |
(...skipping 992 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4685 "media/pepper_cdm_test_constants.cc", | 4683 "media/pepper_cdm_test_constants.cc", |
4686 "media/pepper_cdm_test_constants.h", | 4684 "media/pepper_cdm_test_constants.h", |
4687 ] | 4685 ] |
4688 } | 4686 } |
4689 } | 4687 } |
4690 | 4688 |
4691 service_manifest("preferences_forwarder_manifest") { | 4689 service_manifest("preferences_forwarder_manifest") { |
4692 name = "preferences_forwarder" | 4690 name = "preferences_forwarder" |
4693 source = "prefs/forwarder_manifest.json" | 4691 source = "prefs/forwarder_manifest.json" |
4694 } | 4692 } |
OLD | NEW |