| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'browser', | 8 'target_name': 'browser', |
| 9 'type': 'none', | 9 'type': 'none', |
| 10 'dependencies': [ 'browser_real', ], | 10 'dependencies': [ 'browser_real', ], |
| (...skipping 1280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1291 'browser/metrics/variations/variations_service.h', | 1291 'browser/metrics/variations/variations_service.h', |
| 1292 'browser/metrics/variations/variations_seed_store.cc', | 1292 'browser/metrics/variations/variations_seed_store.cc', |
| 1293 'browser/metrics/variations/variations_seed_store.h', | 1293 'browser/metrics/variations/variations_seed_store.h', |
| 1294 'browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc', | 1294 'browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc', |
| 1295 'browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.h', | 1295 'browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.h', |
| 1296 'browser/native_window_notification_source.h', | 1296 'browser/native_window_notification_source.h', |
| 1297 'browser/net/about_protocol_handler.cc', | 1297 'browser/net/about_protocol_handler.cc', |
| 1298 'browser/net/about_protocol_handler.h', | 1298 'browser/net/about_protocol_handler.h', |
| 1299 'browser/net/async_dns_field_trial.cc', | 1299 'browser/net/async_dns_field_trial.cc', |
| 1300 'browser/net/async_dns_field_trial.h', | 1300 'browser/net/async_dns_field_trial.h', |
| 1301 'browser/net/basic_http_user_agent_settings.cc', |
| 1302 'browser/net/basic_http_user_agent_settings.h', |
| 1301 'browser/net/chrome_cookie_notification_details.h', | 1303 'browser/net/chrome_cookie_notification_details.h', |
| 1302 'browser/net/chrome_fraudulent_certificate_reporter.cc', | 1304 'browser/net/chrome_fraudulent_certificate_reporter.cc', |
| 1303 'browser/net/chrome_fraudulent_certificate_reporter.h', | 1305 'browser/net/chrome_fraudulent_certificate_reporter.h', |
| 1304 'browser/net/chrome_http_user_agent_settings.cc', | 1306 'browser/net/chrome_http_user_agent_settings.cc', |
| 1305 'browser/net/chrome_http_user_agent_settings.h', | 1307 'browser/net/chrome_http_user_agent_settings.h', |
| 1306 'browser/net/chrome_net_log.cc', | 1308 'browser/net/chrome_net_log.cc', |
| 1307 'browser/net/chrome_net_log.h', | 1309 'browser/net/chrome_net_log.h', |
| 1308 'browser/net/chrome_network_delegate.cc', | 1310 'browser/net/chrome_network_delegate.cc', |
| 1309 'browser/net/chrome_network_delegate.h', | 1311 'browser/net/chrome_network_delegate.h', |
| 1310 'browser/net/chrome_url_request_context.cc', | 1312 'browser/net/chrome_url_request_context.cc', |
| (...skipping 2485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3796 'package_name': 'org/chromium/chrome/browser', | 3798 'package_name': 'org/chromium/chrome/browser', |
| 3797 'template_deps': ['browser/android/tab_load_status.h'], | 3799 'template_deps': ['browser/android/tab_load_status.h'], |
| 3798 }, | 3800 }, |
| 3799 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3801 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3800 }, | 3802 }, |
| 3801 ], | 3803 ], |
| 3802 }, | 3804 }, |
| 3803 ], | 3805 ], |
| 3804 ], | 3806 ], |
| 3805 } | 3807 } |
| OLD | NEW |