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 550 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
561 'src/WorkerAsyncFileWriterChromium.cpp', | 561 'src/WorkerAsyncFileWriterChromium.cpp', |
562 'src/WorkerAsyncFileWriterChromium.h', | 562 'src/WorkerAsyncFileWriterChromium.h', |
563 'src/WorkerFileSystemCallbacksBridge.cpp', | 563 'src/WorkerFileSystemCallbacksBridge.cpp', |
564 'src/WorkerFileSystemCallbacksBridge.h', | 564 'src/WorkerFileSystemCallbacksBridge.h', |
565 'src/WorkerFileWriterCallbacksBridge.cpp', | 565 'src/WorkerFileWriterCallbacksBridge.cpp', |
566 'src/WorkerFileWriterCallbacksBridge.h', | 566 'src/WorkerFileWriterCallbacksBridge.h', |
567 'src/WorkerStorageQuotaCallbacksBridge.cpp', | 567 'src/WorkerStorageQuotaCallbacksBridge.cpp', |
568 'src/WorkerStorageQuotaCallbacksBridge.h', | 568 'src/WorkerStorageQuotaCallbacksBridge.h', |
569 'src/win/WebInputEventFactory.cpp', | 569 'src/win/WebInputEventFactory.cpp', |
570 'src/win/WebScreenInfoFactory.cpp', | 570 'src/win/WebScreenInfoFactory.cpp', |
| 571 'src/ViewportAttributesManager.cpp', |
| 572 'src/ViewportAttributesManager.h', |
571 ], | 573 ], |
572 'conditions': [ | 574 'conditions': [ |
573 ['component=="shared_library"', { | 575 ['component=="shared_library"', { |
574 'defines': [ | 576 'defines': [ |
575 'WEBKIT_DLL', | 577 'WEBKIT_DLL', |
576 'WEBKIT_IMPLEMENTATION=1', | 578 'WEBKIT_IMPLEMENTATION=1', |
577 ], | 579 ], |
578 'dependencies': [ | 580 'dependencies': [ |
579 '../../core/core.gyp/core.gyp:webcore_derived', | 581 '../../core/core.gyp/core.gyp:webcore_derived', |
580 '../../core/core.gyp/core.gyp:webcore_test_support', | 582 '../../core/core.gyp/core.gyp:webcore_test_support', |
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
826 ['clang==1', { | 828 ['clang==1', { |
827 'target_defaults': { | 829 'target_defaults': { |
828 'cflags': ['-Wglobal-constructors'], | 830 'cflags': ['-Wglobal-constructors'], |
829 'xcode_settings': { | 831 'xcode_settings': { |
830 'WARNING_CFLAGS': ['-Wglobal-constructors'], | 832 'WARNING_CFLAGS': ['-Wglobal-constructors'], |
831 }, | 833 }, |
832 }, | 834 }, |
833 }], | 835 }], |
834 ], # conditions | 836 ], # conditions |
835 } | 837 } |
OLD | NEW |