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 2288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2299 'browser/tab_contents/background_contents.cc', | 2299 'browser/tab_contents/background_contents.cc', |
2300 'browser/tab_contents/background_contents.h', | 2300 'browser/tab_contents/background_contents.h', |
2301 'browser/tab_contents/confirm_infobar_delegate.cc', | 2301 'browser/tab_contents/confirm_infobar_delegate.cc', |
2302 'browser/tab_contents/confirm_infobar_delegate.h', | 2302 'browser/tab_contents/confirm_infobar_delegate.h', |
2303 'browser/tab_contents/insecure_content_infobar_delegate.cc', | 2303 'browser/tab_contents/insecure_content_infobar_delegate.cc', |
2304 'browser/tab_contents/insecure_content_infobar_delegate.h', | 2304 'browser/tab_contents/insecure_content_infobar_delegate.h', |
2305 'browser/tab_contents/language_state.cc', | 2305 'browser/tab_contents/language_state.cc', |
2306 'browser/tab_contents/language_state.h', | 2306 'browser/tab_contents/language_state.h', |
2307 'browser/tab_contents/link_infobar_delegate.cc', | 2307 'browser/tab_contents/link_infobar_delegate.cc', |
2308 'browser/tab_contents/link_infobar_delegate.h', | 2308 'browser/tab_contents/link_infobar_delegate.h', |
| 2309 'browser/tab_contents/navigation_metrics_recorder.cc', |
| 2310 'browser/tab_contents/navigation_metrics_recorder.h', |
2309 'browser/tab_contents/simple_alert_infobar_delegate.cc', | 2311 'browser/tab_contents/simple_alert_infobar_delegate.cc', |
2310 'browser/tab_contents/simple_alert_infobar_delegate.h', | 2312 'browser/tab_contents/simple_alert_infobar_delegate.h', |
2311 'browser/tab_contents/render_view_context_menu.cc', | 2313 'browser/tab_contents/render_view_context_menu.cc', |
2312 'browser/tab_contents/render_view_context_menu.h', | 2314 'browser/tab_contents/render_view_context_menu.h', |
2313 'browser/tab_contents/render_view_context_menu_observer.cc', | 2315 'browser/tab_contents/render_view_context_menu_observer.cc', |
2314 'browser/tab_contents/render_view_context_menu_observer.h', | 2316 'browser/tab_contents/render_view_context_menu_observer.h', |
2315 'browser/tab_contents/retargeting_details.h', | 2317 'browser/tab_contents/retargeting_details.h', |
2316 'browser/tab_contents/tab_contents_ssl_helper.cc', | 2318 'browser/tab_contents/tab_contents_ssl_helper.cc', |
2317 'browser/tab_contents/tab_contents_ssl_helper.h', | 2319 'browser/tab_contents/tab_contents_ssl_helper.h', |
2318 'browser/tab_contents/tab_util.cc', | 2320 'browser/tab_contents/tab_util.cc', |
(...skipping 3143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5462 'variables': { | 5464 'variables': { |
5463 'jni_gen_dir': 'chrome', | 5465 'jni_gen_dir': 'chrome', |
5464 }, | 5466 }, |
5465 'includes': [ '../build/jni_generator.gypi' ], | 5467 'includes': [ '../build/jni_generator.gypi' ], |
5466 }, | 5468 }, |
5467 ], | 5469 ], |
5468 }, | 5470 }, |
5469 ], | 5471 ], |
5470 ], | 5472 ], |
5471 } | 5473 } |
OLD | NEW |