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

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

Issue 1486403002: Mojo-ifying chrome://version. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing comments Created 5 years 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 970 matching lines...) Expand 10 before | Expand all | Expand 10 after
981 rebase_path(additional_modules_list_file, root_build_dir), 981 rebase_path(additional_modules_list_file, root_build_dir),
982 "-E", 982 "-E",
983 "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir), 983 "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir),
984 ] 984 ]
985 985
986 deps = [ 986 deps = [
987 ":chrome_internal_resources_gen", 987 ":chrome_internal_resources_gen",
988 988
989 # Depend only on the generated mojo bindings since we read the .mojom.js 989 # Depend only on the generated mojo bindings since we read the .mojom.js
990 # file, rather than the whole mojo target which will link the C++ bindings. 990 # file, rather than the whole mojo target which will link the C++ bindings.
991 "//chrome/browser/ui/webui:mojo_bindings__generator",
991 "//chrome/browser/ui/webui/engagement:mojo_bindings__generator", 992 "//chrome/browser/ui/webui/engagement:mojo_bindings__generator",
992 "//chrome/browser/ui/webui/omnibox:mojo_bindings__generator", 993 "//chrome/browser/ui/webui/omnibox:mojo_bindings__generator",
993 ] 994 ]
994 } 995 }
995 996
996 # GYP version: chrome/chrome_resource.gyp:chrome_internal_resources_gen 997 # GYP version: chrome/chrome_resource.gyp:chrome_internal_resources_gen
997 if (is_chrome_branded) { 998 if (is_chrome_branded) {
998 action("chrome_internal_resources_gen") { 999 action("chrome_internal_resources_gen") {
999 script = "internal/transform_additional_modules_list.py" 1000 script = "internal/transform_additional_modules_list.py"
1000 sources = [ 1001 sources = [
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
1285 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1286 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1286 deps = [ 1287 deps = [
1287 "//components/google/core/browser", 1288 "//components/google/core/browser",
1288 "//components/omnibox/browser", 1289 "//components/omnibox/browser",
1289 "//components/rlz", 1290 "//components/rlz",
1290 "//components/search_engines", 1291 "//components/search_engines",
1291 "//rlz:rlz_lib", 1292 "//rlz:rlz_lib",
1292 ] 1293 ]
1293 } 1294 }
1294 } 1295 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | chrome/browser/ui/webui/version_handler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698