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

Side by Side Diff: chrome/BUILD.gn

Issue 1407353007: Add a missing dependency from //chrome:chrome_android_core. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_android_shell_descriptors
Patch Set: merge to #357016 Created 5 years, 1 month 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 | no next file » | 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/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/locales.gni") 7 import("//build/config/locales.gni")
8 import("//build/config/sanitizers/sanitizers.gni") 8 import("//build/config/sanitizers/sanitizers.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//build/config/win/manifest.gni") 10 import("//build/config/win/manifest.gni")
(...skipping 951 matching lines...) Expand 10 before | Expand all | Expand 10 after
962 962
963 libs = [ 963 libs = [
964 "android", 964 "android",
965 "jnigraphics", 965 "jnigraphics",
966 ] 966 ]
967 967
968 deps = [ 968 deps = [
969 "//chrome/browser", 969 "//chrome/browser",
970 "//chrome/browser/ui", 970 "//chrome/browser/ui",
971 "//chrome/child", 971 "//chrome/child",
972 "//chrome/common",
972 "//chrome/plugin", 973 "//chrome/plugin",
973 "//chrome/renderer", 974 "//chrome/renderer",
974 "//chrome/utility", 975 "//chrome/utility",
975 "//components/enhanced_bookmarks", 976 "//components/enhanced_bookmarks",
976 "//content/public/app:both", 977 "//content/public/app:both",
977 ] 978 ]
978 } 979 }
979 } 980 }
980 981
981 if (is_linux) { 982 if (is_linux) {
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
1052 "//chrome/app/theme/$branding_path_component/product_logo_48.png", 1053 "//chrome/app/theme/$branding_path_component/product_logo_48.png",
1053 "//chrome/tools/build/linux/chrome-wrapper", 1054 "//chrome/tools/build/linux/chrome-wrapper",
1054 "//third_party/xdg-utils/scripts/xdg-mime", 1055 "//third_party/xdg-utils/scripts/xdg-mime",
1055 "//third_party/xdg-utils/scripts/xdg-settings", 1056 "//third_party/xdg-utils/scripts/xdg-settings",
1056 ] 1057 ]
1057 outputs = [ 1058 outputs = [
1058 "$root_out_dir/{{source_file_part}}", 1059 "$root_out_dir/{{source_file_part}}",
1059 ] 1060 ]
1060 } 1061 }
1061 } 1062 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698