Changeset 80389 in webkit


Ignore:
Timestamp:
Mar 4, 2011 4:16:45 PM (13 years ago)
Author:
abarth@webkit.org
Message:

2011-03-04 Adam Barth <abarth@webkit.org>

Reviewed by Dimitri Glazkov.

Remove unneeded round-trips through ../Source in the Chromium GYP build
https://bugs.webkit.org/show_bug.cgi?id=55795

2011-03-04 Adam Barth <abarth@webkit.org>

Reviewed by Dimitri Glazkov.

Remove unneeded round-trips through ../Source in the Chromium GYP build
https://bugs.webkit.org/show_bug.cgi?id=55795

  • WebKit.gyp:

2011-03-04 Adam Barth <abarth@webkit.org>

Reviewed by Dimitri Glazkov.

Remove unneeded round-trips through ../Source in the Chromium GYP build
https://bugs.webkit.org/show_bug.cgi?id=55795

This is just cleanup work, but it was bugging me.

  • WebCore.gyp/WebCore.gyp:
Location:
trunk/Source
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r80387 r80389  
     12011-03-04  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Dimitri Glazkov.
     4
     5        Remove unneeded round-trips through ../Source in the Chromium GYP build
     6        https://bugs.webkit.org/show_bug.cgi?id=55795
     7
     8        * JavaScriptCore.gyp/JavaScriptCore.gyp:
     9
    1102011-03-04  Adam Barth  <abarth@webkit.org>
    211
  • trunk/Source/JavaScriptCore/JavaScriptCore.gyp/JavaScriptCore.gyp

    r80094 r80389  
    3333    # FIXME: Sense whether upstream or downstream build, and
    3434    # include the right features.gypi
    35     '../../../Source/WebKit/chromium/features.gypi',
     35    '../../WebKit/chromium/features.gypi',
    3636    '../JavaScriptCore.gypi',
    3737  ],
     
    4141      ['inside_chromium_build==0', {
    4242        # Webkit is being built outside of the full chromium project.
    43         'chromium_src_dir': '../../../Source/WebKit/chromium',
     43        'chromium_src_dir': '../../WebKit/chromium',
    4444      },{
    4545        # WebKit is checked out in src/chromium/third_party/WebKit
  • trunk/Source/WebCore/ChangeLog

    r80386 r80389  
     12011-03-04  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Dimitri Glazkov.
     4
     5        Remove unneeded round-trips through ../Source in the Chromium GYP build
     6        https://bugs.webkit.org/show_bug.cgi?id=55795
     7
     8        This is just cleanup work, but it was bugging me.
     9
     10        * WebCore.gyp/WebCore.gyp:
     11
    1122011-03-04  Mike Reed  <reed@google.com>
    213
  • trunk/Source/WebCore/WebCore.gyp/WebCore.gyp

    r80336 r80389  
    3333    # FIXME: Sense whether upstream or downstream build, and
    3434    # include the right features.gypi
    35     '../../../Source/WebKit/chromium/features.gypi',
     35    '../../WebKit/chromium/features.gypi',
    3636    '../WebCore.gypi',
    3737  ],
     
    4141      # Webkit is being built outside of the full chromium project.
    4242      'variables': {
    43         'chromium_src_dir': '../../../Source/WebKit/chromium',
     43        'chromium_src_dir': '../../WebKit/chromium',
    4444        'libjpeg_gyp_path': '<(chromium_src_dir)/third_party/libjpeg_turbo/libjpeg.gyp',
    4545      },
     
    11651165
    11661166        # For WebCoreSystemInterface, Mac-only.
    1167         '../../../Source/WebKit/mac/WebCoreSupport/WebSystemInterface.mm',
     1167        '../../WebKit/mac/WebCoreSupport/WebSystemInterface.mm',
    11681168      ],
    11691169      'sources/': [
     
    12771277            ['include', 'platform/Theme\\.cpp$'],
    12781278
    1279             ['include', 'Source/WebKit/mac/WebCoreSupport/WebSystemInterface\\.mm$'],
     1279            ['include', 'WebKit/mac/WebCoreSupport/WebSystemInterface\\.mm$'],
    12801280
    12811281            # Chromium Mac does not use skia.
     
    16031603            'include_dirs': [
    16041604              '../../../WebKitLibraries',
    1605               '../../../Source/WebKit/mac/WebCoreSupport',
     1605              '../../WebKit/mac/WebCoreSupport',
    16061606            ],
    16071607          },
  • trunk/Source/WebKit/chromium/ChangeLog

    r80361 r80389  
     12011-03-04  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Dimitri Glazkov.
     4
     5        Remove unneeded round-trips through ../Source in the Chromium GYP build
     6        https://bugs.webkit.org/show_bug.cgi?id=55795
     7
     8        * WebKit.gyp:
     9
    1102011-03-03  John Abd-El-Malek  <jam@chromium.org>
    211
  • trunk/Source/WebKit/chromium/WebKit.gyp

    r80183 r80389  
    3131{
    3232    'includes': [
    33         '../../../Source/WebCore/WebCore.gypi',
     33        '../../WebCore/WebCore.gypi',
    3434        '../../../Tools/DumpRenderTree/DumpRenderTree.gypi',
    3535        'WebKit.gypi',
     
    4343                # Webkit is being built outside of the full chromium project.
    4444                # e.g. via build-webkit --chromium
    45                 'chromium_src_dir': '../../../Source/WebKit/chromium',
     45                'chromium_src_dir': '../../WebKit/chromium',
    4646                'webkit_target_type': 'static_library',
    4747
     
    7474            'msvs_guid': '5ECEC9E5-8F23-47B6-93E0-C3B328B3BE65',
    7575            'dependencies': [
    76                 '../../../Source/WebCore/WebCore.gyp/WebCore.gyp:webcore',
     76                '../../WebCore/WebCore.gyp/WebCore.gyp:webcore',
    7777                '<(chromium_src_dir)/app/app.gyp:app_base', # For GLContext
    7878                '<(chromium_src_dir)/skia/skia.gyp:skia',
     
    599599                            ],
    600600                            'dependencies': [
    601                                 '../../../Source/WebCore/WebCore.gyp/WebCore.gyp:webcore_bindings',
     601                                '../../WebCore/WebCore.gyp/WebCore.gyp:webcore_bindings',
    602602                                '<(chromium_src_dir)/base/base.gyp:test_support_base',
    603603                                '<(chromium_src_dir)/build/temp_gyp/googleurl.gyp:googleurl',
     
    696696            'dependencies': [
    697697                'devtools_html',
    698                 '../../../Source/WebCore/WebCore.gyp/WebCore.gyp:inspector_protocol_sources',
     698                '../../WebCore/WebCore.gyp/WebCore.gyp:inspector_protocol_sources',
    699699            ],
    700700            'conditions': [
     
    737737                    # See issue 29695: WebKit.gypi is a source file for devtools.html.
    738738                    'WebKit.gypi',
    739                     '../../../Source/WebCore/inspector/front-end/inspector.html',
     739                    '../../WebCore/inspector/front-end/inspector.html',
    740740                ],
    741741                'outputs': ['<(PRODUCT_DIR)/resources/inspector/devtools.html'],
     
    748748            'dependencies': [
    749749                'devtools_html',
    750                 '../../../Source/WebCore/WebCore.gyp/WebCore.gyp:inspector_protocol_sources'
     750                '../../WebCore/WebCore.gyp/WebCore.gyp:inspector_protocol_sources'
    751751            ],
    752752            'sources': ['<(PRODUCT_DIR)/resources/inspector/DevTools.js'],
     
    754754                'action_name': 'concatenate_devtools_js',
    755755                'script_name': 'scripts/concatenate_js_files.py',
    756                 'input_page': '../../../Source/WebCore/inspector/front-end/inspector.html',
     756                'input_page': '../../WebCore/inspector/front-end/inspector.html',
    757757                'inputs': [
    758758                    '<@(_script_name)',
     
    763763                ],
    764764                'search_path': [
    765                     '../../../Source/WebCore/inspector/front-end',
     765                    '../../WebCore/inspector/front-end',
    766766                    'src/js',
    767767                    '<(SHARED_INTERMEDIATE_DIR)/webcore',
     
    781781                'action_name': 'concatenate_devtools_css',
    782782                'script_name': 'scripts/concatenate_css_files.py',
    783                 'input_page': '../../../Source/WebCore/inspector/front-end/inspector.html',
     783                'input_page': '../../WebCore/inspector/front-end/inspector.html',
    784784                'inputs': [
    785785                    '<@(_script_name)',
     
    789789                ],
    790790                'search_path': [
    791                     '../../../Source/WebCore/inspector/front-end',
     791                    '../../WebCore/inspector/front-end',
    792792                    'src/js',
    793793                ],
     
    802802            'dependencies': [
    803803                'webkit',
    804                 '../../../Source/WebCore/WebCore.gyp/WebCore.gyp:webcore',
     804                '../../WebCore/WebCore.gyp/WebCore.gyp:webcore',
    805805                '<(chromium_src_dir)/testing/gtest.gyp:gtest',
    806806                '<(chromium_src_dir)/base/base.gyp:base',
     
    873873            'dependencies': [
    874874                'webkit',
    875                 '../../../Source/JavaScriptCore/JavaScriptCore.gyp/JavaScriptCore.gyp:wtf',
     875                '../../JavaScriptCore/JavaScriptCore.gyp/JavaScriptCore.gyp:wtf',
    876876                '<(chromium_src_dir)/webkit/support/webkit_support.gyp:webkit_support',
    877877            ],
    878878            'include_dirs': [
    879                 '../../../Source/JavaScriptCore',
     879                '../../JavaScriptCore',
    880880                '<(DEPTH)',
    881881            ],
     
    894894                'copy_TestNetscapePlugIn',
    895895                'webkit',
    896                 '../../../Source/JavaScriptCore/JavaScriptCore.gyp/JavaScriptCore.gyp:wtf_config',
     896                '../../JavaScriptCore/JavaScriptCore.gyp/JavaScriptCore.gyp:wtf_config',
    897897                '<(chromium_src_dir)/third_party/icu/icu.gyp:icuuc',
    898898                '<(chromium_src_dir)/third_party/mesa/mesa.gyp:osmesa',
     
    903903                '<(chromium_src_dir)',
    904904                'public',
    905                 '../../../Source/JavaScriptCore',
    906                 '../../../Source/JavaScriptCore/wtf', # wtf/text/*.h refers headers in wtf/ without wtf/.
     905                '../../JavaScriptCore',
     906                '../../JavaScriptCore/wtf', # wtf/text/*.h refers headers in wtf/ without wtf/.
    907907                '<(DEPTH)',
    908908            ],
     
    940940                            ],
    941941                            'dependencies': [
    942                                 '../../../Source/JavaScriptCore/JavaScriptCore.gyp/JavaScriptCore.gyp:wtf',
     942                                '../../JavaScriptCore/JavaScriptCore.gyp/JavaScriptCore.gyp:wtf',
    943943                            ],
    944944                        }],
Note: See TracChangeset for help on using the changeset viewer.