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

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

Issue 1128163007: Fix missing GN dependencies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments, component build fix Created 5 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 | « chrome/app/BUILD.gn ('k') | chrome/browser/ui/libgtk2ui/BUILD.gn » ('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 9
10 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which 10 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which
(...skipping 833 matching lines...) Expand 10 before | Expand all | Expand 10 after
844 "-E", 844 "-E",
845 "additional_modules_list_file=" + 845 "additional_modules_list_file=" +
846 rebase_path(additional_modules_list_file, root_build_dir), 846 rebase_path(additional_modules_list_file, root_build_dir),
847 "-E", 847 "-E",
848 "omnibox_mojom_file=" + rebase_path(omnibox_mojom_file, root_build_dir), 848 "omnibox_mojom_file=" + rebase_path(omnibox_mojom_file, root_build_dir),
849 ] 849 ]
850 850
851 deps = [ 851 deps = [
852 ":about_credits", 852 ":about_credits",
853 ":chrome_internal_resources_gen", 853 ":chrome_internal_resources_gen",
854 "//chrome/browser/ui/webui/omnibox:mojo_bindings",
854 ] 855 ]
855 inputs = [ 856 inputs = [
856 omnibox_mojom_file, 857 omnibox_mojom_file,
857 ] 858 ]
858 } 859 }
859 860
860 # GYP version: chrome/chrome_resource.gyp:about_credits 861 # GYP version: chrome/chrome_resource.gyp:about_credits
861 action("about_credits") { 862 action("about_credits") {
862 script = "//tools/licenses.py" 863 script = "//tools/licenses.py"
863 864
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
1139 ] 1140 ]
1140 } 1141 }
1141 1142
1142 if (enable_wifi_bootstrapping) { 1143 if (enable_wifi_bootstrapping) {
1143 sources += [ 1144 sources += [
1144 "local_discovery/wifi/mock_wifi_manager.cc", 1145 "local_discovery/wifi/mock_wifi_manager.cc",
1145 "local_discovery/wifi/mock_wifi_manager.h", 1146 "local_discovery/wifi/mock_wifi_manager.h",
1146 ] 1147 ]
1147 } 1148 }
1148 } 1149 }
OLDNEW
« no previous file with comments | « chrome/app/BUILD.gn ('k') | chrome/browser/ui/libgtk2ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698