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

Side by Side Diff: Source/core/features.gypi

Issue 23447032: Set USE(NATIVE_FULLSCREEN_VIDEO) in config.h instead of a gyp file (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 3 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/config.h ('k') | no next file » | 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 }], 56 }],
57 ['OS=="android"', { 57 ['OS=="android"', {
58 'feature_defines': [ 58 'feature_defines': [
59 'ENABLE_CALENDAR_PICKER=0', 59 'ENABLE_CALENDAR_PICKER=0',
60 'ENABLE_FAST_MOBILE_SCROLLING=1', 60 'ENABLE_FAST_MOBILE_SCROLLING=1',
61 'ENABLE_INPUT_SPEECH=0', 61 'ENABLE_INPUT_SPEECH=0',
62 'ENABLE_LEGACY_NOTIFICATIONS=0', 62 'ENABLE_LEGACY_NOTIFICATIONS=0',
63 'ENABLE_MEDIA_CAPTURE=1', 63 'ENABLE_MEDIA_CAPTURE=1',
64 'ENABLE_ORIENTATION_EVENTS=1', 64 'ENABLE_ORIENTATION_EVENTS=1',
65 'ENABLE_NAVIGATOR_CONTENT_UTILS=0', 65 'ENABLE_NAVIGATOR_CONTENT_UTILS=0',
66 'WTF_USE_NATIVE_FULLSCREEN_VIDEO=1',
67 ], 66 ],
68 'enable_touch_icon_loading': 1, 67 'enable_touch_icon_loading': 1,
69 }, { # OS!="android" 68 }, { # OS!="android"
70 'feature_defines': [ 69 'feature_defines': [
71 'ENABLE_CALENDAR_PICKER=1', 70 'ENABLE_CALENDAR_PICKER=1',
72 'ENABLE_INPUT_SPEECH=1', 71 'ENABLE_INPUT_SPEECH=1',
73 'ENABLE_INPUT_MULTIPLE_FIELDS_UI=1', 72 'ENABLE_INPUT_MULTIPLE_FIELDS_UI=1',
74 'ENABLE_LEGACY_NOTIFICATIONS=1', 73 'ENABLE_LEGACY_NOTIFICATIONS=1',
75 'ENABLE_MEDIA_CAPTURE=0', 74 'ENABLE_MEDIA_CAPTURE=0',
76 'ENABLE_NAVIGATOR_CONTENT_UTILS=1', 75 'ENABLE_NAVIGATOR_CONTENT_UTILS=1',
(...skipping 26 matching lines...) Expand all
103 ], 102 ],
104 }], 103 }],
105 ['use_default_render_theme==1', { 104 ['use_default_render_theme==1', {
106 'feature_defines': [ 105 'feature_defines': [
107 'ENABLE_DEFAULT_RENDER_THEME=1', 106 'ENABLE_DEFAULT_RENDER_THEME=1',
108 ], 107 ],
109 }], 108 }],
110 ], 109 ],
111 }, 110 },
112 } 111 }
OLDNEW
« no previous file with comments | « Source/config.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698