| OLD | NEW |
| 1 # | 1 # |
| 2 # Copyright (C) 2011 Google Inc. All rights reserved. | 2 # Copyright (C) 2011 Google Inc. All rights reserved. |
| 3 # | 3 # |
| 4 # Redistribution and use in source and binary forms, with or without | 4 # Redistribution and use in source and binary forms, with or without |
| 5 # modification, are permitted provided that the following conditions are | 5 # modification, are permitted provided that the following conditions are |
| 6 # met: | 6 # met: |
| 7 # | 7 # |
| 8 # * Redistributions of source code must retain the above copyright | 8 # * Redistributions of source code must retain the above copyright |
| 9 # notice, this list of conditions and the following disclaimer. | 9 # notice, this list of conditions and the following disclaimer. |
| 10 # * Redistributions in binary form must reproduce the above | 10 # * Redistributions in binary form must reproduce the above |
| (...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 575 'src/win/WebInputEventFactory.cpp', | 575 'src/win/WebInputEventFactory.cpp', |
| 576 'src/win/WebScreenInfoFactory.cpp', | 576 'src/win/WebScreenInfoFactory.cpp', |
| 577 ], | 577 ], |
| 578 'conditions': [ | 578 'conditions': [ |
| 579 ['component=="shared_library"', { | 579 ['component=="shared_library"', { |
| 580 'defines': [ | 580 'defines': [ |
| 581 'WEBKIT_DLL', | 581 'WEBKIT_DLL', |
| 582 'WEBKIT_IMPLEMENTATION=1', | 582 'WEBKIT_IMPLEMENTATION=1', |
| 583 ], | 583 ], |
| 584 'dependencies': [ | 584 'dependencies': [ |
| 585 '../../core/core.gyp/core.gyp:webcore_bindings', | 585 '../../core/core.gyp/core.gyp:webcore_derived', |
| 586 '../../core/core.gyp/core.gyp:webcore_test_support', | 586 '../../core/core.gyp/core.gyp:webcore_test_support', |
| 587 '<(DEPTH)/base/base.gyp:test_support_base', | 587 '<(DEPTH)/base/base.gyp:test_support_base', |
| 588 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', | 588 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', |
| 589 '<(DEPTH)/testing/gtest.gyp:gtest', | 589 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 590 '<(DEPTH)/testing/gmock.gyp:gmock', | 590 '<(DEPTH)/testing/gmock.gyp:gmock', |
| 591 '<(DEPTH)/third_party/icu/icu.gyp:*', | 591 '<(DEPTH)/third_party/icu/icu.gyp:*', |
| 592 '<(DEPTH)/third_party/libjpeg_turbo/libjpeg.gyp:libjpeg'
, | 592 '<(DEPTH)/third_party/libjpeg_turbo/libjpeg.gyp:libjpeg'
, |
| 593 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', | 593 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', |
| 594 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', | 594 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', |
| 595 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt', | 595 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt', |
| (...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 830 ['clang==1', { | 830 ['clang==1', { |
| 831 'target_defaults': { | 831 'target_defaults': { |
| 832 'cflags': ['-Wglobal-constructors'], | 832 'cflags': ['-Wglobal-constructors'], |
| 833 'xcode_settings': { | 833 'xcode_settings': { |
| 834 'WARNING_CFLAGS': ['-Wglobal-constructors'], | 834 'WARNING_CFLAGS': ['-Wglobal-constructors'], |
| 835 }, | 835 }, |
| 836 }, | 836 }, |
| 837 }], | 837 }], |
| 838 ], # conditions | 838 ], # conditions |
| 839 } | 839 } |
| OLD | NEW |