Changeset 164239 in webkit


Ignore:
Timestamp:
Feb 17, 2014 11:48:31 AM (10 years ago)
Author:
ChangSeok Oh
Message:

[GTK] Build failure caused by missing jsmin module
https://bugs.webkit.org/show_bug.cgi?id=128742

Reviewed by Philippe Normand.

No new tests since no functionality changed.

  • GNUmakefile.am: Relocate PYTHONPATH to make it meaningful.
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r164234 r164239  
     12014-02-17  ChangSeok Oh  <changseok.oh@collabora.com>
     2
     3        [GTK] Build failure caused by missing jsmin module
     4        https://bugs.webkit.org/show_bug.cgi?id=128742
     5
     6        Reviewed by Philippe Normand.
     7
     8        No new tests since no functionality changed.
     9
     10        * GNUmakefile.am: Relocate PYTHONPATH to make it meaningful.
     11
    1122014-02-17  Radu Stavila  <stavila@adobe.com>
    213
  • trunk/Source/WebCore/GNUmakefile.am

    r164024 r164239  
    268268USER_AGENT_SCRIPT_FILES = $(WebCore)/Modules/mediacontrols/mediaControlsApple.js $(WebCore)/Modules/mediacontrols/mediaControlsGtk.js
    269269DerivedSources/WebCore/UserAgentScriptsData.cpp: DerivedSources/WebCore/UserAgentScripts.h
    270 DerivedSources/WebCore/UserAgentScripts.h: PYTHONPATH=$(INSPECTOR_SCRIPTS_DIR)
    271270DerivedSources/WebCore/UserAgentScripts.h: $(WebCore)/Scripts/make-js-file-arrays.py $(USER_AGENT_SCRIPT_FILES)
    272         $(AM_V_GEN)$(PYTHON) $< $@ DerivedSources/WebCore/UserAgentScriptsData.cpp $(USER_AGENT_SCRIPT_FILES)
     271        $(AM_V_GEN) PYTHONPATH=$(INSPECTOR_SCRIPTS_DIR) $(PYTHON) $< $@ DerivedSources/WebCore/UserAgentScriptsData.cpp $(USER_AGENT_SCRIPT_FILES)
    273272
    274273# user agent style sheets
Note: See TracChangeset for help on using the changeset viewer.