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

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

Issue 40423003: Experimental viewport meta tag support for desktop, Blink-side. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase again Created 7 years, 1 month 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 | « LayoutTests/css3/device-adapt/viewport-user-agent-style.html ('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 951 matching lines...) Expand 10 before | Expand all | Expand 10 after
962 'sources/': [ 962 'sources/': [
963 ['exclude', 'Linux\\.cpp$'], 963 ['exclude', 'Linux\\.cpp$'],
964 ], 964 ],
965 }], 965 }],
966 ['toolkit_uses_gtk == 0', { 966 ['toolkit_uses_gtk == 0', {
967 'sources/': [ 967 'sources/': [
968 ['exclude', 'Gtk\\.cpp$'], 968 ['exclude', 'Gtk\\.cpp$'],
969 ], 969 ],
970 }], 970 }],
971 ['OS=="android"', { 971 ['OS=="android"', {
972 'sources/': [['exclude', 'ViewportStyle\\.cpp$']],
972 'cflags': [ 973 'cflags': [
973 # WebCore does not work with strict aliasing enabled. 974 # WebCore does not work with strict aliasing enabled.
974 # https://bugs.webkit.org/show_bug.cgi?id=25864 975 # https://bugs.webkit.org/show_bug.cgi?id=25864
975 '-fno-strict-aliasing', 976 '-fno-strict-aliasing',
976 ], 977 ],
977 }, { # OS!="android" 978 }, { # OS!="android"
978 'sources/': [['exclude', 'Android\\.cpp$']] 979 'sources/': [['exclude', 'Android\\.cpp$']]
979 }], 980 }],
980 ['OS!="mac"', { 981 ['OS!="mac"', {
981 'sources/': [['exclude', 'Mac\\.(cpp|mm?)$']] 982 'sources/': [['exclude', 'Mac\\.(cpp|mm?)$']]
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
1087 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h', 1088 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h',
1088 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp', 1089 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp',
1089 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h', 1090 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h',
1090 ], 1091 ],
1091 'sources/': [ 1092 'sources/': [
1092 ['exclude', 'testing/js'], 1093 ['exclude', 'testing/js'],
1093 ], 1094 ],
1094 }, 1095 },
1095 ], # targets 1096 ], # targets
1096 } 1097 }
OLDNEW
« no previous file with comments | « LayoutTests/css3/device-adapt/viewport-user-agent-style.html ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698