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

Unified Diff: chrome/chrome_browser.gypi

Issue 23097007: Create variations target that depends on base. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/bookmarks/bookmark_prompt_controller.cc ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
===================================================================
--- chrome/chrome_browser.gypi (revision 220309)
+++ chrome/chrome_browser.gypi (working copy)
@@ -26,7 +26,6 @@
'probe_message_proto',
'safe_browsing_proto',
'safe_browsing_report_proto',
- 'variations_seed_proto',
'../components/components.gyp:browser_context_keyed_service',
'../components/components.gyp:encryptor',
'../components/components.gyp:sessions',
@@ -1121,8 +1120,6 @@
'browser/metrics/variations/variations_request_scheduler.h',
'browser/metrics/variations/variations_request_scheduler_mobile.cc',
'browser/metrics/variations/variations_request_scheduler_mobile.h',
- 'browser/metrics/variations/variations_seed_processor.cc',
- 'browser/metrics/variations/variations_seed_processor.h',
'browser/metrics/variations/variations_service.cc',
'browser/metrics/variations/variations_service.h',
'browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc',
@@ -3373,20 +3370,6 @@
'includes': [ '../build/protoc.gypi' ]
},
{
- # Protobuf compiler / generator for Chrome Variations seed.
- 'target_name': 'variations_seed_proto',
- 'type': 'static_library',
- 'sources': [
- 'browser/metrics/proto/trials_seed.proto',
- 'browser/metrics/proto/study.proto',
- ],
- 'variables': {
- 'proto_in_dir': 'browser/metrics/proto',
- 'proto_out_dir': 'chrome/browser/metrics/proto',
- },
- 'includes': [ '../build/protoc.gypi' ]
- },
- {
# Protobuf compiler / generator for Sync FileSystem protocol buffer.
'target_name': 'sync_file_system_proto',
'type': 'static_library',
« no previous file with comments | « chrome/browser/ui/bookmarks/bookmark_prompt_controller.cc ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698