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

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

Issue 22254005: UMA data collector for cross-site documents(XSD) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Merge lkgr into local branch Created 7 years, 4 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
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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 '../child/fling_animator_impl_android.cc', 43 '../child/fling_animator_impl_android.cc',
44 '../child/fling_animator_impl_android.h', 44 '../child/fling_animator_impl_android.h',
45 '../child/fling_curve_configuration.cc', 45 '../child/fling_curve_configuration.cc',
46 '../child/fling_curve_configuration.h', 46 '../child/fling_curve_configuration.h',
47 '../child/ftp_directory_listing_response_delegate.cc', 47 '../child/ftp_directory_listing_response_delegate.cc',
48 '../child/ftp_directory_listing_response_delegate.h', 48 '../child/ftp_directory_listing_response_delegate.h',
49 '../child/multipart_response_delegate.cc', 49 '../child/multipart_response_delegate.cc',
50 '../child/multipart_response_delegate.h', 50 '../child/multipart_response_delegate.h',
51 '../child/resource_loader_bridge.cc', 51 '../child/resource_loader_bridge.cc',
52 '../child/resource_loader_bridge.h', 52 '../child/resource_loader_bridge.h',
53 '../child/site_isolation_policy.cc',
54 '../child/site_isolation_policy.h',
53 '../child/touch_fling_gesture_curve.cc', 55 '../child/touch_fling_gesture_curve.cc',
54 '../child/touch_fling_gesture_curve.h', 56 '../child/touch_fling_gesture_curve.h',
55 '../child/web_discardable_memory_impl.cc', 57 '../child/web_discardable_memory_impl.cc',
56 '../child/web_discardable_memory_impl.h', 58 '../child/web_discardable_memory_impl.h',
57 '../child/webfallbackthemeengine_impl.cc', 59 '../child/webfallbackthemeengine_impl.cc',
58 '../child/webfallbackthemeengine_impl.h', 60 '../child/webfallbackthemeengine_impl.h',
59 '../child/webkit_child_export.h', 61 '../child/webkit_child_export.h',
60 '../child/webkit_child_helpers.cc', 62 '../child/webkit_child_helpers.cc',
61 '../child/webkit_child_helpers.h', 63 '../child/webkit_child_helpers.h',
62 '../child/webkitplatformsupport_child_impl.cc', 64 '../child/webkitplatformsupport_child_impl.cc',
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 'variables': { 235 'variables': {
234 'jni_gen_package': 'webkit', 236 'jni_gen_package': 'webkit',
235 'input_java_class': 'android/widget/OverScroller.class', 237 'input_java_class': 'android/widget/OverScroller.class',
236 }, 238 },
237 'includes': [ '../../build/jar_file_jni_generator.gypi' ], 239 'includes': [ '../../build/jar_file_jni_generator.gypi' ],
238 }, 240 },
239 ], 241 ],
240 }], 242 }],
241 ], 243 ],
242 } 244 }
OLDNEW
« webkit/child/weburlloader_impl.cc ('K') | « webkit/child/weburlloader_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698