Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(862)

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2816293002: Description: Replace layout constants in chrome/browser/extensions and chrome/browser/first_run (Closed)
Patch Set: Address review comments Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698