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

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: Created 5 years, 3 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 527 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 'browser/install_verification/win/loaded_modules_snapshot.h', 538 'browser/install_verification/win/loaded_modules_snapshot.h',
539 'browser/install_verification/win/module_ids.cc', 539 'browser/install_verification/win/module_ids.cc',
540 'browser/install_verification/win/module_ids.h', 540 'browser/install_verification/win/module_ids.h',
541 'browser/install_verification/win/module_info.h', 541 'browser/install_verification/win/module_info.h',
542 'browser/install_verification/win/module_list.cc', 542 'browser/install_verification/win/module_list.cc',
543 'browser/install_verification/win/module_list.h', 543 'browser/install_verification/win/module_list.h',
544 'browser/install_verification/win/module_verification_common.cc', 544 'browser/install_verification/win/module_verification_common.cc',
545 'browser/install_verification/win/module_verification_common.h', 545 'browser/install_verification/win/module_verification_common.h',
546 'browser/internal_auth.cc', 546 'browser/internal_auth.cc',
547 'browser/internal_auth.h', 547 'browser/internal_auth.h',
548 'browser/interests/interests_retriever.h',
549 'browser/interests/interests_retriever.cc',
548 'browser/interstitials/chrome_metrics_helper.cc', 550 'browser/interstitials/chrome_metrics_helper.cc',
549 'browser/interstitials/chrome_metrics_helper.h', 551 'browser/interstitials/chrome_metrics_helper.h',
550 'browser/interstitials/security_interstitial_page.cc', 552 'browser/interstitials/security_interstitial_page.cc',
551 'browser/interstitials/security_interstitial_page.h', 553 'browser/interstitials/security_interstitial_page.h',
552 'browser/intranet_redirect_detector.cc', 554 'browser/intranet_redirect_detector.cc',
553 'browser/intranet_redirect_detector.h', 555 'browser/intranet_redirect_detector.h',
554 'browser/invalidation/invalidation_service_factory_android.cc', 556 'browser/invalidation/invalidation_service_factory_android.cc',
555 'browser/invalidation/invalidation_service_factory_android.h', 557 'browser/invalidation/invalidation_service_factory_android.h',
556 'browser/invalidation/profile_invalidation_provider_factory.cc', 558 'browser/invalidation/profile_invalidation_provider_factory.cc',
557 'browser/invalidation/profile_invalidation_provider_factory.h', 559 'browser/invalidation/profile_invalidation_provider_factory.h',
(...skipping 3557 matching lines...) Expand 10 before | Expand all | Expand 10 after
4115 '../components/components.gyp:omnibox_browser', 4117 '../components/components.gyp:omnibox_browser',
4116 '../components/components.gyp:rlz', 4118 '../components/components.gyp:rlz',
4117 '../components/components.gyp:search_engines', 4119 '../components/components.gyp:search_engines',
4118 '../rlz/rlz.gyp:rlz_lib', 4120 '../rlz/rlz.gyp:rlz_lib',
4119 ], 4121 ],
4120 }, 4122 },
4121 ], 4123 ],
4122 }], 4124 }],
4123 ], 4125 ],
4124 } 4126 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698