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

Issue 9460049: Next level of changes to get more of Chrome building (Closed)

Created:
8 years, 10 months ago by scottmg
Modified:
8 years, 8 months ago
Reviewers:
CC:
gyp-developer_googlegroups.com
Visibility:
Public.

Description

Next level of changes to get more of Chrome building - Name PDB - Make sure libs are adjusted from -l form - Handle implicit .idl builds in VS style - Don't handle explicitly built .idl files (used in WebKit) [all landed in various similar/modified forms, closing]

Patch Set 1 #

Patch Set 2 : wip #

Patch Set 3 : #

Patch Set 4 : more wip #

Patch Set 5 : wip #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2965 lines, -77 lines) Patch
M pylib/gyp/MSVSVersion.py View 1 2 3 7 chunks +33 lines, -14 lines 0 comments Download
M pylib/gyp/generator/ninja.py View 1 2 3 4 26 chunks +150 lines, -55 lines 0 comments Download
M pylib/gyp/msvs_emulation.py View 1 2 3 4 2 chunks +354 lines, -7 lines 0 comments Download
M pylib/gyp/ninja_syntax.py View 1 2 3 4 2 chunks +8 lines, -1 line 0 comments Download
M pylib/gyp/win_tool.py View 1 2 3 4 2 chunks +39 lines, -0 lines 0 comments Download
M test/lib/TestCmd.py View 1 1 chunk +2 lines, -0 lines 0 comments Download
A test/win/compiler_flags/additional-options.gyp View 1 2 3 4 1 chunk +46 lines, -0 lines 0 comments Download
A test/win/compiler_flags/buffer-security-check.gyp View 1 2 3 4 1 chunk +34 lines, -0 lines 0 comments Download
A test/win/compiler_flags/character-set.gyp View 1 2 3 4 1 chunk +41 lines, -0 lines 0 comments Download
A test/win/compiler_flags/debug-format.gyp View 1 2 3 4 1 chunk +60 lines, -0 lines 0 comments Download
A test/win/compiler_flags/exception-handling.gyp View 1 2 3 4 1 chunk +47 lines, -0 lines 0 comments Download
A test/win/compiler_flags/function-level-linking.gyp View 1 2 3 4 1 chunk +34 lines, -0 lines 0 comments Download
A test/win/compiler_flags/hello.cc View 1 2 3 4 1 chunk +7 lines, -0 lines 0 comments Download
A test/win/compiler_flags/minimal-rebuild.gyp View 1 2 3 4 1 chunk +34 lines, -0 lines 0 comments Download
A test/win/compiler_flags/optimizations.gyp View 1 2 3 4 1 chunk +150 lines, -0 lines 0 comments Download
A test/win/compiler_flags/rtti.gyp View 1 2 3 4 1 chunk +34 lines, -0 lines 0 comments Download
A test/win/compiler_flags/runtime-checks.gyp View 1 2 3 4 1 chunk +59 lines, -0 lines 0 comments Download
A test/win/compiler_flags/runtime-library.gyp View 1 2 3 4 1 chunk +60 lines, -0 lines 0 comments Download
A test/win/compiler_flags/warning-as-error.gyp View 1 2 3 4 1 chunk +46 lines, -0 lines 0 comments Download
A test/win/compiler_flags/warning-level.gyp View 1 2 3 4 1 chunk +46 lines, -0 lines 0 comments Download
A test/win/gyptest-action_cygwin.py View 1 2 3 1 chunk +27 lines, -0 lines 0 comments Download
A test/win/gyptest-cl_additional_options.py View 1 2 3 4 1 chunk +36 lines, -0 lines 0 comments Download
A test/win/gyptest-cl_buffer_security_check.py View 1 2 3 4 1 chunk +32 lines, -0 lines 0 comments Download
A test/win/gyptest-cl_character_set.py View 1 2 3 4 1 chunk +36 lines, -0 lines 0 comments Download
A test/win/gyptest-cl_debug_format.py View 1 2 3 4 1 chunk +40 lines, -0 lines 0 comments Download
A test/win/gyptest-cl_exception_handling.py View 1 2 3 4 1 chunk +31 lines, -0 lines 0 comments Download
A test/win/gyptest-cl_function_level_linking.py View 1 2 3 4 1 chunk +29 lines, -0 lines 0 comments Download
A test/win/gyptest-cl_minimal_rebuild.py View 1 2 3 4 1 chunk +28 lines, -0 lines 0 comments Download
A test/win/gyptest-cl_optimizations.py View 1 2 3 4 1 chunk +64 lines, -0 lines 0 comments Download
A test/win/gyptest-cl_rtti.py View 1 2 3 4 1 chunk +29 lines, -0 lines 0 comments Download
A test/win/gyptest-cl_runtime_checks.py View 1 2 3 4 1 chunk +34 lines, -0 lines 0 comments Download
A test/win/gyptest-cl_runtime_library.py View 1 2 3 4 1 chunk +36 lines, -0 lines 0 comments Download
A test/win/gyptest-cl_warning_as_error.py View 1 2 3 4 1 chunk +34 lines, -0 lines 0 comments Download
A test/win/gyptest-cl_warning_level.py View 1 2 3 4 1 chunk +33 lines, -0 lines 0 comments Download
A test/win/gyptest-link_additional_deps.py View 1 2 3 4 1 chunk +29 lines, -0 lines 0 comments Download
A test/win/gyptest-link_additional_options.py View 1 2 3 4 1 chunk +31 lines, -0 lines 0 comments Download
A test/win/gyptest-link_aslr.py View 1 2 3 4 1 chunk +32 lines, -0 lines 0 comments Download
A test/win/gyptest-link_debug_info.py View 1 2 3 4 1 chunk +28 lines, -0 lines 0 comments Download
A test/win/gyptest-link_default_libs.py View 1 2 3 4 1 chunk +30 lines, -0 lines 0 comments Download
A test/win/gyptest-link_delay_load_dlls.py View 1 2 3 4 1 chunk +36 lines, -0 lines 0 comments Download
A test/win/gyptest-link_dep.py View 1 2 3 4 1 chunk +32 lines, -0 lines 0 comments Download
A test/win/gyptest-link_fixed_base.py View 1 2 3 4 1 chunk +35 lines, -0 lines 0 comments Download
A test/win/gyptest-link_incremental.py View 1 2 3 4 1 chunk +35 lines, -0 lines 0 comments Download
A test/win/gyptest-link_library_adjust.py View 1 chunk +28 lines, -0 lines 0 comments Download
A test/win/gyptest-link_library_directories.py View 1 2 3 4 1 chunk +35 lines, -0 lines 0 comments Download
A test/win/gyptest-link_ltcg.py View 1 2 3 4 1 chunk +33 lines, -0 lines 0 comments Download
A test/win/gyptest-link_opt_comdat.py View 1 2 3 4 1 chunk +32 lines, -0 lines 0 comments Download
A test/win/gyptest-link_opt_ref.py View 1 2 3 4 1 chunk +32 lines, -0 lines 0 comments Download
A test/win/gyptest-link_subsystem.py View 1 2 3 4 1 chunk +32 lines, -0 lines 0 comments Download
A test/win/gyptest-link_target_machine.py View 1 2 3 4 1 chunk +30 lines, -0 lines 0 comments Download
A test/win/library_adjust/library-adjust.gyp View 1 2 3 1 chunk +20 lines, -0 lines 0 comments Download
A test/win/linker_flags/additional-deps.gyp View 1 2 3 4 1 chunk +36 lines, -0 lines 0 comments Download
A test/win/linker_flags/additional-options.gyp View 1 2 3 4 1 chunk +36 lines, -0 lines 0 comments Download
A test/win/linker_flags/aslr.gyp View 1 2 3 4 1 chunk +44 lines, -0 lines 0 comments Download
A test/win/linker_flags/debug-info.gyp View 1 2 3 4 1 chunk +34 lines, -0 lines 0 comments Download
A test/win/linker_flags/default-libs.gyp View 1 2 3 4 1 chunk +16 lines, -0 lines 0 comments Download
A test/win/linker_flags/delay-load-dlls.gyp View 1 2 3 4 1 chunk +59 lines, -0 lines 0 comments Download
A test/win/linker_flags/dep.gyp View 1 2 3 4 1 chunk +44 lines, -0 lines 0 comments Download
A test/win/linker_flags/fixed-base.gyp View 1 2 3 4 1 chunk +44 lines, -0 lines 0 comments Download
A test/win/linker_flags/hello.cc View 1 2 3 4 1 chunk +7 lines, -0 lines 0 comments Download
A test/win/linker_flags/incremental.gyp View 1 2 3 4 1 chunk +47 lines, -0 lines 0 comments Download
A test/win/linker_flags/library-directories.gyp View 1 2 3 4 1 chunk +49 lines, -0 lines 0 comments Download
A test/win/linker_flags/ltcg.gyp View 1 2 3 4 1 chunk +46 lines, -0 lines 0 comments Download
A test/win/linker_flags/opt-comdat.gyp View 1 2 3 4 1 chunk +44 lines, -0 lines 0 comments Download
A test/win/linker_flags/opt-ref.gyp View 1 2 3 4 1 chunk +44 lines, -0 lines 0 comments Download
A test/win/linker_flags/subsystem.gyp View 1 2 3 4 1 chunk +34 lines, -0 lines 0 comments Download
A test/win/linker_flags/target-machine.gyp View 1 2 3 4 1 chunk +34 lines, -0 lines 0 comments Download
A test/win/run_cygwin/blah.sh View 1 1 chunk +11 lines, -0 lines 0 comments Download
A test/win/run_cygwin/cygwin-action.gyp View 1 1 chunk +33 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698