Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(135)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10343007: Retrieving Chrome Variations seed from server and storing in local prefs. Loading seed data from lo… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 12 matching lines...) Expand all
23 'common/extensions/api/api.gyp:api', 23 'common/extensions/api/api.gyp:api',
24 'common_net', 24 'common_net',
25 'debugger', 25 'debugger',
26 'in_memory_url_index_cache_proto', 26 'in_memory_url_index_cache_proto',
27 'installer_util', 27 'installer_util',
28 'safe_browsing_proto', 28 'safe_browsing_proto',
29 'safe_browsing_report_proto', 29 'safe_browsing_report_proto',
30 'syncapi_service', 30 'syncapi_service',
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 '../sync/sync.gyp:syncapi_core', 42 '../sync/sync.gyp:syncapi_core',
42 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 43 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
(...skipping 1297 matching lines...) Expand 10 before | Expand all | Expand 10 after
1340 'browser/metrics/metrics_reporting_scheduler.h', 1341 'browser/metrics/metrics_reporting_scheduler.h',
1341 'browser/metrics/metrics_response.cc', 1342 'browser/metrics/metrics_response.cc',
1342 'browser/metrics/metrics_response.h', 1343 'browser/metrics/metrics_response.h',
1343 'browser/metrics/metrics_service.cc', 1344 'browser/metrics/metrics_service.cc',
1344 'browser/metrics/metrics_service.h', 1345 'browser/metrics/metrics_service.h',
1345 'browser/metrics/thread_watcher.cc', 1346 'browser/metrics/thread_watcher.cc',
1346 'browser/metrics/thread_watcher.h', 1347 'browser/metrics/thread_watcher.h',
1347 'browser/metrics/tracking_synchronizer.cc', 1348 'browser/metrics/tracking_synchronizer.cc',
1348 'browser/metrics/tracking_synchronizer.h', 1349 'browser/metrics/tracking_synchronizer.h',
1349 'browser/metrics/tracking_synchronizer_observer.h', 1350 'browser/metrics/tracking_synchronizer_observer.h',
1351 'browser/metrics/variations_service.cc',
1352 'browser/metrics/variations_service.h',
1350 'browser/native_window_notification_source.h', 1353 'browser/native_window_notification_source.h',
1351 'browser/net/browser_url_util.cc', 1354 'browser/net/browser_url_util.cc',
1352 'browser/net/browser_url_util.h', 1355 'browser/net/browser_url_util.h',
1353 'browser/net/chrome_cookie_notification_details.h', 1356 'browser/net/chrome_cookie_notification_details.h',
1354 'browser/net/chrome_fraudulent_certificate_reporter.cc', 1357 'browser/net/chrome_fraudulent_certificate_reporter.cc',
1355 'browser/net/chrome_fraudulent_certificate_reporter.h', 1358 'browser/net/chrome_fraudulent_certificate_reporter.h',
1356 'browser/net/chrome_net_log.cc', 1359 'browser/net/chrome_net_log.cc',
1357 'browser/net/chrome_net_log.h', 1360 'browser/net/chrome_net_log.h',
1358 'browser/net/chrome_network_delegate.cc', 1361 'browser/net/chrome_network_delegate.cc',
1359 'browser/net/chrome_network_delegate.h', 1362 'browser/net/chrome_network_delegate.h',
(...skipping 3883 matching lines...) Expand 10 before | Expand all | Expand 10 after
5243 # Protobuf compiler / generator for the GData protocol buffer. 5246 # Protobuf compiler / generator for the GData protocol buffer.
5244 'target_name': 'gdata_proto', 5247 'target_name': 'gdata_proto',
5245 'type': 'static_library', 5248 'type': 'static_library',
5246 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], 5249 'sources': [ 'browser/chromeos/gdata/gdata.proto' ],
5247 'variables': { 5250 'variables': {
5248 'proto_in_dir': 'browser/chromeos/gdata', 5251 'proto_in_dir': 'browser/chromeos/gdata',
5249 'proto_out_dir': 'chrome/browser/chromeos/gdata', 5252 'proto_out_dir': 'chrome/browser/chromeos/gdata',
5250 }, 5253 },
5251 'includes': [ '../build/protoc.gypi' ] 5254 'includes': [ '../build/protoc.gypi' ]
5252 }, 5255 },
5256 {
5257 # Protobuf compiler / generator for Chrome Variations seed.
5258 'target_name': 'variations_seed_proto',
5259 'type': 'static_library',
5260 'sources': [
5261 'browser/metrics/proto/trials_seed.proto',
5262 'browser/metrics/proto/study.proto',
5263 ],
5264 'variables': {
5265 'proto_in_dir': 'browser/metrics/proto',
5266 'proto_out_dir': 'chrome/browser/metrics/proto',
5267 },
5268 'includes': [ '../build/protoc.gypi' ]
5269 },
5253 ], 5270 ],
5254 } 5271 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698