| 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 1369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1380 'browser/native_window_notification_source.h', | 1380 'browser/native_window_notification_source.h', |
| 1381 'browser/net/chrome_cookie_notification_details.h', | 1381 'browser/net/chrome_cookie_notification_details.h', |
| 1382 'browser/net/chrome_fraudulent_certificate_reporter.cc', | 1382 'browser/net/chrome_fraudulent_certificate_reporter.cc', |
| 1383 'browser/net/chrome_fraudulent_certificate_reporter.h', | 1383 'browser/net/chrome_fraudulent_certificate_reporter.h', |
| 1384 'browser/net/chrome_net_log.cc', | 1384 'browser/net/chrome_net_log.cc', |
| 1385 'browser/net/chrome_net_log.h', | 1385 'browser/net/chrome_net_log.h', |
| 1386 'browser/net/chrome_network_delegate.cc', | 1386 'browser/net/chrome_network_delegate.cc', |
| 1387 'browser/net/chrome_network_delegate.h', | 1387 'browser/net/chrome_network_delegate.h', |
| 1388 'browser/net/chrome_url_request_context.cc', | 1388 'browser/net/chrome_url_request_context.cc', |
| 1389 'browser/net/chrome_url_request_context.h', | 1389 'browser/net/chrome_url_request_context.h', |
| 1390 'browser/net/clear_on_exit_policy.cc', |
| 1391 'browser/net/clear_on_exit_policy.h', |
| 1390 'browser/net/connect_interceptor.cc', | 1392 'browser/net/connect_interceptor.cc', |
| 1391 'browser/net/connect_interceptor.h', | 1393 'browser/net/connect_interceptor.h', |
| 1392 'browser/net/connection_tester.cc', | 1394 'browser/net/connection_tester.cc', |
| 1393 'browser/net/connection_tester.h', | 1395 'browser/net/connection_tester.h', |
| 1394 'browser/net/crl_set_fetcher.cc', | 1396 'browser/net/crl_set_fetcher.cc', |
| 1395 'browser/net/crl_set_fetcher.h', | 1397 'browser/net/crl_set_fetcher.h', |
| 1396 'browser/net/gaia/gaia_oauth_consumer.h', | 1398 'browser/net/gaia/gaia_oauth_consumer.h', |
| 1397 'browser/net/gaia/gaia_oauth_fetcher.cc', | 1399 'browser/net/gaia/gaia_oauth_fetcher.cc', |
| 1398 'browser/net/gaia/gaia_oauth_fetcher.h', | 1400 'browser/net/gaia/gaia_oauth_fetcher.h', |
| 1399 'browser/net/load_timing_observer.cc', | 1401 'browser/net/load_timing_observer.cc', |
| (...skipping 3702 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5102 'browser/metrics/proto/study.proto', | 5104 'browser/metrics/proto/study.proto', |
| 5103 ], | 5105 ], |
| 5104 'variables': { | 5106 'variables': { |
| 5105 'proto_in_dir': 'browser/metrics/proto', | 5107 'proto_in_dir': 'browser/metrics/proto', |
| 5106 'proto_out_dir': 'chrome/browser/metrics/proto', | 5108 'proto_out_dir': 'chrome/browser/metrics/proto', |
| 5107 }, | 5109 }, |
| 5108 'includes': [ '../build/protoc.gypi' ] | 5110 'includes': [ '../build/protoc.gypi' ] |
| 5109 }, | 5111 }, |
| 5110 ], | 5112 ], |
| 5111 } | 5113 } |
| OLD | NEW |