Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(252)

Side by Side Diff: Source/WebKit/chromium/WebKit.gyp

Issue 13575004: Apply script preprocessor to Web page scripts only. (Closed) Base URL: https://chromium.googlesource.com/external/WebKit_trimmed.git@master
Patch Set: Rebase, simplify Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | Source/WebKit/chromium/public/WebScopedCompilation.h » ('j') | Source/bindings/v8/ScriptDebugServer.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698