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

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, 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 | 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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 284
285 # Generated from HTMLEntityNames.in 285 # Generated from HTMLEntityNames.in
286 '<(SHARED_INTERMEDIATE_DIR)/webkit/HTMLEntityTable.cpp', 286 '<(SHARED_INTERMEDIATE_DIR)/webkit/HTMLEntityTable.cpp',
287 287
288 # Generated from RuntimeEnabledFeatures.in 288 # Generated from RuntimeEnabledFeatures.in
289 '<(SHARED_INTERMEDIATE_DIR)/webkit/RuntimeEnabledFeatures.cpp', 289 '<(SHARED_INTERMEDIATE_DIR)/webkit/RuntimeEnabledFeatures.cpp',
290 290
291 # Generated from CSSParser-in.cpp 291 # Generated from CSSParser-in.cpp
292 '<(SHARED_INTERMEDIATE_DIR)/webkit/CSSParser.cpp', 292 '<(SHARED_INTERMEDIATE_DIR)/webkit/CSSParser.cpp',
293 293
294 # Generated from HTMLMetaElement-in.cpp
295 '<(SHARED_INTERMEDIATE_DIR)/webkit/HTMLMetaElement.cpp',
296
294 # Additional .cpp files from the make_derived_sources rules. 297 # Additional .cpp files from the make_derived_sources rules.
295 '<(SHARED_INTERMEDIATE_DIR)/webkit/CSSGrammar.cpp', 298 '<(SHARED_INTERMEDIATE_DIR)/webkit/CSSGrammar.cpp',
296 '<(SHARED_INTERMEDIATE_DIR)/webkit/XPathGrammar.cpp', 299 '<(SHARED_INTERMEDIATE_DIR)/webkit/XPathGrammar.cpp',
297 300
298 # Additional .cpp files from the inspector_protocol_sources list. 301 # Additional .cpp files from the inspector_protocol_sources list.
299 '<(SHARED_INTERMEDIATE_DIR)/webkit/InspectorFrontend.cpp', 302 '<(SHARED_INTERMEDIATE_DIR)/webkit/InspectorFrontend.cpp',
300 '<(SHARED_INTERMEDIATE_DIR)/webkit/InspectorBackendDispatcher.cpp', 303 '<(SHARED_INTERMEDIATE_DIR)/webkit/InspectorBackendDispatcher.cpp',
301 '<(SHARED_INTERMEDIATE_DIR)/webkit/InspectorTypeBuilder.cpp', 304 '<(SHARED_INTERMEDIATE_DIR)/webkit/InspectorTypeBuilder.cpp',
302 305
303 # Additional .cpp files from the inspector_instrumentation_sources list. 306 # Additional .cpp files from the inspector_instrumentation_sources list.
(...skipping 810 matching lines...) Expand 10 before | Expand all | Expand 10 after
1114 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated. h', 1117 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated. h',
1115 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalRuntimeFlags.cpp', 1118 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalRuntimeFlags.cpp',
1116 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalRuntimeFlags.h', 1119 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalRuntimeFlags.h',
1117 ], 1120 ],
1118 'sources/': [ 1121 'sources/': [
1119 ['exclude', 'testing/js'], 1122 ['exclude', 'testing/js'],
1120 ], 1123 ],
1121 }, 1124 },
1122 ], # targets 1125 ], # targets
1123 } 1126 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698