Skip to content

Commit

Permalink
Rename 'source_prereqs' to 'inputs' in *.gn files
Browse files Browse the repository at this point in the history
source_prereqs was the older name.

R=brettw@chromium.org
BUG=

Review URL: https://codereview.chromium.org/723183003

Cr-Commit-Position: refs/heads/master@{#304287}
  • Loading branch information
dpranke authored and Commit bot committed Nov 14, 2014
1 parent 9fcd06f commit 5677209
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/common/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if (is_chromeos && use_x11 && cpu_arch != "arm") {

script = "../../tools/generate_stubs/generate_stubs.py"
sources = [ "gpu/media/va.sigs" ]
source_prereqs = [ extra_header ]
inputs = [ extra_header ]
stubs_filename_root = "va_stubs"

outputs = [
Expand Down
2 changes: 1 addition & 1 deletion media/audio/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if (!link_pulseaudio) {

script = "../../tools/generate_stubs/generate_stubs.py"
sources = [ "pulse/pulse.sigs" ]
source_prereqs = [ extra_header ]
inputs = [ extra_header ]
stubs_filename_root = "pulse_stubs"

# TODO(ajwong): these need to be included in the pulse build.
Expand Down
2 changes: 1 addition & 1 deletion ui/ozone/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ action("generate_ozone_platform_list") {
action("generate_constructor_list") {
script = "generate_constructor_list.py"

source_prereqs = [
inputs = [
platform_list_txt_file,
]
outputs = [
Expand Down

0 comments on commit 5677209

Please sign in to comment.