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

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

Issue 19555002: Translate viewport related meta tags into @viewport descriptors as suggested by the CSS Device Adap… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 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
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 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 RuntimeEnabledFeatures.in 287 # Generated from RuntimeEnabledFeatures.in
288 '<(SHARED_INTERMEDIATE_DIR)/blink/RuntimeEnabledFeatures.cpp', 288 '<(SHARED_INTERMEDIATE_DIR)/blink/RuntimeEnabledFeatures.cpp',
289 289
290 # Generated from CSSParser-in.cpp 290 # Generated from CSSParser-in.cpp
291 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSParser.cpp', 291 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSParser.cpp',
292 292
293 # Generated from HTMLMetaElement-in.cpp
294 '<(SHARED_INTERMEDIATE_DIR)/webkit/HTMLMetaElement.cpp',
295
293 # Additional .cpp files from the make_derived_sources rules. 296 # Additional .cpp files from the make_derived_sources rules.
294 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSGrammar.cpp', 297 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSGrammar.cpp',
295 '<(SHARED_INTERMEDIATE_DIR)/blink/XPathGrammar.cpp', 298 '<(SHARED_INTERMEDIATE_DIR)/blink/XPathGrammar.cpp',
296 299
297 # Additional .cpp files from the inspector_protocol_sources list. 300 # Additional .cpp files from the inspector_protocol_sources list.
298 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorFrontend.cpp', 301 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorFrontend.cpp',
299 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorBackendDispatcher.cpp', 302 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorBackendDispatcher.cpp',
300 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorTypeBuilder.cpp', 303 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorTypeBuilder.cpp',
301 304
302 # Additional .cpp files from the inspector_instrumentation_sources list. 305 # Additional .cpp files from the inspector_instrumentation_sources list.
(...skipping 816 matching lines...) Expand 10 before | Expand all | Expand 10 after
1119 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h', 1122 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h',
1120 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp', 1123 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp',
1121 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h', 1124 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h',
1122 ], 1125 ],
1123 'sources/': [ 1126 'sources/': [
1124 ['exclude', 'testing/js'], 1127 ['exclude', 'testing/js'],
1125 ], 1128 ],
1126 }, 1129 },
1127 ], # targets 1130 ], # targets
1128 } 1131 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698