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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11539003: Pop up requestAutocomplete UI when autofill server hints chrome client that it is in a multipage au… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Updated string. Pop the UI only on first page of the flow. Created 8 years 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 'browser/autofill/personal_data_manager_factory.cc', 244 'browser/autofill/personal_data_manager_factory.cc',
245 'browser/autofill/personal_data_manager_factory.h', 245 'browser/autofill/personal_data_manager_factory.h',
246 'browser/autofill/personal_data_manager_mac.mm', 246 'browser/autofill/personal_data_manager_mac.mm',
247 'browser/autofill/personal_data_manager_observer.h', 247 'browser/autofill/personal_data_manager_observer.h',
248 'browser/autofill/phone_field.cc', 248 'browser/autofill/phone_field.cc',
249 'browser/autofill/phone_field.h', 249 'browser/autofill/phone_field.h',
250 'browser/autofill/phone_number.cc', 250 'browser/autofill/phone_number.cc',
251 'browser/autofill/phone_number.h', 251 'browser/autofill/phone_number.h',
252 'browser/autofill/phone_number_i18n.cc', 252 'browser/autofill/phone_number_i18n.cc',
253 'browser/autofill/phone_number_i18n.h', 253 'browser/autofill/phone_number_i18n.h',
254 'browser/autofill/wallet_infobar_delegate.cc',
255 'browser/autofill/wallet_infobar_delegate.h',
254 'browser/auto_launch_trial.cc', 256 'browser/auto_launch_trial.cc',
255 'browser/auto_launch_trial.h', 257 'browser/auto_launch_trial.h',
256 'browser/automation/automation_browser_tracker.cc', 258 'browser/automation/automation_browser_tracker.cc',
257 'browser/automation/automation_browser_tracker.h', 259 'browser/automation/automation_browser_tracker.h',
258 'browser/automation/automation_event_observers.cc', 260 'browser/automation/automation_event_observers.cc',
259 'browser/automation/automation_event_observers.h', 261 'browser/automation/automation_event_observers.h',
260 'browser/automation/automation_event_observers_chromeos.cc', 262 'browser/automation/automation_event_observers_chromeos.cc',
261 'browser/automation/automation_event_queue.cc', 263 'browser/automation/automation_event_queue.cc',
262 'browser/automation/automation_event_queue.h', 264 'browser/automation/automation_event_queue.h',
263 'browser/automation/automation_provider.cc', 265 'browser/automation/automation_provider.cc',
(...skipping 2900 matching lines...) Expand 10 before | Expand all | Expand 10 after
3164 'proto_in_dir': '../third_party/cros_system_api/dbus', 3166 'proto_in_dir': '../third_party/cros_system_api/dbus',
3165 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3167 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3166 }, 3168 },
3167 'includes': ['../build/protoc.gypi'], 3169 'includes': ['../build/protoc.gypi'],
3168 }, 3170 },
3169 ], 3171 ],
3170 }, 3172 },
3171 ], 3173 ],
3172 ], 3174 ],
3173 } 3175 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698