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

Unified Diff: Source/devtools/BUILD.gn

Issue 1351203002: Make deps of GN groups public. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/bindings/modules/v8/BUILD.gn ('k') | Source/modules/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/BUILD.gn
diff --git a/Source/devtools/BUILD.gn b/Source/devtools/BUILD.gn
index 10aba0229f86364208f777eac7e9ef197f45b9ff..6722ea82e20de5efec507ded6f393bec5200a9d1 100644
--- a/Source/devtools/BUILD.gn
+++ b/Source/devtools/BUILD.gn
@@ -82,7 +82,7 @@ generated_scripts = [
visibility = [ "//third_party/WebKit/*" ]
group("devtools_frontend_resources") {
- deps = [
+ public_deps = [
":copy_compatibility_scripts",
":copy_inspector_images",
":copy_emulated_devices_images",
@@ -95,7 +95,7 @@ group("devtools_frontend_resources") {
if (!debug_devtools) {
# This overwrites application-specific core CSS (devtools.css),
# and thus should be guarded out in Debug builds.
- deps += [
+ public_deps += [
":concatenated_inspector_css",
":concatenated_toolbox_css",
]
@@ -300,7 +300,7 @@ action("build_applications") {
if (debug_devtools) {
# Debug: copy non-module directories and core into resources_out_dir as-is.
group("copy_debug_non_modules") {
- deps = [
+ public_deps = [
":copy_runtime_core",
":copy_acorn_js_files",
":copy_codemirror_files",
« no previous file with comments | « Source/bindings/modules/v8/BUILD.gn ('k') | Source/modules/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698