| 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 1279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1290 'browser/metrics/variations/variations_service.h', | 1290 'browser/metrics/variations/variations_service.h', |
| 1291 'browser/metrics/variations/variations_seed_store.cc', | 1291 'browser/metrics/variations/variations_seed_store.cc', |
| 1292 'browser/metrics/variations/variations_seed_store.h', | 1292 'browser/metrics/variations/variations_seed_store.h', |
| 1293 'browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc', | 1293 'browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc', |
| 1294 'browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.h', | 1294 'browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.h', |
| 1295 'browser/native_window_notification_source.h', | 1295 'browser/native_window_notification_source.h', |
| 1296 'browser/net/about_protocol_handler.cc', | 1296 'browser/net/about_protocol_handler.cc', |
| 1297 'browser/net/about_protocol_handler.h', | 1297 'browser/net/about_protocol_handler.h', |
| 1298 'browser/net/async_dns_field_trial.cc', | 1298 'browser/net/async_dns_field_trial.cc', |
| 1299 'browser/net/async_dns_field_trial.h', | 1299 'browser/net/async_dns_field_trial.h', |
| 1300 'browser/net/basic_http_user_agent_settings.cc', | |
| 1301 'browser/net/basic_http_user_agent_settings.h', | |
| 1302 'browser/net/chrome_cookie_notification_details.h', | 1300 'browser/net/chrome_cookie_notification_details.h', |
| 1303 'browser/net/chrome_fraudulent_certificate_reporter.cc', | 1301 'browser/net/chrome_fraudulent_certificate_reporter.cc', |
| 1304 'browser/net/chrome_fraudulent_certificate_reporter.h', | 1302 'browser/net/chrome_fraudulent_certificate_reporter.h', |
| 1305 'browser/net/chrome_http_user_agent_settings.cc', | 1303 'browser/net/chrome_http_user_agent_settings.cc', |
| 1306 'browser/net/chrome_http_user_agent_settings.h', | 1304 'browser/net/chrome_http_user_agent_settings.h', |
| 1307 'browser/net/chrome_net_log.cc', | 1305 'browser/net/chrome_net_log.cc', |
| 1308 'browser/net/chrome_net_log.h', | 1306 'browser/net/chrome_net_log.h', |
| 1309 'browser/net/chrome_network_delegate.cc', | 1307 'browser/net/chrome_network_delegate.cc', |
| 1310 'browser/net/chrome_network_delegate.h', | 1308 'browser/net/chrome_network_delegate.h', |
| 1311 'browser/net/chrome_url_request_context.cc', | 1309 'browser/net/chrome_url_request_context.cc', |
| (...skipping 2473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3785 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3783 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3786 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3784 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3787 }, | 3785 }, |
| 3788 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3786 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3789 }, | 3787 }, |
| 3790 ], | 3788 ], |
| 3791 }, | 3789 }, |
| 3792 ], | 3790 ], |
| 3793 ], | 3791 ], |
| 3794 } | 3792 } |
| OLD | NEW |