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

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

Issue 185533012: Auto generate MediaFeatureNames, its macros and MediaTypeNames (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed comment from RuntimeEnabled Created 6 years, 9 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 | « Source/core/Init.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 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 '<(SHARED_INTERMEDIATE_DIR)/blink/SVGNames.cpp', 277 '<(SHARED_INTERMEDIATE_DIR)/blink/SVGNames.cpp',
278 '<(SHARED_INTERMEDIATE_DIR)/blink/UserAgentStyleSheetsData.cpp', 278 '<(SHARED_INTERMEDIATE_DIR)/blink/UserAgentStyleSheetsData.cpp',
279 '<(SHARED_INTERMEDIATE_DIR)/blink/V8HTMLElementWrapperFactory.cpp', 279 '<(SHARED_INTERMEDIATE_DIR)/blink/V8HTMLElementWrapperFactory.cpp',
280 '<(SHARED_INTERMEDIATE_DIR)/blink/XLinkNames.cpp', 280 '<(SHARED_INTERMEDIATE_DIR)/blink/XLinkNames.cpp',
281 '<(SHARED_INTERMEDIATE_DIR)/blink/XMLNSNames.cpp', 281 '<(SHARED_INTERMEDIATE_DIR)/blink/XMLNSNames.cpp',
282 '<(SHARED_INTERMEDIATE_DIR)/blink/XMLNames.cpp', 282 '<(SHARED_INTERMEDIATE_DIR)/blink/XMLNames.cpp',
283 283
284 # Generated from HTMLEntityNames.in 284 # Generated from HTMLEntityNames.in
285 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLEntityTable.cpp', 285 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLEntityTable.cpp',
286 286
287 # Generated from MediaFeatureNames.in
288 '<(SHARED_INTERMEDIATE_DIR)/blink/MediaFeatureNames.cpp',
289
290 # Generated from MediaTypeNames.in
291 '<(SHARED_INTERMEDIATE_DIR)/blink/MediaTypeNames.cpp',
292
287 # Generated from CSSTokenizer-in.cpp 293 # Generated from CSSTokenizer-in.cpp
288 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSTokenizer.cpp', 294 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSTokenizer.cpp',
289 295
290 # Generated from BisonCSSParser-in.cpp 296 # Generated from BisonCSSParser-in.cpp
291 '<(SHARED_INTERMEDIATE_DIR)/blink/BisonCSSParser.cpp', 297 '<(SHARED_INTERMEDIATE_DIR)/blink/BisonCSSParser.cpp',
292 298
293 # Generated from HTMLMetaElement-in.cpp 299 # Generated from HTMLMetaElement-in.cpp
294 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLMetaElement.cpp', 300 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLMetaElement.cpp',
295 301
296 # Additional .cpp files from the make_core_generated rules. 302 # Additional .cpp files from the make_core_generated rules.
(...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after
819 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h', 825 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h',
820 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp', 826 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp',
821 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h', 827 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h',
822 ], 828 ],
823 'sources/': [ 829 'sources/': [
824 ['exclude', 'testing/js'], 830 ['exclude', 'testing/js'],
825 ], 831 ],
826 }, 832 },
827 ], # targets 833 ], # targets
828 } 834 }
OLDNEW
« no previous file with comments | « Source/core/Init.cpp ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698