Changeset 142479 in webkit


Ignore:
Timestamp:
Feb 11, 2013 8:24:09 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

[BlackBerry] Add graphics subdirectory to include path.
https://bugs.webkit.org/show_bug.cgi?id=109437

Patch by Mike Lattanzio <mlattanzio@rim.com> on 2013-02-11
Reviewed by Rob Buis.

Add browser/platform/graphics to include path.

Internal review by Jeff Rogers.

  • Scripts/webkitdirs.pm:

(blackberryCMakeArguments):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r142477 r142479  
     12013-02-11  Mike Lattanzio  <mlattanzio@rim.com>
     2
     3        [BlackBerry] Add graphics subdirectory to include path.
     4        https://bugs.webkit.org/show_bug.cgi?id=109437
     5
     6        Reviewed by Rob Buis.
     7
     8        Add browser/platform/graphics to include path.
     9
     10        Internal review by Jeff Rogers.
     11
     12        * Scripts/webkitdirs.pm:
     13        (blackberryCMakeArguments):
     14
    1152013-02-11  Christophe Dumez  <ch.dumez@sisa.samsung.com>
    216
  • trunk/Tools/Scripts/webkitdirs.pm

    r142467 r142479  
    10541054    push @includeSystemDirectories, $stageInc;
    10551055    push @includeSystemDirectories, File::Spec->catdir($stageInc, "browser", "platform");
     1056    push @includeSystemDirectories, File::Spec->catdir($stageInc, "browser", "platform", "graphics");
    10561057    push @includeSystemDirectories, File::Spec->catdir($stageInc, "browser", "qsk");
    10571058    push @includeSystemDirectories, File::Spec->catdir($stageInc, "ots");
Note: See TracChangeset for help on using the changeset viewer.