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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1384973002: 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, 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
« no previous file with comments | « chrome/browser/interests/interests_fetcher_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 518 matching lines...) Expand 10 before | Expand all | Expand 10 after
529 'browser/install_verification/win/loaded_module_verification.h', 529 'browser/install_verification/win/loaded_module_verification.h',
530 'browser/install_verification/win/loaded_modules_snapshot.cc', 530 'browser/install_verification/win/loaded_modules_snapshot.cc',
531 'browser/install_verification/win/loaded_modules_snapshot.h', 531 'browser/install_verification/win/loaded_modules_snapshot.h',
532 'browser/install_verification/win/module_ids.cc', 532 'browser/install_verification/win/module_ids.cc',
533 'browser/install_verification/win/module_ids.h', 533 'browser/install_verification/win/module_ids.h',
534 'browser/install_verification/win/module_info.h', 534 'browser/install_verification/win/module_info.h',
535 'browser/install_verification/win/module_list.cc', 535 'browser/install_verification/win/module_list.cc',
536 'browser/install_verification/win/module_list.h', 536 'browser/install_verification/win/module_list.h',
537 'browser/install_verification/win/module_verification_common.cc', 537 'browser/install_verification/win/module_verification_common.cc',
538 'browser/install_verification/win/module_verification_common.h', 538 'browser/install_verification/win/module_verification_common.h',
539 'browser/interests/interests_fetcher.cc',
540 'browser/interests/interests_fetcher.h',
539 'browser/internal_auth.cc', 541 'browser/internal_auth.cc',
540 'browser/internal_auth.h', 542 'browser/internal_auth.h',
541 'browser/interstitials/chrome_metrics_helper.cc', 543 'browser/interstitials/chrome_metrics_helper.cc',
542 'browser/interstitials/chrome_metrics_helper.h', 544 'browser/interstitials/chrome_metrics_helper.h',
543 'browser/interstitials/security_interstitial_page.cc', 545 'browser/interstitials/security_interstitial_page.cc',
544 'browser/interstitials/security_interstitial_page.h', 546 'browser/interstitials/security_interstitial_page.h',
545 'browser/intranet_redirect_detector.cc', 547 'browser/intranet_redirect_detector.cc',
546 'browser/intranet_redirect_detector.h', 548 'browser/intranet_redirect_detector.h',
547 'browser/invalidation/invalidation_service_factory_android.cc', 549 'browser/invalidation/invalidation_service_factory_android.cc',
548 'browser/invalidation/invalidation_service_factory_android.h', 550 'browser/invalidation/invalidation_service_factory_android.h',
(...skipping 3567 matching lines...) Expand 10 before | Expand all | Expand 10 after
4116 '../components/components.gyp:omnibox_browser', 4118 '../components/components.gyp:omnibox_browser',
4117 '../components/components.gyp:rlz', 4119 '../components/components.gyp:rlz',
4118 '../components/components.gyp:search_engines', 4120 '../components/components.gyp:search_engines',
4119 '../rlz/rlz.gyp:rlz_lib', 4121 '../rlz/rlz.gyp:rlz_lib',
4120 ], 4122 ],
4121 }, 4123 },
4122 ], 4124 ],
4123 }], 4125 }],
4124 ], 4126 ],
4125 } 4127 }
OLDNEW
« no previous file with comments | « chrome/browser/interests/interests_fetcher_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698