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

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: Add missing include Created 4 years, 6 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 1013 matching lines...) Expand 10 before | Expand all | Expand 10 after
1024 "-E", 1024 "-E",
1025 "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir), 1025 "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir),
1026 ] 1026 ]
1027 1027
1028 deps = [ 1028 deps = [
1029 ":chrome_internal_resources_gen", 1029 ":chrome_internal_resources_gen",
1030 "//chrome/browser/resources/safe_browsing:make_file_types_protobuf", 1030 "//chrome/browser/resources/safe_browsing:make_file_types_protobuf",
1031 1031
1032 # Depend only on the generated mojo bindings since we read the .mojom.js 1032 # Depend only on the generated mojo bindings since we read the .mojom.js
1033 # file, rather than the whole mojo target which will link the C++ bindings. 1033 # file, rather than the whole mojo target which will link the C++ bindings.
1034 "//chrome/browser/ui/webui:mojo_bindings__generator",
1034 "//chrome/browser/ui/webui/engagement:mojo_bindings__generator", 1035 "//chrome/browser/ui/webui/engagement:mojo_bindings__generator",
1035 "//chrome/browser/ui/webui/omnibox:mojo_bindings__generator", 1036 "//chrome/browser/ui/webui/omnibox:mojo_bindings__generator",
1036 "//chrome/browser/ui/webui/plugins:mojo_bindings__generator", 1037 "//chrome/browser/ui/webui/plugins:mojo_bindings__generator",
1037 ] 1038 ]
1038 } 1039 }
1039 1040
1040 # GYP version: chrome/chrome_resource.gyp:chrome_internal_resources_gen 1041 # GYP version: chrome/chrome_resource.gyp:chrome_internal_resources_gen
1041 if (is_chrome_branded) { 1042 if (is_chrome_branded) {
1042 action("chrome_internal_resources_gen") { 1043 action("chrome_internal_resources_gen") {
1043 script = "internal/transform_additional_modules_list.py" 1044 script = "internal/transform_additional_modules_list.py"
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
1340 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1341 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1341 deps = [ 1342 deps = [
1342 "//components/google/core/browser", 1343 "//components/google/core/browser",
1343 "//components/omnibox/browser", 1344 "//components/omnibox/browser",
1344 "//components/rlz", 1345 "//components/rlz",
1345 "//components/search_engines", 1346 "//components/search_engines",
1346 "//rlz:rlz_lib", 1347 "//rlz:rlz_lib",
1347 ] 1348 ]
1348 } 1349 }
1349 } 1350 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | chrome/browser/ui/webui/version.mojom » ('J')

Powered by Google App Engine
This is Rietveld 408576698