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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 896943002: Use UIThreadSearchTermsData to get the Google base URL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compile fixes Created 5 years, 10 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 1458 matching lines...) Expand 10 before | Expand all | Expand 10 after
1469 'browser/password_manager/native_backend_libsecret.cc', 1469 'browser/password_manager/native_backend_libsecret.cc',
1470 'browser/password_manager/native_backend_libsecret.h', 1470 'browser/password_manager/native_backend_libsecret.h',
1471 ], 1471 ],
1472 'chrome_browser_google_sources': [ 1472 'chrome_browser_google_sources': [
1473 'browser/google/chrome_google_url_tracker_client.cc', 1473 'browser/google/chrome_google_url_tracker_client.cc',
1474 'browser/google/chrome_google_url_tracker_client.h', 1474 'browser/google/chrome_google_url_tracker_client.h',
1475 'browser/google/google_brand.cc', 1475 'browser/google/google_brand.cc',
1476 'browser/google/google_brand.h', 1476 'browser/google/google_brand.h',
1477 'browser/google/google_brand_chromeos.cc', 1477 'browser/google/google_brand_chromeos.cc',
1478 'browser/google/google_brand_chromeos.h', 1478 'browser/google/google_brand_chromeos.h',
1479 'browser/google/google_profile_helper.cc',
1480 'browser/google/google_profile_helper.h',
1481 'browser/google/google_search_counter.cc', 1479 'browser/google/google_search_counter.cc',
1482 'browser/google/google_search_counter.h', 1480 'browser/google/google_search_counter.h',
1483 'browser/google/google_search_counter_android.cc', 1481 'browser/google/google_search_counter_android.cc',
1484 'browser/google/google_search_counter_android.h', 1482 'browser/google/google_search_counter_android.h',
1485 'browser/google/google_update_settings_posix.cc', 1483 'browser/google/google_update_settings_posix.cc',
1486 'browser/google/google_update_win.cc', 1484 'browser/google/google_update_win.cc',
1487 'browser/google/google_update_win.h', 1485 'browser/google/google_update_win.h',
1488 'browser/google/google_url_tracker_factory.cc', 1486 'browser/google/google_url_tracker_factory.cc',
1489 'browser/google/google_url_tracker_factory.h', 1487 'browser/google/google_url_tracker_factory.h',
1490 ], 1488 ],
(...skipping 2203 matching lines...) Expand 10 before | Expand all | Expand 10 after
3694 'variables': { 3692 'variables': {
3695 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3693 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3696 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3694 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3697 }, 3695 },
3698 'includes': [ '../build/protoc.gypi' ] 3696 'includes': [ '../build/protoc.gypi' ]
3699 }, 3697 },
3700 ], 3698 ],
3701 },], 3699 },],
3702 ], 3700 ],
3703 } 3701 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/navigation_correction_tab_observer.cc ('k') | net/test/url_request/url_request_mock_http_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698