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

Side by Side Diff: Source/modules/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 unified diff | Download patch
« no previous file with comments | « Source/devtools/BUILD.gn ('k') | Source/platform/BUILD.gn » ('j') | no next file with comments »
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("//third_party/WebKit/Source/bindings/bindings.gni") 5 import("//third_party/WebKit/Source/bindings/bindings.gni")
6 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") 6 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni")
7 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni") 7 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni")
8 import("//third_party/WebKit/Source/build/scripts/scripts.gni") 8 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
9 import("//third_party/WebKit/Source/modules/modules.gni") 9 import("//third_party/WebKit/Source/modules/modules.gni")
10 10
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 92
93 args = [ 93 args = [
94 rebase_path(module_names_in, root_build_dir), 94 rebase_path(module_names_in, root_build_dir),
95 "--output_dir", 95 "--output_dir",
96 rebase_path(blink_modules_output_dir, root_build_dir), 96 rebase_path(blink_modules_output_dir, root_build_dir),
97 ] 97 ]
98 } 98 }
99 99
100 # GYP version: WebKit/Source/modules/modules_generated.gyp:make_modules_generate d 100 # GYP version: WebKit/Source/modules/modules_generated.gyp:make_modules_generate d
101 group("make_modules_generated") { 101 group("make_modules_generated") {
102 deps = [ 102 public_deps = [
103 "//third_party/WebKit/Source/core:core_event_interfaces", 103 "//third_party/WebKit/Source/core:core_event_interfaces",
104 "//third_party/WebKit/Source/bindings/modules:bindings_modules_generated", 104 "//third_party/WebKit/Source/bindings/modules:bindings_modules_generated",
105 ":module_names", 105 ":module_names",
106 ] 106 ]
107 } 107 }
OLDNEW
« no previous file with comments | « Source/devtools/BUILD.gn ('k') | Source/platform/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698