Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(108)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Unified Diff: test/actions-multiple/src/copyfile.py
Issue
1454433002
:
Python 3 compatibility
Base URL: https://chromium.googlesource.com/external/gyp.git@master
Patch Set: Rebase with master (4ec6c4e3a94bd04a6da2858163d40b2429b8aad1)
Created 4 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:
PRESUBMIT.py
buildbot/buildbot_run.py
gyptest.py
pylib/gyp/MSVSNew.py
pylib/gyp/MSVSSettings.py
pylib/gyp/MSVSSettings_test.py
pylib/gyp/MSVSUserFile.py
pylib/gyp/MSVSUtil.py
pylib/gyp/MSVSVersion.py
pylib/gyp/__init__.py
pylib/gyp/common.py
pylib/gyp/common_test.py
pylib/gyp/easy_xml.py
pylib/gyp/easy_xml_test.py
pylib/gyp/flock_tool.py
pylib/gyp/generator/analyzer.py
pylib/gyp/generator/cmake.py
pylib/gyp/generator/dump_dependency_json.py
pylib/gyp/generator/eclipse.py
pylib/gyp/generator/gypd.py
pylib/gyp/generator/make.py
pylib/gyp/generator/msvs.py
pylib/gyp/generator/msvs_test.py
pylib/gyp/generator/ninja.py
pylib/gyp/generator/ninja_test.py
pylib/gyp/generator/xcode.py
pylib/gyp/input.py
pylib/gyp/input_test.py
pylib/gyp/mac_tool.py
pylib/gyp/msvs_emulation.py
pylib/gyp/ordered_dict.py
pylib/gyp/simple_copy.py
pylib/gyp/win_tool.py
pylib/gyp/xcode_emulation.py
pylib/gyp/xcode_ninja.py
pylib/gyp/xcodeproj_file.py
pylib/gyp/xml_fix.py
test/actions-bare/src/bare.py
test/actions-multiple-outputs-with-dependencies/gyptest-action.py
test/actions-multiple-outputs/gyptest-multiple-outputs.py
test/actions-multiple/src/actions.gyp
test/actions-multiple/src/copy.py
test/actions-multiple/src/copyfile.py
test/actions-none/src/fake_cross.py
test/actions-subdir/src/make-file.py
test/actions-subdir/src/subdir/make-subdir-file.py
test/actions/src/subdir2/make-file.py
test/additional-targets/src/dir1/emit.py
test/analyzer/gyptest-analyzer.py
test/arflags/gyptest-arflags.py
test/compiler-override/my_cc.py
test/compiler-override/my_cxx.py
test/compiler-override/my_ld.py
test/compiler-override/my_nm.py
test/compiler-override/my_readelf.py
test/configurations/inheritance/gyptest-duplicates.py
test/configurations/target_platform/gyptest-target_platform.py
test/copies/gyptest-updir.py
test/custom-generator/mygenerator.py
test/dependencies/adso/write_args.py
test/determinism/gyptest-solibs.py
test/determinism/rule.py
test/errors/gyptest-errors.py
test/escaping/gyptest-colon.py
test/generator-output/actions/subdir2/make-file.py
test/generator-output/gyptest-mac-bundle.py
test/generator-output/rules/copy-file.py
test/hard_dependency/src/emit.py
test/ios/gyptest-app-ios.py
test/ios/gyptest-extension.py
test/ios/gyptest-per-config-settings.py
test/ios/gyptest-watch.py
test/lib/TestCmd.py
test/lib/TestCommon.py
test/lib/TestGyp.py
test/lib/TestMac.py
test/lib/TestWin.py
test/linux/gyptest-implicit-rpath.py
test/linux/ldflags-duplicates/check-ldflags.py
test/mac/gyptest-app.py
test/mac/gyptest-app-assets-catalog.py
test/mac/gyptest-app-error.py
test/mac/gyptest-bundle-resources.py
test/mac/gyptest-copies.py
test/mac/gyptest-depend-on-bundle.py
test/mac/gyptest-framework.py
test/mac/gyptest-infoplist-process.py
test/mac/gyptest-installname.py
test/mac/gyptest-ldflags-passed-to-libtool.py
test/mac/gyptest-loadable-module.py
test/mac/gyptest-lto.py
test/mac/gyptest-missing-cfbundlesignature.py
test/mac/gyptest-non-strs-flattened-to-env.py
test/mac/gyptest-postbuild-defaults.py
test/mac/gyptest-postbuild-fail.py
test/mac/gyptest-rebuild.py
test/mac/gyptest-sdkroot.py
test/mac/gyptest-sourceless-module.py
test/mac/gyptest-strip.py
test/mac/gyptest-strip-default.py
test/mac/gyptest-swift-library.py
test/mac/gyptest-xcode-env-order.py
test/make_global_settings/ar/gyptest-make_global_settings_ar.py
test/make_global_settings/basics/gyptest-make_global_settings.py
test/make_global_settings/full-toolchain/my_nm.py
test/make_global_settings/full-toolchain/my_readelf.py
test/make_global_settings/ld/gyptest-make_global_settings_ld.py
test/make_global_settings/wrapper/gyptest-wrapper.py
test/many-actions/gyptest-many-actions.py
test/many-actions/gyptest-many-actions-unsorted.py
test/msvs/config_attrs/gyptest-config_attrs.py
test/msvs/rules_stdout_stderr/rule_stderr.py
test/msvs/rules_stdout_stderr/rule_stdout.py
test/ninja/action-rule-hash/subdir/emit.py
test/ninja/action_dependencies/gyptest-action-dependencies.py
test/ninja/action_dependencies/src/emit.py
test/ninja/solibs_avoid_relinking/gyptest-solibs-avoid-relinking.py
test/no-cpp/gyptest-no-cpp.py
test/rules-dirname/gyptest-dirname.py
test/rules-dirname/src/copy-file.py
test/rules-rebuild/src/make-sources.py
test/rules-variables/gyptest-rules-variables.py
test/rules/gyptest-all.py
test/rules/gyptest-default.py
test/rules/src/copy-file.py
test/standalone/gyptest-standalone.py
test/symlinks/gyptest-symlinks.py
test/variables/commands/commands.gyp
test/variables/commands/commands-repeated.gyp
test/variables/commands/commands-repeated.gyp.stdout
test/variables/commands/commands-repeated.gypd.golden
test/variables/commands/commands.gyp.stdout
test/variables/commands/commands.gyp.ignore-env.stdout
test/variables/commands/commands.gypd.golden
test/variables/commands/gyptest-commands.py
test/variables/commands/gyptest-commands-ignore-env.py
test/variables/commands/gyptest-commands-repeated.py
test/variables/commands/repeated_multidir/print_cwd_basename.py
test/variables/commands/test.py
test/variables/filelist/gyptest-filelist.py
test/variables/filelist/gyptest-filelist-golden.py
test/win/generator-output-different-drive/gyptest-generator-output-different-drive.py
test/win/gyptest-cl-enable-enhanced-instruction-set.py
test/win/gyptest-cl-function-level-linking.py
test/win/gyptest-command-quote.py
test/win/gyptest-link-defrelink.py
test/win/gyptest-link-enable-uac.py
test/win/gyptest-link-enable-winrt.py
test/win/gyptest-link-enable-winrt-app-revision.py
test/win/gyptest-link-enable-winrt-target-platform-version.py
test/win/gyptest-link-large-pdb.py
test/win/gyptest-link-ordering.py
test/win/gyptest-link-restat-importlib.py
test/win/gyptest-link-update-manifest.py
test/win/gyptest-macro-targetfilename.py
test/win/gyptest-rc-build.py
test/win/idl-excluded/copy-file.py
test/win/vs-macros/as.py
tools/graphviz.py
tools/pretty_gyp.py
tools/pretty_sln.py
tools/pretty_vcproj.py
View side-by-side diff with in-line comments
Download patch
« test/actions-multiple/src/actions.gyp
('K') |
« test/actions-multiple/src/copy.py
('k') |
test/actions-none/src/fake_cross.py »
('j') |
test/errors/gyptest-errors.py »
('J')
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
Index: test/actions-multiple/src/copyfile.py
diff --git a/test/actions-multiple/src/copy.py b/test/actions-multiple/src/copyfile.py
similarity index 100%
rename from test/actions-multiple/src/copy.py
rename to test/actions-multiple/src/copyfile.py
« test/actions-multiple/src/actions.gyp
('K') |
« test/actions-multiple/src/copy.py
('k') |
test/actions-none/src/fake_cross.py »
('j') |
test/errors/gyptest-errors.py »
('J')
Issue 1454433002: Python 3 compatibility
Created 5 years, 1 month ago by AWhetter
Modified 4 years, 1 month ago
Reviewers: Nico
Base URL: https://chromium.googlesource.com/external/gyp.git@master
Comments: 16
This is Rietveld
408576698