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

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: Comments & style have been updated. 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 '../child/fling_animator_impl_android.cc', 44 '../child/fling_animator_impl_android.cc',
45 '../child/fling_animator_impl_android.h', 45 '../child/fling_animator_impl_android.h',
46 '../child/fling_curve_configuration.cc', 46 '../child/fling_curve_configuration.cc',
47 '../child/fling_curve_configuration.h', 47 '../child/fling_curve_configuration.h',
48 '../child/ftp_directory_listing_response_delegate.cc', 48 '../child/ftp_directory_listing_response_delegate.cc',
49 '../child/ftp_directory_listing_response_delegate.h', 49 '../child/ftp_directory_listing_response_delegate.h',
50 '../child/multipart_response_delegate.cc', 50 '../child/multipart_response_delegate.cc',
51 '../child/multipart_response_delegate.h', 51 '../child/multipart_response_delegate.h',
52 '../child/resource_loader_bridge.cc', 52 '../child/resource_loader_bridge.cc',
53 '../child/resource_loader_bridge.h', 53 '../child/resource_loader_bridge.h',
54 '../child/site_isolation_policy.cc',
55 '../child/site_isolation_policy.h',
54 '../child/touch_fling_gesture_curve.cc', 56 '../child/touch_fling_gesture_curve.cc',
55 '../child/touch_fling_gesture_curve.h', 57 '../child/touch_fling_gesture_curve.h',
56 '../child/web_discardable_memory_impl.cc', 58 '../child/web_discardable_memory_impl.cc',
57 '../child/web_discardable_memory_impl.h', 59 '../child/web_discardable_memory_impl.h',
58 '../child/webfallbackthemeengine_impl.cc', 60 '../child/webfallbackthemeengine_impl.cc',
59 '../child/webfallbackthemeengine_impl.h', 61 '../child/webfallbackthemeengine_impl.h',
60 '../child/webkit_child_export.h', 62 '../child/webkit_child_export.h',
61 '../child/webkit_child_helpers.cc', 63 '../child/webkit_child_helpers.cc',
62 '../child/webkit_child_helpers.h', 64 '../child/webkit_child_helpers.h',
63 '../child/webkitplatformsupport_child_impl.cc', 65 '../child/webkitplatformsupport_child_impl.cc',
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 'variables': { 237 'variables': {
236 'jni_gen_package': 'webkit', 238 'jni_gen_package': 'webkit',
237 'input_java_class': 'android/widget/OverScroller.class', 239 'input_java_class': 'android/widget/OverScroller.class',
238 }, 240 },
239 'includes': [ '../../build/jar_file_jni_generator.gypi' ], 241 'includes': [ '../../build/jar_file_jni_generator.gypi' ],
240 }, 242 },
241 ], 243 ],
242 }], 244 }],
243 ], 245 ],
244 } 246 }
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