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

Side by Side Diff: webkit/glue/webkit_glue.gypi

Issue 14424007: Use the default theme as the fallback UI in Blink (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed static initializer Created 7 years, 7 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
« no previous file with comments | « webkit/glue/webfallbackthemeengine_impl.cc ('k') | webkit/glue/webkitplatformsupport_impl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'target_defaults': { 6 'target_defaults': {
7 # Disable narrowing-conversion-in-initialization-list warnings in that we 7 # Disable narrowing-conversion-in-initialization-list warnings in that we
8 # do not want to fix it in data file "webcursor_gtk_data.h". 8 # do not want to fix it in data file "webcursor_gtk_data.h".
9 'cflags+': ['-Wno-narrowing'], 9 'cflags+': ['-Wno-narrowing'],
10 'cflags_cc+': ['-Wno-narrowing'], 10 'cflags_cc+': ['-Wno-narrowing'],
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 'touch_fling_gesture_curve.h', 221 'touch_fling_gesture_curve.h',
222 'web_discardable_memory_impl.cc', 222 'web_discardable_memory_impl.cc',
223 'web_discardable_memory_impl.h', 223 'web_discardable_memory_impl.h',
224 'webclipboard_impl.cc', 224 'webclipboard_impl.cc',
225 'webclipboard_impl.h', 225 'webclipboard_impl.h',
226 'webcookie.cc', 226 'webcookie.cc',
227 'webcookie.h', 227 'webcookie.h',
228 'webdropdata.cc', 228 'webdropdata.cc',
229 'webdropdata_win.cc', 229 'webdropdata_win.cc',
230 'webdropdata.h', 230 'webdropdata.h',
231 'webfallbackthemeengine_impl.cc',
232 'webfallbackthemeengine_impl.h',
231 'webfileutilities_impl.cc', 233 'webfileutilities_impl.cc',
232 'webfileutilities_impl.h', 234 'webfileutilities_impl.h',
233 'webkit_glue.cc', 235 'webkit_glue.cc',
234 'webkit_glue.h', 236 'webkit_glue.h',
235 'webkit_glue_export.h', 237 'webkit_glue_export.h',
236 'webkitplatformsupport_impl.cc', 238 'webkitplatformsupport_impl.cc',
237 'webkitplatformsupport_impl.h', 239 'webkitplatformsupport_impl.h',
238 'webmenuitem.cc', 240 'webmenuitem.cc',
239 'webmenuitem.h', 241 'webmenuitem.h',
240 'webmenurunner_mac.h', 242 'webmenurunner_mac.h',
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 'variables': { 366 'variables': {
365 'jni_gen_package': 'webkit', 367 'jni_gen_package': 'webkit',
366 'input_java_class': 'android/widget/OverScroller.class', 368 'input_java_class': 'android/widget/OverScroller.class',
367 }, 369 },
368 'includes': [ '../../build/jar_file_jni_generator.gypi' ], 370 'includes': [ '../../build/jar_file_jni_generator.gypi' ],
369 }, 371 },
370 ], 372 ],
371 }], 373 }],
372 ], 374 ],
373 } 375 }
OLDNEW
« no previous file with comments | « webkit/glue/webfallbackthemeengine_impl.cc ('k') | webkit/glue/webkitplatformsupport_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698