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

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

Issue 1917653002: Re-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: Add a wrapper to change python args, for GYP and GN Created 4 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
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",
1035 1036
1036 # Depend only on the generated mojo bindings since we read the .mojom.js 1037 # Depend only on the generated mojo bindings since we read the .mojom.js
1037 # file, rather than the whole mojo target which will link the C++ bindings. 1038 # file, rather than the whole mojo target which will link the C++ bindings.
1038 "//chrome/browser/ui/webui/engagement:mojo_bindings__generator", 1039 "//chrome/browser/ui/webui/engagement:mojo_bindings__generator",
1039 "//chrome/browser/ui/webui/omnibox:mojo_bindings__generator", 1040 "//chrome/browser/ui/webui/omnibox:mojo_bindings__generator",
1040 "//chrome/browser/ui/webui/plugins:mojo_bindings__generator", 1041 "//chrome/browser/ui/webui/plugins:mojo_bindings__generator",
1041 ] 1042 ]
1042 } 1043 }
1043 1044
1044 # GYP version: chrome/chrome_resource.gyp:chrome_internal_resources_gen 1045 # GYP version: chrome/chrome_resource.gyp:chrome_internal_resources_gen
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
1334 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1335 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1335 deps = [ 1336 deps = [
1336 "//components/google/core/browser", 1337 "//components/google/core/browser",
1337 "//components/omnibox/browser", 1338 "//components/omnibox/browser",
1338 "//components/rlz", 1339 "//components/rlz",
1339 "//components/search_engines", 1340 "//components/search_engines",
1340 "//rlz:rlz_lib", 1341 "//rlz:rlz_lib",
1341 ] 1342 ]
1342 } 1343 }
1343 } 1344 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | chrome/browser/resources/safe_browsing/gen_file_type_proto.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698