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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 455563002: Prefetch cache pt1 - MRU (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pfq-base
Patch Set: Get rid of C++11 features... :( Created 6 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/autocomplete/search_provider_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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 'browser/android/voice_search_tab_helper.cc', 115 'browser/android/voice_search_tab_helper.cc',
116 'browser/android/voice_search_tab_helper.h', 116 'browser/android/voice_search_tab_helper.h',
117 'browser/android/webapps/single_tab_mode_tab_helper.cc', 117 'browser/android/webapps/single_tab_mode_tab_helper.cc',
118 'browser/android/webapps/single_tab_mode_tab_helper.h', 118 'browser/android/webapps/single_tab_mode_tab_helper.h',
119 'browser/app_controller_mac.h', 119 'browser/app_controller_mac.h',
120 'browser/app_controller_mac.mm', 120 'browser/app_controller_mac.mm',
121 'browser/app_icon_win.cc', 121 'browser/app_icon_win.cc',
122 'browser/app_icon_win.h', 122 'browser/app_icon_win.h',
123 'browser/app_mode/app_mode_utils.cc', 123 'browser/app_mode/app_mode_utils.cc',
124 'browser/app_mode/app_mode_utils.h', 124 'browser/app_mode/app_mode_utils.h',
125 'browser/autocomplete/answers_cache.h',
126 'browser/autocomplete/answers_cache.cc',
125 'browser/autocomplete/autocomplete_classifier.cc', 127 'browser/autocomplete/autocomplete_classifier.cc',
126 'browser/autocomplete/autocomplete_classifier.h', 128 'browser/autocomplete/autocomplete_classifier.h',
127 'browser/autocomplete/autocomplete_classifier_factory.cc', 129 'browser/autocomplete/autocomplete_classifier_factory.cc',
128 'browser/autocomplete/autocomplete_classifier_factory.h', 130 'browser/autocomplete/autocomplete_classifier_factory.h',
129 'browser/bitmap_fetcher/bitmap_fetcher_service.cc', 131 'browser/bitmap_fetcher/bitmap_fetcher_service.cc',
130 'browser/bitmap_fetcher/bitmap_fetcher_service.h', 132 'browser/bitmap_fetcher/bitmap_fetcher_service.h',
131 'browser/bitmap_fetcher/bitmap_fetcher_service_factory.cc', 133 'browser/bitmap_fetcher/bitmap_fetcher_service_factory.cc',
132 'browser/bitmap_fetcher/bitmap_fetcher_service_factory.h', 134 'browser/bitmap_fetcher/bitmap_fetcher_service_factory.h',
133 'browser/autocomplete/autocomplete_controller.cc', 135 'browser/autocomplete/autocomplete_controller.cc',
134 'browser/autocomplete/autocomplete_controller.h', 136 'browser/autocomplete/autocomplete_controller.h',
(...skipping 3448 matching lines...) Expand 10 before | Expand all | Expand 10 after
3583 'variables': { 3585 'variables': {
3584 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3586 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3585 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3587 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3586 }, 3588 },
3587 'includes': [ '../build/protoc.gypi' ] 3589 'includes': [ '../build/protoc.gypi' ]
3588 }, 3590 },
3589 ], 3591 ],
3590 },], 3592 },],
3591 ], 3593 ],
3592 } 3594 }
OLDNEW
« no previous file with comments | « chrome/browser/autocomplete/search_provider_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698