| 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 1359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1370 'browser/native_window_notification_source.h', | 1370 'browser/native_window_notification_source.h', |
| 1371 'browser/net/chrome_cookie_notification_details.h', | 1371 'browser/net/chrome_cookie_notification_details.h', |
| 1372 'browser/net/chrome_fraudulent_certificate_reporter.cc', | 1372 'browser/net/chrome_fraudulent_certificate_reporter.cc', |
| 1373 'browser/net/chrome_fraudulent_certificate_reporter.h', | 1373 'browser/net/chrome_fraudulent_certificate_reporter.h', |
| 1374 'browser/net/chrome_net_log.cc', | 1374 'browser/net/chrome_net_log.cc', |
| 1375 'browser/net/chrome_net_log.h', | 1375 'browser/net/chrome_net_log.h', |
| 1376 'browser/net/chrome_network_delegate.cc', | 1376 'browser/net/chrome_network_delegate.cc', |
| 1377 'browser/net/chrome_network_delegate.h', | 1377 'browser/net/chrome_network_delegate.h', |
| 1378 'browser/net/chrome_url_request_context.cc', | 1378 'browser/net/chrome_url_request_context.cc', |
| 1379 'browser/net/chrome_url_request_context.h', | 1379 'browser/net/chrome_url_request_context.h', |
| 1380 'browser/net/clear_on_exit_policy.cc', |
| 1381 'browser/net/clear_on_exit_policy.h', |
| 1380 'browser/net/connect_interceptor.cc', | 1382 'browser/net/connect_interceptor.cc', |
| 1381 'browser/net/connect_interceptor.h', | 1383 'browser/net/connect_interceptor.h', |
| 1382 'browser/net/connection_tester.cc', | 1384 'browser/net/connection_tester.cc', |
| 1383 'browser/net/connection_tester.h', | 1385 'browser/net/connection_tester.h', |
| 1384 'browser/net/crl_set_fetcher.cc', | 1386 'browser/net/crl_set_fetcher.cc', |
| 1385 'browser/net/crl_set_fetcher.h', | 1387 'browser/net/crl_set_fetcher.h', |
| 1386 'browser/net/gaia/gaia_oauth_consumer.h', | 1388 'browser/net/gaia/gaia_oauth_consumer.h', |
| 1387 'browser/net/gaia/gaia_oauth_fetcher.cc', | 1389 'browser/net/gaia/gaia_oauth_fetcher.cc', |
| 1388 'browser/net/gaia/gaia_oauth_fetcher.h', | 1390 'browser/net/gaia/gaia_oauth_fetcher.h', |
| 1389 'browser/net/load_timing_observer.cc', | 1391 'browser/net/load_timing_observer.cc', |
| (...skipping 3731 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5121 'browser/metrics/proto/study.proto', | 5123 'browser/metrics/proto/study.proto', |
| 5122 ], | 5124 ], |
| 5123 'variables': { | 5125 'variables': { |
| 5124 'proto_in_dir': 'browser/metrics/proto', | 5126 'proto_in_dir': 'browser/metrics/proto', |
| 5125 'proto_out_dir': 'chrome/browser/metrics/proto', | 5127 'proto_out_dir': 'chrome/browser/metrics/proto', |
| 5126 }, | 5128 }, |
| 5127 'includes': [ '../build/protoc.gypi' ] | 5129 'includes': [ '../build/protoc.gypi' ] |
| 5128 }, | 5130 }, |
| 5129 ], | 5131 ], |
| 5130 } | 5132 } |
| OLD | NEW |