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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 375593004: [Search] Adding a URLDataSource for search feature (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/search/contextual_search_promo_source.cc ('k') | no next file » | 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 1105 matching lines...) Expand 10 before | Expand all | Expand 10 after
1116 'browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc', 1116 'browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc',
1117 'browser/renderer_host/chrome_resource_dispatcher_host_delegate.h', 1117 'browser/renderer_host/chrome_resource_dispatcher_host_delegate.h',
1118 'browser/renderer_host/web_cache_manager.cc', 1118 'browser/renderer_host/web_cache_manager.cc',
1119 'browser/renderer_host/web_cache_manager.h', 1119 'browser/renderer_host/web_cache_manager.h',
1120 'browser/renderer_preferences_util.cc', 1120 'browser/renderer_preferences_util.cc',
1121 'browser/renderer_preferences_util.h', 1121 'browser/renderer_preferences_util.h',
1122 'browser/resources_util.cc', 1122 'browser/resources_util.cc',
1123 'browser/resources_util.h', 1123 'browser/resources_util.h',
1124 'browser/safe_browsing/safe_browsing_tab_observer.cc', 1124 'browser/safe_browsing/safe_browsing_tab_observer.cc',
1125 'browser/safe_browsing/safe_browsing_tab_observer.h', 1125 'browser/safe_browsing/safe_browsing_tab_observer.h',
1126 'browser/search/contextual_search_promo_source.cc',
1127 'browser/search/contextual_search_promo_source.h',
1126 'browser/search/hotword_client.h', 1128 'browser/search/hotword_client.h',
1127 'browser/search/hotword_service.cc', 1129 'browser/search/hotword_service.cc',
1128 'browser/search/hotword_service.h', 1130 'browser/search/hotword_service.h',
1129 'browser/search/hotword_service_factory.cc', 1131 'browser/search/hotword_service_factory.cc',
1130 'browser/search/hotword_service_factory.h', 1132 'browser/search/hotword_service_factory.h',
1131 'browser/search/iframe_source.cc', 1133 'browser/search/iframe_source.cc',
1132 'browser/search/iframe_source.h', 1134 'browser/search/iframe_source.h',
1133 'browser/search/instant_io_context.cc', 1135 'browser/search/instant_io_context.cc',
1134 'browser/search/instant_io_context.h', 1136 'browser/search/instant_io_context.h',
1135 'browser/search/instant_service.cc', 1137 'browser/search/instant_service.cc',
(...skipping 2456 matching lines...) Expand 10 before | Expand all | Expand 10 after
3592 'package_name': 'org/chromium/chrome/browser', 3594 'package_name': 'org/chromium/chrome/browser',
3593 'template_deps': ['browser/android/tab_load_status.h'], 3595 'template_deps': ['browser/android/tab_load_status.h'],
3594 }, 3596 },
3595 'includes': [ '../build/android/java_cpp_template.gypi' ], 3597 'includes': [ '../build/android/java_cpp_template.gypi' ],
3596 }, 3598 },
3597 ], 3599 ],
3598 }, 3600 },
3599 ], 3601 ],
3600 ], 3602 ],
3601 } 3603 }
OLDNEW
« no previous file with comments | « chrome/browser/search/contextual_search_promo_source.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698