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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10392007: Restoring the chrome variatioons client, with a fix for browser_test failures caused by it. (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 # 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 13 matching lines...) Expand all
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 'syncapi_service', 31 'syncapi_service',
32 'feedback_proto', 32 'feedback_proto',
33 'gdata_proto', 33 'gdata_proto',
34 'variations_seed_proto',
34 '../build/temp_gyp/googleurl.gyp:googleurl', 35 '../build/temp_gyp/googleurl.gyp:googleurl',
35 '../content/content.gyp:content_browser', 36 '../content/content.gyp:content_browser',
36 '../crypto/crypto.gyp:crypto', 37 '../crypto/crypto.gyp:crypto',
37 '../media/media.gyp:media', 38 '../media/media.gyp:media',
38 '../net/net.gyp:net', 39 '../net/net.gyp:net',
39 '../ppapi/ppapi_internal.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin 40 '../ppapi/ppapi_internal.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin
40 '../printing/printing.gyp:printing', 41 '../printing/printing.gyp:printing',
41 '../skia/skia.gyp:skia', 42 '../skia/skia.gyp:skia',
42 '../sync/sync.gyp:syncapi_core', 43 '../sync/sync.gyp:syncapi_core',
43 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 44 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
(...skipping 1307 matching lines...) Expand 10 before | Expand all | Expand 10 after
1351 'browser/metrics/metrics_reporting_scheduler.h', 1352 'browser/metrics/metrics_reporting_scheduler.h',
1352 'browser/metrics/metrics_response.cc', 1353 'browser/metrics/metrics_response.cc',
1353 'browser/metrics/metrics_response.h', 1354 'browser/metrics/metrics_response.h',
1354 'browser/metrics/metrics_service.cc', 1355 'browser/metrics/metrics_service.cc',
1355 'browser/metrics/metrics_service.h', 1356 'browser/metrics/metrics_service.h',
1356 'browser/metrics/thread_watcher.cc', 1357 'browser/metrics/thread_watcher.cc',
1357 'browser/metrics/thread_watcher.h', 1358 'browser/metrics/thread_watcher.h',
1358 'browser/metrics/tracking_synchronizer.cc', 1359 'browser/metrics/tracking_synchronizer.cc',
1359 'browser/metrics/tracking_synchronizer.h', 1360 'browser/metrics/tracking_synchronizer.h',
1360 'browser/metrics/tracking_synchronizer_observer.h', 1361 'browser/metrics/tracking_synchronizer_observer.h',
1362 'browser/metrics/variations_service.cc',
1363 'browser/metrics/variations_service.h',
1361 'browser/native_window_notification_source.h', 1364 'browser/native_window_notification_source.h',
1362 'browser/net/chrome_cookie_notification_details.h', 1365 'browser/net/chrome_cookie_notification_details.h',
1363 'browser/net/chrome_fraudulent_certificate_reporter.cc', 1366 'browser/net/chrome_fraudulent_certificate_reporter.cc',
1364 'browser/net/chrome_fraudulent_certificate_reporter.h', 1367 'browser/net/chrome_fraudulent_certificate_reporter.h',
1365 'browser/net/chrome_net_log.cc', 1368 'browser/net/chrome_net_log.cc',
1366 'browser/net/chrome_net_log.h', 1369 'browser/net/chrome_net_log.h',
1367 'browser/net/chrome_network_delegate.cc', 1370 'browser/net/chrome_network_delegate.cc',
1368 'browser/net/chrome_network_delegate.h', 1371 'browser/net/chrome_network_delegate.h',
1369 'browser/net/chrome_url_request_context.cc', 1372 'browser/net/chrome_url_request_context.cc',
1370 'browser/net/chrome_url_request_context.h', 1373 'browser/net/chrome_url_request_context.h',
(...skipping 3667 matching lines...) Expand 10 before | Expand all | Expand 10 after
5038 # Protobuf compiler / generator for the GData protocol buffer. 5041 # Protobuf compiler / generator for the GData protocol buffer.
5039 'target_name': 'gdata_proto', 5042 'target_name': 'gdata_proto',
5040 'type': 'static_library', 5043 'type': 'static_library',
5041 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], 5044 'sources': [ 'browser/chromeos/gdata/gdata.proto' ],
5042 'variables': { 5045 'variables': {
5043 'proto_in_dir': 'browser/chromeos/gdata', 5046 'proto_in_dir': 'browser/chromeos/gdata',
5044 'proto_out_dir': 'chrome/browser/chromeos/gdata', 5047 'proto_out_dir': 'chrome/browser/chromeos/gdata',
5045 }, 5048 },
5046 'includes': [ '../build/protoc.gypi' ] 5049 'includes': [ '../build/protoc.gypi' ]
5047 }, 5050 },
5051 {
5052 # Protobuf compiler / generator for Chrome Variations seed.
5053 'target_name': 'variations_seed_proto',
5054 'type': 'static_library',
5055 'sources': [
5056 'browser/metrics/proto/trials_seed.proto',
5057 'browser/metrics/proto/study.proto',
5058 ],
5059 'variables': {
5060 'proto_in_dir': 'browser/metrics/proto',
5061 'proto_out_dir': 'chrome/browser/metrics/proto',
5062 },
5063 'includes': [ '../build/protoc.gypi' ]
5064 },
5048 ], 5065 ],
5049 } 5066 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698