Edit

kc3-lang/angle/angle.isolate

Branch :

  • Show log

    Commit

  • Author : Kenneth Russell
    Date : 2015-07-08 16:34:16
    Hash : 6d2e0ee9
    Message : Add isolate for ANGLE on all platforms. This will be included in isolates for targets which really need it; initially, angle_end2end_tests. BUG=angleproject:892 Change-Id: I466455b0cc50a70980ddc09a6db2211f13774abc Reviewed-on: https://chromium-review.googlesource.com/284361 Tested-by: Kenneth Russell <kbr@chromium.org> Reviewed-by: Antoine Labour <piman@chromium.org> Reviewed-by: Geoff Lang <geofflang@chromium.org>

  • angle.isolate
  • # Copyright 2015 The ANGLE Project Authors. All rights reserved.
    # Use of this source code is governed by a BSD-style license that can be
    # found in the LICENSE file.
    
    # This isolate expresses the Chromium project's default runtime
    # dependencies.
    {
      'conditions': [
        ['OS=="win"', {
          'variables': {
            'files': [
              '<(PRODUCT_DIR)/d3dcompiler_47.dll',
              '<(PRODUCT_DIR)/libEGL.dll',
              '<(PRODUCT_DIR)/libGLESv2.dll',
            ],
          },
        }],
      ],
    }