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 1330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1341 'browser/metrics/metrics_response.cc', | 1341 'browser/metrics/metrics_response.cc', |
1342 'browser/metrics/metrics_response.h', | 1342 'browser/metrics/metrics_response.h', |
1343 'browser/metrics/metrics_service.cc', | 1343 'browser/metrics/metrics_service.cc', |
1344 'browser/metrics/metrics_service.h', | 1344 'browser/metrics/metrics_service.h', |
1345 'browser/metrics/thread_watcher.cc', | 1345 'browser/metrics/thread_watcher.cc', |
1346 'browser/metrics/thread_watcher.h', | 1346 'browser/metrics/thread_watcher.h', |
1347 'browser/metrics/tracking_synchronizer.cc', | 1347 'browser/metrics/tracking_synchronizer.cc', |
1348 'browser/metrics/tracking_synchronizer.h', | 1348 'browser/metrics/tracking_synchronizer.h', |
1349 'browser/metrics/tracking_synchronizer_observer.h', | 1349 'browser/metrics/tracking_synchronizer_observer.h', |
1350 'browser/native_window_notification_source.h', | 1350 'browser/native_window_notification_source.h', |
1351 'browser/net/browser_url_util.cc', | |
1352 'browser/net/browser_url_util.h', | |
1353 'browser/net/chrome_cookie_notification_details.h', | 1351 'browser/net/chrome_cookie_notification_details.h', |
1354 'browser/net/chrome_fraudulent_certificate_reporter.cc', | 1352 'browser/net/chrome_fraudulent_certificate_reporter.cc', |
1355 'browser/net/chrome_fraudulent_certificate_reporter.h', | 1353 'browser/net/chrome_fraudulent_certificate_reporter.h', |
1356 'browser/net/chrome_net_log.cc', | 1354 'browser/net/chrome_net_log.cc', |
1357 'browser/net/chrome_net_log.h', | 1355 'browser/net/chrome_net_log.h', |
1358 'browser/net/chrome_network_delegate.cc', | 1356 'browser/net/chrome_network_delegate.cc', |
1359 'browser/net/chrome_network_delegate.h', | 1357 'browser/net/chrome_network_delegate.h', |
1360 'browser/net/chrome_url_request_context.cc', | 1358 'browser/net/chrome_url_request_context.cc', |
1361 'browser/net/chrome_url_request_context.h', | 1359 'browser/net/chrome_url_request_context.h', |
1362 'browser/net/connect_interceptor.cc', | 1360 'browser/net/connect_interceptor.cc', |
(...skipping 3645 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5008 'type': 'static_library', | 5006 'type': 'static_library', |
5009 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], | 5007 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], |
5010 'variables': { | 5008 'variables': { |
5011 'proto_in_dir': 'browser/chromeos/gdata', | 5009 'proto_in_dir': 'browser/chromeos/gdata', |
5012 'proto_out_dir': 'chrome/browser/chromeos/gdata', | 5010 'proto_out_dir': 'chrome/browser/chromeos/gdata', |
5013 }, | 5011 }, |
5014 'includes': [ '../build/protoc.gypi' ] | 5012 'includes': [ '../build/protoc.gypi' ] |
5015 }, | 5013 }, |
5016 ], | 5014 ], |
5017 } | 5015 } |
OLD | NEW |