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

Side by Side Diff: content/content_browser.gypi

Issue 11783088: Split Date/Time picker values from IME processing since date/time related form values have been com… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 11 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 'dependencies': [ 6 'dependencies': [
7 'browser/speech/proto/speech_proto.gyp:speech_proto', 7 'browser/speech/proto/speech_proto.gyp:speech_proto',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 'public/browser/browser_url_handler.h', 47 'public/browser/browser_url_handler.h',
48 'public/browser/browser_thread.h', 48 'public/browser/browser_thread.h',
49 'public/browser/browser_thread_delegate.h', 49 'public/browser/browser_thread_delegate.h',
50 'public/browser/cert_store.h', 50 'public/browser/cert_store.h',
51 'public/browser/child_process_data.h', 51 'public/browser/child_process_data.h',
52 'public/browser/child_process_security_policy.h', 52 'public/browser/child_process_security_policy.h',
53 'public/browser/color_chooser.h', 53 'public/browser/color_chooser.h',
54 'public/browser/compositor_util.h', 54 'public/browser/compositor_util.h',
55 'public/browser/content_browser_client.cc', 55 'public/browser/content_browser_client.cc',
56 'public/browser/content_browser_client.h', 56 'public/browser/content_browser_client.h',
57 'public/browser/date_time_chooser.h',
57 'public/browser/devtools_agent_host.h', 58 'public/browser/devtools_agent_host.h',
58 'public/browser/devtools_client_host.h', 59 'public/browser/devtools_client_host.h',
59 'public/browser/download_danger_type.h', 60 'public/browser/download_danger_type.h',
60 'public/browser/download_id.h', 61 'public/browser/download_id.h',
61 'public/browser/devtools_frontend_host_delegate.h', 62 'public/browser/devtools_frontend_host_delegate.h',
62 'public/browser/devtools_http_handler.h', 63 'public/browser/devtools_http_handler.h',
63 'public/browser/devtools_http_handler_delegate.h', 64 'public/browser/devtools_http_handler_delegate.h',
64 'public/browser/devtools_manager.h', 65 'public/browser/devtools_manager.h',
65 'public/browser/dom_operation_notification_details.h', 66 'public/browser/dom_operation_notification_details.h',
66 'public/browser/dom_storage_context.h', 67 'public/browser/dom_storage_context.h',
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 'browser/android/content_video_view.cc', 206 'browser/android/content_video_view.cc',
206 'browser/android/content_video_view.h', 207 'browser/android/content_video_view.h',
207 'browser/android/content_view_core_impl.cc', 208 'browser/android/content_view_core_impl.cc',
208 'browser/android/content_view_core_impl.h', 209 'browser/android/content_view_core_impl.h',
209 'browser/android/content_view_render_view.cc', 210 'browser/android/content_view_render_view.cc',
210 'browser/android/content_view_render_view.h', 211 'browser/android/content_view_render_view.h',
211 'browser/android/content_view_statics.cc', 212 'browser/android/content_view_statics.cc',
212 'browser/android/content_view_statics.h', 213 'browser/android/content_view_statics.h',
213 'browser/android/cookie_getter_impl.cc', 214 'browser/android/cookie_getter_impl.cc',
214 'browser/android/cookie_getter_impl.h', 215 'browser/android/cookie_getter_impl.h',
216 'browser/android/date_time_chooser_android.cc',
217 'browser/android/date_time_chooser_android.h',
215 'browser/android/download_controller_android_impl.cc', 218 'browser/android/download_controller_android_impl.cc',
216 'browser/android/download_controller_android_impl.h', 219 'browser/android/download_controller_android_impl.h',
217 'browser/android/devtools_auth.cc', 220 'browser/android/devtools_auth.cc',
218 'browser/android/interstitial_page_delegate_android.cc', 221 'browser/android/interstitial_page_delegate_android.cc',
219 'browser/android/interstitial_page_delegate_android.h', 222 'browser/android/interstitial_page_delegate_android.h',
220 'browser/android/load_url_params.cc', 223 'browser/android/load_url_params.cc',
221 'browser/android/load_url_params.h', 224 'browser/android/load_url_params.h',
222 'browser/android/media_player_manager_android.cc', 225 'browser/android/media_player_manager_android.cc',
223 'browser/android/media_player_manager_android.h', 226 'browser/android/media_player_manager_android.h',
224 'browser/android/sandboxed_process_launcher.cc', 227 'browser/android/sandboxed_process_launcher.cc',
(...skipping 935 matching lines...) Expand 10 before | Expand all | Expand 10 after
1160 ['exclude', '^browser/speech/'], 1163 ['exclude', '^browser/speech/'],
1161 ], 1164 ],
1162 }], 1165 }],
1163 ['linux_use_libgps==1', { 1166 ['linux_use_libgps==1', {
1164 'dependencies': [ 1167 'dependencies': [
1165 '../build/linux/system.gyp:libgps', 1168 '../build/linux/system.gyp:libgps',
1166 ], 1169 ],
1167 }], 1170 }],
1168 ], 1171 ],
1169 } 1172 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698