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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11231063: [views] "Hello, world" autofill imperative API dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 'browser/autocomplete/history_provider.cc', 196 'browser/autocomplete/history_provider.cc',
197 'browser/autocomplete/history_provider.h', 197 'browser/autocomplete/history_provider.h',
198 'browser/autocomplete/history_provider_util.cc', 198 'browser/autocomplete/history_provider_util.cc',
199 'browser/autocomplete/history_provider_util.h', 199 'browser/autocomplete/history_provider_util.h',
200 'browser/autocomplete/history_quick_provider.cc', 200 'browser/autocomplete/history_quick_provider.cc',
201 'browser/autocomplete/history_quick_provider.h', 201 'browser/autocomplete/history_quick_provider.h',
202 'browser/autocomplete/history_url_provider.cc', 202 'browser/autocomplete/history_url_provider.cc',
203 'browser/autocomplete/history_url_provider.h', 203 'browser/autocomplete/history_url_provider.h',
204 'browser/autocomplete/keyword_provider.cc', 204 'browser/autocomplete/keyword_provider.cc',
205 'browser/autocomplete/keyword_provider.h', 205 'browser/autocomplete/keyword_provider.h',
206 'browser/autocomplete/autocomplete_classifier.cc',
Ilya Sherman 2012/10/23 00:39:00 nit: Spurious diff?
Evan Stade 2012/10/23 01:52:04 yes, thanks for catching.
206 'browser/autocomplete/search_provider.cc', 207 'browser/autocomplete/search_provider.cc',
207 'browser/autocomplete/search_provider.h', 208 'browser/autocomplete/search_provider.h',
208 'browser/autocomplete/shortcuts_provider.cc', 209 'browser/autocomplete/shortcuts_provider.cc',
209 'browser/autocomplete/shortcuts_provider.h', 210 'browser/autocomplete/shortcuts_provider.h',
210 'browser/autocomplete/url_prefix.cc', 211 'browser/autocomplete/url_prefix.cc',
211 'browser/autocomplete/url_prefix.h', 212 'browser/autocomplete/url_prefix.h',
212 'browser/autocomplete/zero_suggest_provider.cc', 213 'browser/autocomplete/zero_suggest_provider.cc',
213 'browser/autocomplete/zero_suggest_provider.h', 214 'browser/autocomplete/zero_suggest_provider.h',
214 'browser/autofill/address.cc', 215 'browser/autofill/address.cc',
215 'browser/autofill/address.h', 216 'browser/autofill/address.h',
(...skipping 2690 matching lines...) Expand 10 before | Expand all | Expand 10 after
2906 'proto_in_dir': '../third_party/cros_system_api/dbus', 2907 'proto_in_dir': '../third_party/cros_system_api/dbus',
2907 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 2908 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
2908 }, 2909 },
2909 'includes': ['../build/protoc.gypi'], 2910 'includes': ['../build/protoc.gypi'],
2910 }, 2911 },
2911 ], 2912 ],
2912 }, 2913 },
2913 ], 2914 ],
2914 ], 2915 ],
2915 } 2916 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698