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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
114 'browser/alternate_nav_url_fetcher.cc', | 114 'browser/alternate_nav_url_fetcher.cc', |
115 'browser/alternate_nav_url_fetcher.h', | 115 'browser/alternate_nav_url_fetcher.h', |
116 'browser/android/chrome_jni_registrar.cc', | 116 'browser/android/chrome_jni_registrar.cc', |
117 'browser/android/chrome_jni_registrar.h', | 117 'browser/android/chrome_jni_registrar.h', |
118 'browser/android/chrome_startup_flags.cc', | 118 'browser/android/chrome_startup_flags.cc', |
119 'browser/android/chrome_startup_flags.h', | 119 'browser/android/chrome_startup_flags.h', |
120 'browser/android/chrome_web_contents_delegate_android.cc', | 120 'browser/android/chrome_web_contents_delegate_android.cc', |
121 'browser/android/chrome_web_contents_delegate_android.h', | 121 'browser/android/chrome_web_contents_delegate_android.h', |
122 'browser/android/content_view_util.cc', | 122 'browser/android/content_view_util.cc', |
123 'browser/android/content_view_util.h', | 123 'browser/android/content_view_util.h', |
| 124 'browser/android/crash_dump_manager.cc', |
| 125 'browser/android/crash_dump_manager.h', |
124 'browser/android/devtools_server.cc', | 126 'browser/android/devtools_server.cc', |
125 'browser/android/devtools_server.h', | 127 'browser/android/devtools_server.h', |
126 'browser/android/intent_helper.cc', | 128 'browser/android/intent_helper.cc', |
127 'browser/android/intent_helper.h', | 129 'browser/android/intent_helper.h', |
128 'browser/android/process_utils.cc', | 130 'browser/android/process_utils.cc', |
129 'browser/android/process_utils.h', | 131 'browser/android/process_utils.h', |
130 'browser/android/provider/blocking_ui_thread_async_request.cc', | 132 'browser/android/provider/blocking_ui_thread_async_request.cc', |
131 'browser/android/provider/blocking_ui_thread_async_request.h', | 133 'browser/android/provider/blocking_ui_thread_async_request.h', |
132 'browser/android/provider/bookmark_model_observer_task.cc', | 134 'browser/android/provider/bookmark_model_observer_task.cc', |
133 'browser/android/provider/bookmark_model_observer_task.h', | 135 'browser/android/provider/bookmark_model_observer_task.h', |
(...skipping 2772 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2906 'proto_in_dir': '../third_party/cros_system_api/dbus', | 2908 'proto_in_dir': '../third_party/cros_system_api/dbus', |
2907 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 2909 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
2908 }, | 2910 }, |
2909 'includes': ['../build/protoc.gypi'], | 2911 'includes': ['../build/protoc.gypi'], |
2910 }, | 2912 }, |
2911 ], | 2913 ], |
2912 }, | 2914 }, |
2913 ], | 2915 ], |
2914 ], | 2916 ], |
2915 } | 2917 } |
OLD | NEW |