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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 'browser/accessibility/invert_bubble_prefs.cc', | 107 'browser/accessibility/invert_bubble_prefs.cc', |
108 'browser/accessibility/invert_bubble_prefs.h', | 108 'browser/accessibility/invert_bubble_prefs.h', |
109 'browser/alternate_nav_url_fetcher.cc', | 109 'browser/alternate_nav_url_fetcher.cc', |
110 'browser/alternate_nav_url_fetcher.h', | 110 'browser/alternate_nav_url_fetcher.h', |
111 'browser/android/android_protocol_adapter.cc', | 111 'browser/android/android_protocol_adapter.cc', |
112 'browser/android/android_protocol_adapter.h', | 112 'browser/android/android_protocol_adapter.h', |
113 'browser/android/android_stream_reader_url_request_job.cc', | 113 'browser/android/android_stream_reader_url_request_job.cc', |
114 'browser/android/android_stream_reader_url_request_job.h', | 114 'browser/android/android_stream_reader_url_request_job.h', |
115 'browser/android/chrome_startup_flags.cc', | 115 'browser/android/chrome_startup_flags.cc', |
116 'browser/android/chrome_startup_flags.h', | 116 'browser/android/chrome_startup_flags.h', |
| 117 'browser/android/devtools_server.cc', |
| 118 'browser/android/devtools_server.h', |
117 'browser/android/intent_helper.cc', | 119 'browser/android/intent_helper.cc', |
118 'browser/android/intent_helper.h', | 120 'browser/android/intent_helper.h', |
119 'browser/android/process_utils.cc', | 121 'browser/android/process_utils.cc', |
120 'browser/android/process_utils.h', | 122 'browser/android/process_utils.h', |
121 'browser/android/tab_android.cc', | 123 'browser/android/tab_android.cc', |
122 'browser/android/tab_android.h', | 124 'browser/android/tab_android.h', |
123 'browser/app_controller_mac.h', | 125 'browser/app_controller_mac.h', |
124 'browser/app_controller_mac.mm', | 126 'browser/app_controller_mac.mm', |
125 'browser/app_icon_win.cc', | 127 'browser/app_icon_win.cc', |
126 'browser/app_icon_win.h', | 128 'browser/app_icon_win.h', |
(...skipping 5390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5517 'includes': [ '../build/jni_generator.gypi' ], | 5519 'includes': [ '../build/jni_generator.gypi' ], |
5518 'dependencies': [ | 5520 'dependencies': [ |
5519 'android_jar_jni_headers', | 5521 'android_jar_jni_headers', |
5520 ], | 5522 ], |
5521 }, | 5523 }, |
5522 ], | 5524 ], |
5523 }, | 5525 }, |
5524 ], | 5526 ], |
5525 ], | 5527 ], |
5526 } | 5528 } |
OLD | NEW |