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

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

Issue 18371008: Add a WebDocument::watchCssSelectors(selectors) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@pinned
Patch Set: Initial Created 7 years, 5 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
« no previous file with comments | « no previous file | Source/WebKit/chromium/src/FrameLoaderClientImpl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « no previous file | Source/WebKit/chromium/src/FrameLoaderClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698