diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-01-29 05:16:00 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-01-29 05:16:00 +0000 |
commit | 8fca2b6a1b202e05be6db78bf13f2d37b2dfb779 (patch) | |
tree | bf58fa0e70e613d9fc8dbcf121dd4e530c7ce164 /www-client/chromium/files | |
parent | Fix LICENSE to right value. (diff) | |
download | gentoo-2-8fca2b6a1b202e05be6db78bf13f2d37b2dfb779.tar.gz gentoo-2-8fca2b6a1b202e05be6db78bf13f2d37b2dfb779.tar.bz2 gentoo-2-8fca2b6a1b202e05be6db78bf13f2d37b2dfb779.zip |
Dev channel bump. Aura is now default. Use bundled icu.
(Portage version: 2.2.7/cvs/Linux i686, signed Manifest commit with key 30427902)
Diffstat (limited to 'www-client/chromium/files')
-rw-r--r-- | www-client/chromium/files/chromium-depot-tools-r0.patch | 11 | ||||
-rw-r--r-- | www-client/chromium/files/chromium-system-jinja-r3.patch | 27 |
2 files changed, 38 insertions, 0 deletions
diff --git a/www-client/chromium/files/chromium-depot-tools-r0.patch b/www-client/chromium/files/chromium-depot-tools-r0.patch new file mode 100644 index 000000000000..19b92ce40d07 --- /dev/null +++ b/www-client/chromium/files/chromium-depot-tools-r0.patch @@ -0,0 +1,11 @@ +--- build/gyp_chromium.orig 2014-01-29 01:22:52.527247671 +0000 ++++ build/gyp_chromium 2014-01-29 01:23:49.857623290 +0000 +@@ -38,8 +38,6 @@ + sys.path.insert(1, os.path.join(chrome_src, 'third_party', 'WebKit', + 'Source', 'build', 'scripts')) + +-import find_depot_tools +- + # On Windows, Psyco shortens warm runs of build/gyp_chromium by about + # 20 seconds on a z600 machine with 12 GB of RAM, from 90 down to 70 + # seconds. Conversely, memory usage of build/gyp_chromium with Psyco diff --git a/www-client/chromium/files/chromium-system-jinja-r3.patch b/www-client/chromium/files/chromium-system-jinja-r3.patch new file mode 100644 index 000000000000..f78a0a3a5133 --- /dev/null +++ b/www-client/chromium/files/chromium-system-jinja-r3.patch @@ -0,0 +1,27 @@ +--- third_party/WebKit/Source/bindings/generated_bindings.gyp.orig 2014-01-29 01:37:10.832866464 +0000 ++++ third_party/WebKit/Source/bindings/generated_bindings.gyp 2014-01-29 01:37:29.082985891 +0000 +@@ -74,11 +74,6 @@ + + 'compiler_module_files': [ + 'scripts/idl_compiler.py', +- '<(DEPTH)/third_party/ply/lex.py', +- '<(DEPTH)/third_party/ply/yacc.py', +- # jinja2/__init__.py contains version string, so sufficient for package +- '<(DEPTH)/third_party/jinja2/__init__.py', +- '<(DEPTH)/third_party/markupsafe/__init__.py', # jinja2 dep + '<(DEPTH)/tools/idl_parser/idl_lexer.py', + '<(DEPTH)/tools/idl_parser/idl_node.py', + '<(DEPTH)/tools/idl_parser/idl_parser.py', +--- third_party/WebKit/Source/build/scripts/scripts.gypi.orig 2014-01-29 01:37:58.853180703 +0000 ++++ third_party/WebKit/Source/build/scripts/scripts.gypi 2014-01-29 01:38:06.423230239 +0000 +@@ -1,10 +1,6 @@ + { + 'variables': { + 'scripts_for_in_files': [ +- # jinja2/__init__.py contains version string, so sufficient as +- # dependency for whole jinja2 package +- '<(DEPTH)/third_party/jinja2/__init__.py', +- '<(DEPTH)/third_party/markupsafe/__init__.py', # jinja2 dep + 'hasher.py', + 'in_file.py', + 'in_generator.py', |