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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1317513004: Add InterestsFetcher which retrieves a user's interests from the server. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comments Created 5 years, 2 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
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 529 matching lines...) Expand 10 before | Expand all | Expand 10 after
540 'browser/install_verification/win/loaded_modules_snapshot.h', 540 'browser/install_verification/win/loaded_modules_snapshot.h',
541 'browser/install_verification/win/module_ids.cc', 541 'browser/install_verification/win/module_ids.cc',
542 'browser/install_verification/win/module_ids.h', 542 'browser/install_verification/win/module_ids.h',
543 'browser/install_verification/win/module_info.h', 543 'browser/install_verification/win/module_info.h',
544 'browser/install_verification/win/module_list.cc', 544 'browser/install_verification/win/module_list.cc',
545 'browser/install_verification/win/module_list.h', 545 'browser/install_verification/win/module_list.h',
546 'browser/install_verification/win/module_verification_common.cc', 546 'browser/install_verification/win/module_verification_common.cc',
547 'browser/install_verification/win/module_verification_common.h', 547 'browser/install_verification/win/module_verification_common.h',
548 'browser/internal_auth.cc', 548 'browser/internal_auth.cc',
549 'browser/internal_auth.h', 549 'browser/internal_auth.h',
550 'browser/interests/interests_fetcher.h',
551 'browser/interests/interests_fetcher.cc',
550 'browser/interstitials/chrome_metrics_helper.cc', 552 'browser/interstitials/chrome_metrics_helper.cc',
551 'browser/interstitials/chrome_metrics_helper.h', 553 'browser/interstitials/chrome_metrics_helper.h',
552 'browser/interstitials/security_interstitial_page.cc', 554 'browser/interstitials/security_interstitial_page.cc',
553 'browser/interstitials/security_interstitial_page.h', 555 'browser/interstitials/security_interstitial_page.h',
554 'browser/intranet_redirect_detector.cc', 556 'browser/intranet_redirect_detector.cc',
555 'browser/intranet_redirect_detector.h', 557 'browser/intranet_redirect_detector.h',
556 'browser/invalidation/invalidation_service_factory_android.cc', 558 'browser/invalidation/invalidation_service_factory_android.cc',
557 'browser/invalidation/invalidation_service_factory_android.h', 559 'browser/invalidation/invalidation_service_factory_android.h',
558 'browser/invalidation/profile_invalidation_provider_factory.cc', 560 'browser/invalidation/profile_invalidation_provider_factory.cc',
559 'browser/invalidation/profile_invalidation_provider_factory.h', 561 'browser/invalidation/profile_invalidation_provider_factory.h',
(...skipping 3554 matching lines...) Expand 10 before | Expand all | Expand 10 after
4114 '../components/components.gyp:omnibox_browser', 4116 '../components/components.gyp:omnibox_browser',
4115 '../components/components.gyp:rlz', 4117 '../components/components.gyp:rlz',
4116 '../components/components.gyp:search_engines', 4118 '../components/components.gyp:search_engines',
4117 '../rlz/rlz.gyp:rlz_lib', 4119 '../rlz/rlz.gyp:rlz_lib',
4118 ], 4120 ],
4119 }, 4121 },
4120 ], 4122 ],
4121 }], 4123 }],
4122 ], 4124 ],
4123 } 4125 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698