| 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 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 299 'src/WebPluginLoadObserver.cpp', | 299 'src/WebPluginLoadObserver.cpp', |
| 300 'src/WebPluginLoadObserver.h', | 300 'src/WebPluginLoadObserver.h', |
| 301 'src/WebPluginScrollbarImpl.cpp', | 301 'src/WebPluginScrollbarImpl.cpp', |
| 302 'src/WebPluginScrollbarImpl.h', | 302 'src/WebPluginScrollbarImpl.h', |
| 303 'src/WebPopupMenuImpl.cpp', | 303 'src/WebPopupMenuImpl.cpp', |
| 304 'src/WebPopupMenuImpl.h', | 304 'src/WebPopupMenuImpl.h', |
| 305 'src/WebRange.cpp', | 305 'src/WebRange.cpp', |
| 306 'src/WebRuntimeFeatures.cpp', | 306 'src/WebRuntimeFeatures.cpp', |
| 307 'src/WebScopedMicrotaskSuppression.cpp', | 307 'src/WebScopedMicrotaskSuppression.cpp', |
| 308 'src/WebScopedUserGesture.cpp', | 308 'src/WebScopedUserGesture.cpp', |
| 309 'src/WebScriptBindings.cpp', |
| 309 'src/WebScriptController.cpp', | 310 'src/WebScriptController.cpp', |
| 310 'src/WebScrollbarThemePainter.cpp', | 311 'src/WebScrollbarThemePainter.cpp', |
| 311 'src/WebSearchableFormData.cpp', | 312 'src/WebSearchableFormData.cpp', |
| 312 'src/WebSecurityOrigin.cpp', | 313 'src/WebSecurityOrigin.cpp', |
| 313 'src/WebSecurityPolicy.cpp', | 314 'src/WebSecurityPolicy.cpp', |
| 314 'src/WebSelectElement.cpp', | 315 'src/WebSelectElement.cpp', |
| 315 'src/WebSerializedScriptValue.cpp', | 316 'src/WebSerializedScriptValue.cpp', |
| 316 'src/WebSettingsImpl.cpp', | 317 'src/WebSettingsImpl.cpp', |
| 317 'src/WebSettingsImpl.h', | 318 'src/WebSettingsImpl.h', |
| 318 'src/WebSharedWorkerImpl.cpp', | 319 'src/WebSharedWorkerImpl.cpp', |
| (...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 588 ['clang==1', { | 589 ['clang==1', { |
| 589 'target_defaults': { | 590 'target_defaults': { |
| 590 'cflags': ['-Wglobal-constructors'], | 591 'cflags': ['-Wglobal-constructors'], |
| 591 'xcode_settings': { | 592 'xcode_settings': { |
| 592 'WARNING_CFLAGS': ['-Wglobal-constructors'], | 593 'WARNING_CFLAGS': ['-Wglobal-constructors'], |
| 593 }, | 594 }, |
| 594 }, | 595 }, |
| 595 }], | 596 }], |
| 596 ], # conditions | 597 ], # conditions |
| 597 } | 598 } |
| OLD | NEW |