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 547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
558 'src/WorkerAsyncFileWriterChromium.cpp', | 558 'src/WorkerAsyncFileWriterChromium.cpp', |
559 'src/WorkerAsyncFileWriterChromium.h', | 559 'src/WorkerAsyncFileWriterChromium.h', |
560 'src/WorkerFileSystemCallbacksBridge.cpp', | 560 'src/WorkerFileSystemCallbacksBridge.cpp', |
561 'src/WorkerFileSystemCallbacksBridge.h', | 561 'src/WorkerFileSystemCallbacksBridge.h', |
562 'src/WorkerFileWriterCallbacksBridge.cpp', | 562 'src/WorkerFileWriterCallbacksBridge.cpp', |
563 'src/WorkerFileWriterCallbacksBridge.h', | 563 'src/WorkerFileWriterCallbacksBridge.h', |
564 'src/WorkerStorageQuotaCallbacksBridge.cpp', | 564 'src/WorkerStorageQuotaCallbacksBridge.cpp', |
565 'src/WorkerStorageQuotaCallbacksBridge.h', | 565 'src/WorkerStorageQuotaCallbacksBridge.h', |
566 'src/win/WebInputEventFactory.cpp', | 566 'src/win/WebInputEventFactory.cpp', |
567 'src/win/WebScreenInfoFactory.cpp', | 567 'src/win/WebScreenInfoFactory.cpp', |
568 'src/ViewportAttributesManager.cpp', | |
569 'src/ViewportAttributesManager.h', | |
abarth-chromium
2013/05/20 18:22:25
Please list alphabetically
| |
568 ], | 570 ], |
569 'conditions': [ | 571 'conditions': [ |
570 ['component=="shared_library"', { | 572 ['component=="shared_library"', { |
571 'defines': [ | 573 'defines': [ |
572 'WEBKIT_DLL', | 574 'WEBKIT_DLL', |
573 'WEBKIT_IMPLEMENTATION=1', | 575 'WEBKIT_IMPLEMENTATION=1', |
574 ], | 576 ], |
575 'dependencies': [ | 577 'dependencies': [ |
576 '../../core/core.gyp/core.gyp:webcore_derived', | 578 '../../core/core.gyp/core.gyp:webcore_derived', |
577 '../../core/core.gyp/core.gyp:webcore_test_support', | 579 '../../core/core.gyp/core.gyp:webcore_test_support', |
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
823 ['clang==1', { | 825 ['clang==1', { |
824 'target_defaults': { | 826 'target_defaults': { |
825 'cflags': ['-Wglobal-constructors'], | 827 'cflags': ['-Wglobal-constructors'], |
826 'xcode_settings': { | 828 'xcode_settings': { |
827 'WARNING_CFLAGS': ['-Wglobal-constructors'], | 829 'WARNING_CFLAGS': ['-Wglobal-constructors'], |
828 }, | 830 }, |
829 }, | 831 }, |
830 }], | 832 }], |
831 ], # conditions | 833 ], # conditions |
832 } | 834 } |
OLD | NEW |