| 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 500 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 511 'src/WebPluginContainerImpl.h', | 511 'src/WebPluginContainerImpl.h', |
| 512 'src/WebPluginDocument.cpp', | 512 'src/WebPluginDocument.cpp', |
| 513 'src/WebPluginLoadObserver.cpp', | 513 'src/WebPluginLoadObserver.cpp', |
| 514 'src/WebPluginLoadObserver.h', | 514 'src/WebPluginLoadObserver.h', |
| 515 'src/WebPluginScrollbarImpl.cpp', | 515 'src/WebPluginScrollbarImpl.cpp', |
| 516 'src/WebPluginScrollbarImpl.h', | 516 'src/WebPluginScrollbarImpl.h', |
| 517 'src/WebPopupMenuImpl.cpp', | 517 'src/WebPopupMenuImpl.cpp', |
| 518 'src/WebPopupMenuImpl.h', | 518 'src/WebPopupMenuImpl.h', |
| 519 'src/WebRange.cpp', | 519 'src/WebRange.cpp', |
| 520 'src/WebRuntimeFeatures.cpp', | 520 'src/WebRuntimeFeatures.cpp', |
| 521 'src/WebScopedCompilation.cpp', |
| 521 'src/WebScopedMicrotaskSuppression.cpp', | 522 'src/WebScopedMicrotaskSuppression.cpp', |
| 522 'src/WebScopedUserGesture.cpp', | 523 'src/WebScopedUserGesture.cpp', |
| 523 'src/WebScriptController.cpp', | 524 'src/WebScriptController.cpp', |
| 524 'src/WebScrollbarThemeClientImpl.cpp', | 525 'src/WebScrollbarThemeClientImpl.cpp', |
| 525 'src/WebScrollbarThemeClientImpl.h', | 526 'src/WebScrollbarThemeClientImpl.h', |
| 526 'src/WebScrollbarThemePainter.cpp', | 527 'src/WebScrollbarThemePainter.cpp', |
| 527 'src/WebSearchableFormData.cpp', | 528 'src/WebSearchableFormData.cpp', |
| 528 'src/WebSecurityOrigin.cpp', | 529 'src/WebSecurityOrigin.cpp', |
| 529 'src/WebSecurityPolicy.cpp', | 530 'src/WebSecurityPolicy.cpp', |
| 530 'src/WebSelectElement.cpp', | 531 'src/WebSelectElement.cpp', |
| (...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 832 ['clang==1', { | 833 ['clang==1', { |
| 833 'target_defaults': { | 834 'target_defaults': { |
| 834 'cflags': ['-Wglobal-constructors'], | 835 'cflags': ['-Wglobal-constructors'], |
| 835 'xcode_settings': { | 836 'xcode_settings': { |
| 836 'WARNING_CFLAGS': ['-Wglobal-constructors'], | 837 'WARNING_CFLAGS': ['-Wglobal-constructors'], |
| 837 }, | 838 }, |
| 838 }, | 839 }, |
| 839 }], | 840 }], |
| 840 ], # conditions | 841 ], # conditions |
| 841 } | 842 } |
| OLD | NEW |