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

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

Issue 1911883002: Revert "Re-land: Add download_file_types.proto with ascii->binary conversion, as a resource." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/browser_resources.grd » ('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("//chrome/common/features.gni") 9 import("//chrome/common/features.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 1014 matching lines...) Expand 10 before | Expand all | Expand 10 after
1025 grit_flags = [ 1025 grit_flags = [
1026 "-E", 1026 "-E",
1027 "additional_modules_list_file=" + 1027 "additional_modules_list_file=" +
1028 rebase_path(additional_modules_list_file, root_build_dir), 1028 rebase_path(additional_modules_list_file, root_build_dir),
1029 "-E", 1029 "-E",
1030 "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir), 1030 "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir),
1031 ] 1031 ]
1032 1032
1033 deps = [ 1033 deps = [
1034 ":chrome_internal_resources_gen", 1034 ":chrome_internal_resources_gen",
1035 "//chrome/browser/resources/safe_browsing:make_file_types_protobuf",
1036 1035
1037 # Depend only on the generated mojo bindings since we read the .mojom.js 1036 # Depend only on the generated mojo bindings since we read the .mojom.js
1038 # file, rather than the whole mojo target which will link the C++ bindings. 1037 # file, rather than the whole mojo target which will link the C++ bindings.
1039 "//chrome/browser/ui/webui/engagement:mojo_bindings__generator", 1038 "//chrome/browser/ui/webui/engagement:mojo_bindings__generator",
1040 "//chrome/browser/ui/webui/omnibox:mojo_bindings__generator", 1039 "//chrome/browser/ui/webui/omnibox:mojo_bindings__generator",
1041 "//chrome/browser/ui/webui/plugins:mojo_bindings__generator", 1040 "//chrome/browser/ui/webui/plugins:mojo_bindings__generator",
1042 ] 1041 ]
1043 } 1042 }
1044 1043
1045 # GYP version: chrome/chrome_resource.gyp:chrome_internal_resources_gen 1044 # GYP version: chrome/chrome_resource.gyp:chrome_internal_resources_gen
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
1335 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1334 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1336 deps = [ 1335 deps = [
1337 "//components/google/core/browser", 1336 "//components/google/core/browser",
1338 "//components/omnibox/browser", 1337 "//components/omnibox/browser",
1339 "//components/rlz", 1338 "//components/rlz",
1340 "//components/search_engines", 1339 "//components/search_engines",
1341 "//rlz:rlz_lib", 1340 "//rlz:rlz_lib",
1342 ] 1341 ]
1343 } 1342 }
1344 } 1343 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698