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

Side by Side Diff: Source/core/core.gyp

Issue 100453011: Rename css/CSSParser to css/parser/BisonCSSParser. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/animation/ElementAnimation.cpp ('k') | Source/core/core.gypi » ('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) 2009 Google Inc. All rights reserved. 2 # Copyright (C) 2009 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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 '<(SHARED_INTERMEDIATE_DIR)/blink/XLinkNames.cpp', 283 '<(SHARED_INTERMEDIATE_DIR)/blink/XLinkNames.cpp',
284 '<(SHARED_INTERMEDIATE_DIR)/blink/XMLNSNames.cpp', 284 '<(SHARED_INTERMEDIATE_DIR)/blink/XMLNSNames.cpp',
285 '<(SHARED_INTERMEDIATE_DIR)/blink/XMLNames.cpp', 285 '<(SHARED_INTERMEDIATE_DIR)/blink/XMLNames.cpp',
286 286
287 # Generated from HTMLEntityNames.in 287 # Generated from HTMLEntityNames.in
288 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLEntityTable.cpp', 288 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLEntityTable.cpp',
289 289
290 # Generated from CSSTokenizer-in.cpp 290 # Generated from CSSTokenizer-in.cpp
291 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSTokenizer.cpp', 291 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSTokenizer.cpp',
292 292
293 # Generated from CSSParser-in.cpp 293 # Generated from BisonCSSParser-in.cpp
294 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSParser.cpp', 294 '<(SHARED_INTERMEDIATE_DIR)/blink/BisonCSSParser.cpp',
295 295
296 # Generated from HTMLMetaElement-in.cpp 296 # Generated from HTMLMetaElement-in.cpp
297 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLMetaElement.cpp', 297 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLMetaElement.cpp',
298 298
299 # Additional .cpp files from the make_core_derived_sources rules. 299 # Additional .cpp files from the make_core_derived_sources rules.
300 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSGrammar.cpp', 300 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSGrammar.cpp',
301 '<(SHARED_INTERMEDIATE_DIR)/blink/XPathGrammar.cpp', 301 '<(SHARED_INTERMEDIATE_DIR)/blink/XPathGrammar.cpp',
302 302
303 # Additional .cpp files from the inspector_protocol_sources list. 303 # Additional .cpp files from the inspector_protocol_sources list.
304 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorFrontend.cpp', 304 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorFrontend.cpp',
(...skipping 595 matching lines...) Expand 10 before | Expand all | Expand 10 after
900 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h', 900 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h',
901 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp', 901 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp',
902 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h', 902 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h',
903 ], 903 ],
904 'sources/': [ 904 'sources/': [
905 ['exclude', 'testing/js'], 905 ['exclude', 'testing/js'],
906 ], 906 ],
907 }, 907 },
908 ], # targets 908 ], # targets
909 } 909 }
OLDNEW
« no previous file with comments | « Source/core/animation/ElementAnimation.cpp ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698