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

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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 'browser/android/content_video_view.cc', 205 'browser/android/content_video_view.cc',
206 'browser/android/content_video_view.h', 206 'browser/android/content_video_view.h',
207 'browser/android/content_view_core_impl.cc', 207 'browser/android/content_view_core_impl.cc',
208 'browser/android/content_view_core_impl.h', 208 'browser/android/content_view_core_impl.h',
209 'browser/android/content_view_render_view.cc', 209 'browser/android/content_view_render_view.cc',
210 'browser/android/content_view_render_view.h', 210 'browser/android/content_view_render_view.h',
211 'browser/android/content_view_statics.cc', 211 'browser/android/content_view_statics.cc',
212 'browser/android/content_view_statics.h', 212 'browser/android/content_view_statics.h',
213 'browser/android/cookie_getter_impl.cc', 213 'browser/android/cookie_getter_impl.cc',
214 'browser/android/cookie_getter_impl.h', 214 'browser/android/cookie_getter_impl.h',
215 'browser/android/date_time_chooser_android.cc',
jam 2013/01/14 21:10:55 nit: isn't having _android in the filename redunda
216 'browser/android/date_time_chooser_android.h',
215 'browser/android/download_controller_android_impl.cc', 217 'browser/android/download_controller_android_impl.cc',
216 'browser/android/download_controller_android_impl.h', 218 'browser/android/download_controller_android_impl.h',
217 'browser/android/devtools_auth.cc', 219 'browser/android/devtools_auth.cc',
218 'browser/android/interstitial_page_delegate_android.cc', 220 'browser/android/interstitial_page_delegate_android.cc',
219 'browser/android/interstitial_page_delegate_android.h', 221 'browser/android/interstitial_page_delegate_android.h',
220 'browser/android/load_url_params.cc', 222 'browser/android/load_url_params.cc',
221 'browser/android/load_url_params.h', 223 'browser/android/load_url_params.h',
222 'browser/android/media_player_manager_android.cc', 224 'browser/android/media_player_manager_android.cc',
223 'browser/android/media_player_manager_android.h', 225 'browser/android/media_player_manager_android.h',
224 'browser/android/sandboxed_process_launcher.cc', 226 'browser/android/sandboxed_process_launcher.cc',
(...skipping 941 matching lines...) Expand 10 before | Expand all | Expand 10 after
1166 ['exclude', '^browser/speech/'], 1168 ['exclude', '^browser/speech/'],
1167 ], 1169 ],
1168 }], 1170 }],
1169 ['linux_use_libgps==1', { 1171 ['linux_use_libgps==1', {
1170 'dependencies': [ 1172 'dependencies': [
1171 '../build/linux/system.gyp:libgps', 1173 '../build/linux/system.gyp:libgps',
1172 ], 1174 ],
1173 }], 1175 }],
1174 ], 1176 ],
1175 } 1177 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698