OLD | NEW |
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 Loading... |
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 2797 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2930 'proto_in_dir': '../third_party/cros_system_api/dbus', | 2932 'proto_in_dir': '../third_party/cros_system_api/dbus', |
2931 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 2933 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
2932 }, | 2934 }, |
2933 'includes': ['../build/protoc.gypi'], | 2935 'includes': ['../build/protoc.gypi'], |
2934 }, | 2936 }, |
2935 ], | 2937 ], |
2936 }, | 2938 }, |
2937 ], | 2939 ], |
2938 ], | 2940 ], |
2939 } | 2941 } |
OLD | NEW |