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 12 matching lines...) Expand all Loading... |
23 'common', | 23 'common', |
24 'common/extensions/api/api.gyp:api', | 24 'common/extensions/api/api.gyp:api', |
25 'common_net', | 25 'common_net', |
26 'debugger', | 26 'debugger', |
27 'in_memory_url_index_cache_proto', | 27 'in_memory_url_index_cache_proto', |
28 'installer_util', | 28 'installer_util', |
29 'safe_browsing_proto', | 29 'safe_browsing_proto', |
30 'safe_browsing_report_proto', | 30 'safe_browsing_report_proto', |
31 'feedback_proto', | 31 'feedback_proto', |
32 'gdata_proto', | 32 'gdata_proto', |
| 33 'variations_seed_proto', |
33 '../build/temp_gyp/googleurl.gyp:googleurl', | 34 '../build/temp_gyp/googleurl.gyp:googleurl', |
34 '../content/content.gyp:content_browser', | 35 '../content/content.gyp:content_browser', |
35 '../crypto/crypto.gyp:crypto', | 36 '../crypto/crypto.gyp:crypto', |
36 '../media/media.gyp:media', | 37 '../media/media.gyp:media', |
37 '../net/net.gyp:net', | 38 '../net/net.gyp:net', |
38 '../ppapi/ppapi_internal.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin | 39 '../ppapi/ppapi_internal.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin |
39 '../printing/printing.gyp:printing', | 40 '../printing/printing.gyp:printing', |
40 '../skia/skia.gyp:skia', | 41 '../skia/skia.gyp:skia', |
41 # TODO(akalin): Depend only on syncapi_service from sync. | 42 # TODO(akalin): Depend only on syncapi_service from sync. |
42 '../sync/sync.gyp:syncapi_core', | 43 '../sync/sync.gyp:syncapi_core', |
(...skipping 1309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1352 'browser/metrics/metrics_reporting_scheduler.h', | 1353 'browser/metrics/metrics_reporting_scheduler.h', |
1353 'browser/metrics/metrics_response.cc', | 1354 'browser/metrics/metrics_response.cc', |
1354 'browser/metrics/metrics_response.h', | 1355 'browser/metrics/metrics_response.h', |
1355 'browser/metrics/metrics_service.cc', | 1356 'browser/metrics/metrics_service.cc', |
1356 'browser/metrics/metrics_service.h', | 1357 'browser/metrics/metrics_service.h', |
1357 'browser/metrics/thread_watcher.cc', | 1358 'browser/metrics/thread_watcher.cc', |
1358 'browser/metrics/thread_watcher.h', | 1359 'browser/metrics/thread_watcher.h', |
1359 'browser/metrics/tracking_synchronizer.cc', | 1360 'browser/metrics/tracking_synchronizer.cc', |
1360 'browser/metrics/tracking_synchronizer.h', | 1361 'browser/metrics/tracking_synchronizer.h', |
1361 'browser/metrics/tracking_synchronizer_observer.h', | 1362 'browser/metrics/tracking_synchronizer_observer.h', |
| 1363 'browser/metrics/variations_service.cc', |
| 1364 'browser/metrics/variations_service.h', |
1362 'browser/native_window_notification_source.h', | 1365 'browser/native_window_notification_source.h', |
1363 'browser/net/chrome_cookie_notification_details.h', | 1366 'browser/net/chrome_cookie_notification_details.h', |
1364 'browser/net/chrome_fraudulent_certificate_reporter.cc', | 1367 'browser/net/chrome_fraudulent_certificate_reporter.cc', |
1365 'browser/net/chrome_fraudulent_certificate_reporter.h', | 1368 'browser/net/chrome_fraudulent_certificate_reporter.h', |
1366 'browser/net/chrome_net_log.cc', | 1369 'browser/net/chrome_net_log.cc', |
1367 'browser/net/chrome_net_log.h', | 1370 'browser/net/chrome_net_log.h', |
1368 'browser/net/chrome_network_delegate.cc', | 1371 'browser/net/chrome_network_delegate.cc', |
1369 'browser/net/chrome_network_delegate.h', | 1372 'browser/net/chrome_network_delegate.h', |
1370 'browser/net/chrome_url_request_context.cc', | 1373 'browser/net/chrome_url_request_context.cc', |
1371 'browser/net/chrome_url_request_context.h', | 1374 'browser/net/chrome_url_request_context.h', |
(...skipping 3675 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5047 # Protobuf compiler / generator for the GData protocol buffer. | 5050 # Protobuf compiler / generator for the GData protocol buffer. |
5048 'target_name': 'gdata_proto', | 5051 'target_name': 'gdata_proto', |
5049 'type': 'static_library', | 5052 'type': 'static_library', |
5050 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], | 5053 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], |
5051 'variables': { | 5054 'variables': { |
5052 'proto_in_dir': 'browser/chromeos/gdata', | 5055 'proto_in_dir': 'browser/chromeos/gdata', |
5053 'proto_out_dir': 'chrome/browser/chromeos/gdata', | 5056 'proto_out_dir': 'chrome/browser/chromeos/gdata', |
5054 }, | 5057 }, |
5055 'includes': [ '../build/protoc.gypi' ] | 5058 'includes': [ '../build/protoc.gypi' ] |
5056 }, | 5059 }, |
| 5060 { |
| 5061 # Protobuf compiler / generator for Chrome Variations seed. |
| 5062 'target_name': 'variations_seed_proto', |
| 5063 'type': 'static_library', |
| 5064 'sources': [ |
| 5065 'browser/metrics/proto/trials_seed.proto', |
| 5066 'browser/metrics/proto/study.proto', |
| 5067 ], |
| 5068 'variables': { |
| 5069 'proto_in_dir': 'browser/metrics/proto', |
| 5070 'proto_out_dir': 'chrome/browser/metrics/proto', |
| 5071 }, |
| 5072 'includes': [ '../build/protoc.gypi' ] |
| 5073 }, |
5057 ], | 5074 ], |
5058 } | 5075 } |
OLD | NEW |