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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11189068: Changing minidump process generation to be in-process on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Improved patch description. Created 8 years, 2 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 'browser/alternate_nav_url_fetcher.cc', 113 'browser/alternate_nav_url_fetcher.cc',
114 'browser/alternate_nav_url_fetcher.h', 114 'browser/alternate_nav_url_fetcher.h',
115 'browser/android/chrome_jni_registrar.cc', 115 'browser/android/chrome_jni_registrar.cc',
116 'browser/android/chrome_jni_registrar.h', 116 'browser/android/chrome_jni_registrar.h',
117 'browser/android/chrome_startup_flags.cc', 117 'browser/android/chrome_startup_flags.cc',
118 'browser/android/chrome_startup_flags.h', 118 'browser/android/chrome_startup_flags.h',
119 'browser/android/chrome_web_contents_delegate_android.cc', 119 'browser/android/chrome_web_contents_delegate_android.cc',
120 'browser/android/chrome_web_contents_delegate_android.h', 120 'browser/android/chrome_web_contents_delegate_android.h',
121 'browser/android/content_view_util.cc', 121 'browser/android/content_view_util.cc',
122 'browser/android/content_view_util.h', 122 'browser/android/content_view_util.h',
123 'browser/android/crash_dump_manager.cc',
124 'browser/android/crash_dump_manager.h',
123 'browser/android/devtools_server.cc', 125 'browser/android/devtools_server.cc',
124 'browser/android/devtools_server.h', 126 'browser/android/devtools_server.h',
125 'browser/android/intent_helper.cc', 127 'browser/android/intent_helper.cc',
126 'browser/android/intent_helper.h', 128 'browser/android/intent_helper.h',
127 'browser/android/process_utils.cc', 129 'browser/android/process_utils.cc',
128 'browser/android/process_utils.h', 130 'browser/android/process_utils.h',
129 'browser/android/provider/blocking_ui_thread_async_request.cc', 131 'browser/android/provider/blocking_ui_thread_async_request.cc',
130 'browser/android/provider/blocking_ui_thread_async_request.h', 132 'browser/android/provider/blocking_ui_thread_async_request.h',
131 'browser/android/provider/bookmark_model_observer_task.cc', 133 'browser/android/provider/bookmark_model_observer_task.cc',
132 'browser/android/provider/bookmark_model_observer_task.h', 134 'browser/android/provider/bookmark_model_observer_task.h',
(...skipping 2764 matching lines...) Expand 10 before | Expand all | Expand 10 after
2897 'proto_in_dir': '../third_party/cros_system_api/dbus', 2899 'proto_in_dir': '../third_party/cros_system_api/dbus',
2898 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 2900 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
2899 }, 2901 },
2900 'includes': ['../build/protoc.gypi'], 2902 'includes': ['../build/protoc.gypi'],
2901 }, 2903 },
2902 ], 2904 ],
2903 }, 2905 },
2904 ], 2906 ],
2905 ], 2907 ],
2906 } 2908 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698