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

Side by Side Diff: content/content_browser.gypi

Issue 22272006: Add support for multiple asynchronous browser startups. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated tests to use assert messages. Cleaned some of them up a bit. Rebased. 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
« no previous file with comments | « content/browser/browser_main_loop.cc ('k') | content/content_jni.gypi » ('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 '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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 'browser/accessibility/browser_accessibility_state_impl_win.cc', 233 'browser/accessibility/browser_accessibility_state_impl_win.cc',
234 'browser/accessibility/browser_accessibility_state_impl.h', 234 'browser/accessibility/browser_accessibility_state_impl.h',
235 'browser/accessibility/browser_accessibility_win.cc', 235 'browser/accessibility/browser_accessibility_win.cc',
236 'browser/accessibility/browser_accessibility_win.h', 236 'browser/accessibility/browser_accessibility_win.h',
237 'browser/android/android_browser_process.cc', 237 'browser/android/android_browser_process.cc',
238 'browser/android/android_browser_process.h', 238 'browser/android/android_browser_process.h',
239 'browser/android/browser_jni_registrar.cc', 239 'browser/android/browser_jni_registrar.cc',
240 'browser/android/browser_jni_registrar.h', 240 'browser/android/browser_jni_registrar.h',
241 'browser/android/browser_media_player_manager.cc', 241 'browser/android/browser_media_player_manager.cc',
242 'browser/android/browser_media_player_manager.h', 242 'browser/android/browser_media_player_manager.h',
243 'browser/android/browser_startup_config.cc', 243 'browser/android/browser_startup_controller.cc',
244 'browser/android/browser_startup_config.h', 244 'browser/android/browser_startup_controller.h',
245 'browser/android/child_process_launcher_android.cc', 245 'browser/android/child_process_launcher_android.cc',
246 'browser/android/child_process_launcher_android.h', 246 'browser/android/child_process_launcher_android.h',
247 'browser/android/content_settings.cc', 247 'browser/android/content_settings.cc',
248 'browser/android/content_settings.h', 248 'browser/android/content_settings.h',
249 'browser/android/content_startup_flags.cc', 249 'browser/android/content_startup_flags.cc',
250 'browser/android/content_startup_flags.h', 250 'browser/android/content_startup_flags.h',
251 'browser/android/content_video_view.cc', 251 'browser/android/content_video_view.cc',
252 'browser/android/content_video_view.h', 252 'browser/android/content_video_view.h',
253 'browser/android/content_view_core_impl.cc', 253 'browser/android/content_view_core_impl.cc',
254 'browser/android/content_view_core_impl.h', 254 'browser/android/content_view_core_impl.h',
(...skipping 1251 matching lines...) Expand 10 before | Expand all | Expand 10 after
1506 '../third_party/speex/speex.gyp:libspeex', 1506 '../third_party/speex/speex.gyp:libspeex',
1507 ], 1507 ],
1508 }], 1508 }],
1509 ['linux_use_libgps==1', { 1509 ['linux_use_libgps==1', {
1510 'dependencies': [ 1510 'dependencies': [
1511 '../build/linux/system.gyp:libgps', 1511 '../build/linux/system.gyp:libgps',
1512 ], 1512 ],
1513 }], 1513 }],
1514 ], 1514 ],
1515 } 1515 }
OLDNEW
« no previous file with comments | « content/browser/browser_main_loop.cc ('k') | content/content_jni.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698