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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11777007: Adds wallet::RequiredAction for when we start interacting with Online Wallet. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ahutter@ review Created 7 years, 11 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/autofill/wallet/wallet_items_unittest.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 '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 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 'browser/autofill/phone_field.cc', 241 'browser/autofill/phone_field.cc',
242 'browser/autofill/phone_field.h', 242 'browser/autofill/phone_field.h',
243 'browser/autofill/phone_number.cc', 243 'browser/autofill/phone_number.cc',
244 'browser/autofill/phone_number.h', 244 'browser/autofill/phone_number.h',
245 'browser/autofill/phone_number_i18n.cc', 245 'browser/autofill/phone_number_i18n.cc',
246 'browser/autofill/phone_number_i18n.h', 246 'browser/autofill/phone_number_i18n.h',
247 'browser/autofill/wallet/cart.cc', 247 'browser/autofill/wallet/cart.cc',
248 'browser/autofill/wallet/cart.h', 248 'browser/autofill/wallet/cart.h',
249 'browser/autofill/wallet/full_wallet.cc', 249 'browser/autofill/wallet/full_wallet.cc',
250 'browser/autofill/wallet/full_wallet.h', 250 'browser/autofill/wallet/full_wallet.h',
251 'browser/autofill/wallet/required_action.cc',
252 'browser/autofill/wallet/required_action.h',
251 'browser/autofill/wallet/wallet_address.cc', 253 'browser/autofill/wallet/wallet_address.cc',
252 'browser/autofill/wallet/wallet_address.h', 254 'browser/autofill/wallet/wallet_address.h',
253 'browser/autofill/wallet/wallet_client.cc', 255 'browser/autofill/wallet/wallet_client.cc',
254 'browser/autofill/wallet/wallet_client.h', 256 'browser/autofill/wallet/wallet_client.h',
255 'browser/autofill/wallet/wallet_items.cc', 257 'browser/autofill/wallet/wallet_items.cc',
256 'browser/autofill/wallet/wallet_items.h', 258 'browser/autofill/wallet/wallet_items.h',
257 'browser/autofill/wallet/wallet_service_url.cc', 259 'browser/autofill/wallet/wallet_service_url.cc',
258 'browser/autofill/wallet/wallet_service_url.h', 260 'browser/autofill/wallet/wallet_service_url.h',
259 'browser/auto_launch_trial.cc', 261 'browser/auto_launch_trial.cc',
260 'browser/auto_launch_trial.h', 262 'browser/auto_launch_trial.h',
(...skipping 2861 matching lines...) Expand 10 before | Expand all | Expand 10 after
3122 'variables': { 3124 'variables': {
3123 'jni_gen_dir': 'chrome', 3125 'jni_gen_dir': 'chrome',
3124 }, 3126 },
3125 'includes': [ '../build/jni_generator.gypi' ], 3127 'includes': [ '../build/jni_generator.gypi' ],
3126 }, 3128 },
3127 ], 3129 ],
3128 }, 3130 },
3129 ], 3131 ],
3130 ], 3132 ],
3131 } 3133 }
OLDNEW
« no previous file with comments | « chrome/browser/autofill/wallet/wallet_items_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698