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

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: Land patch upload resulted in python error 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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 286
287 # Generated from HTMLEntityNames.in 287 # Generated from HTMLEntityNames.in
288 '<(SHARED_INTERMEDIATE_DIR)/webkit/HTMLEntityTable.cpp', 288 '<(SHARED_INTERMEDIATE_DIR)/webkit/HTMLEntityTable.cpp',
289 289
290 # Generated from RuntimeEnabledFeatures.in 290 # Generated from RuntimeEnabledFeatures.in
291 '<(SHARED_INTERMEDIATE_DIR)/webkit/RuntimeEnabledFeatures.cpp', 291 '<(SHARED_INTERMEDIATE_DIR)/webkit/RuntimeEnabledFeatures.cpp',
292 292
293 # Generated from CSSParser-in.cpp 293 # Generated from CSSParser-in.cpp
294 '<(SHARED_INTERMEDIATE_DIR)/webkit/CSSParser.cpp', 294 '<(SHARED_INTERMEDIATE_DIR)/webkit/CSSParser.cpp',
295 295
296 # Generated from HTMLMetaElement-in.cpp
297 '<(SHARED_INTERMEDIATE_DIR)/webkit/HTMLMetaElement.cpp',
298
296 # Additional .cpp files from the make_derived_sources rules. 299 # Additional .cpp files from the make_derived_sources rules.
297 '<(SHARED_INTERMEDIATE_DIR)/webkit/CSSGrammar.cpp', 300 '<(SHARED_INTERMEDIATE_DIR)/webkit/CSSGrammar.cpp',
298 '<(SHARED_INTERMEDIATE_DIR)/webkit/XPathGrammar.cpp', 301 '<(SHARED_INTERMEDIATE_DIR)/webkit/XPathGrammar.cpp',
299 302
300 # Additional .cpp files from the inspector_protocol_sources list. 303 # Additional .cpp files from the inspector_protocol_sources list.
301 '<(SHARED_INTERMEDIATE_DIR)/webkit/InspectorFrontend.cpp', 304 '<(SHARED_INTERMEDIATE_DIR)/webkit/InspectorFrontend.cpp',
302 '<(SHARED_INTERMEDIATE_DIR)/webkit/InspectorBackendDispatcher.cpp', 305 '<(SHARED_INTERMEDIATE_DIR)/webkit/InspectorBackendDispatcher.cpp',
303 '<(SHARED_INTERMEDIATE_DIR)/webkit/InspectorTypeBuilder.cpp', 306 '<(SHARED_INTERMEDIATE_DIR)/webkit/InspectorTypeBuilder.cpp',
304 307
305 # Additional .cpp files from the inspector_instrumentation_sources list. 308 # Additional .cpp files from the inspector_instrumentation_sources list.
(...skipping 822 matching lines...) Expand 10 before | Expand all | Expand 10 after
1128 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated. h', 1131 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated. h',
1129 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalRuntimeFlags.cpp', 1132 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalRuntimeFlags.cpp',
1130 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalRuntimeFlags.h', 1133 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalRuntimeFlags.h',
1131 ], 1134 ],
1132 'sources/': [ 1135 'sources/': [
1133 ['exclude', 'testing/js'], 1136 ['exclude', 'testing/js'],
1134 ], 1137 ],
1135 }, 1138 },
1136 ], # targets 1139 ], # targets
1137 } 1140 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698