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

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

Issue 2783433003: Move site_engagement.mojom to chrome/browser/engagement. (Closed)
Patch Set: Fix missed references to the old path Created 3 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') | chrome/browser/engagement/BUILD.gn » ('J')
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("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 4229 matching lines...) Expand 10 before | Expand all | Expand 10 after
4240 "-E", 4240 "-E",
4241 "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir), 4241 "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir),
4242 ] 4242 ]
4243 4243
4244 deps = [ 4244 deps = [
4245 ":chrome_internal_resources_gen", 4245 ":chrome_internal_resources_gen",
4246 4246
4247 # Depend only on the generated mojo bindings since we read the .mojom.js 4247 # Depend only on the generated mojo bindings since we read the .mojom.js
4248 # file, rather than the whole mojo target which will link the C++ bindings. 4248 # file, rather than the whole mojo target which will link the C++ bindings.
4249 "//chrome/app:chrome_content_manifest_overlays", 4249 "//chrome/app:chrome_content_manifest_overlays",
4250 "//chrome/browser/ui/webui/engagement:mojo_bindings__generator", 4250 "//chrome/browser/engagement:mojo_bindings__generator",
4251 "//chrome/browser/ui/webui/omnibox:mojo_bindings__generator", 4251 "//chrome/browser/ui/webui/omnibox:mojo_bindings__generator",
4252 "//chrome/browser/ui/webui/usb_internals:mojo_bindings__generator", 4252 "//chrome/browser/ui/webui/usb_internals:mojo_bindings__generator",
4253 "//device/bluetooth/public/interfaces:experimental_interfaces__generator", 4253 "//device/bluetooth/public/interfaces:experimental_interfaces__generator",
4254 "//device/bluetooth/public/interfaces:interfaces__generator", 4254 "//device/bluetooth/public/interfaces:interfaces__generator",
4255 "//url/mojo:url_mojom_gurl__generator", 4255 "//url/mojo:url_mojom_gurl__generator",
4256 "//url/mojo:url_mojom_origin__generator", 4256 "//url/mojo:url_mojom_origin__generator",
4257 ] 4257 ]
4258 4258
4259 if (use_vulcanize) { 4259 if (use_vulcanize) {
4260 deps += [ 4260 deps += [
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
4608 "media/pepper_cdm_test_constants.cc", 4608 "media/pepper_cdm_test_constants.cc",
4609 "media/pepper_cdm_test_constants.h", 4609 "media/pepper_cdm_test_constants.h",
4610 ] 4610 ]
4611 } 4611 }
4612 } 4612 }
4613 4613
4614 service_manifest("preferences_manifest") { 4614 service_manifest("preferences_manifest") {
4615 name = "preferences" 4615 name = "preferences"
4616 source = "prefs/preferences_manifest.json" 4616 source = "prefs/preferences_manifest.json"
4617 } 4617 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | chrome/browser/engagement/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698