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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 15979002: Making credit card number un-editable in Wallet mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 6 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 1139 matching lines...) Expand 10 before | Expand all | Expand 10 after
1150 'chrome_resources.gyp:chrome_strings', 1150 'chrome_resources.gyp:chrome_strings',
1151 'chrome_resources.gyp:packed_extra_resources', 1151 'chrome_resources.gyp:packed_extra_resources',
1152 'chrome_resources.gyp:packed_resources', 1152 'chrome_resources.gyp:packed_resources',
1153 'common/extensions/api/api.gyp:api', 1153 'common/extensions/api/api.gyp:api',
1154 'renderer', 1154 'renderer',
1155 'test_support_common', 1155 'test_support_common',
1156 '../base/base.gyp:base', 1156 '../base/base.gyp:base',
1157 '../base/base.gyp:base_i18n', 1157 '../base/base.gyp:base_i18n',
1158 '../base/base.gyp:test_support_base', 1158 '../base/base.gyp:test_support_base',
1159 '../components/components.gyp:autofill_risk_proto', 1159 '../components/components.gyp:autofill_risk_proto',
1160 '../components/components.gyp:autofill_test_util',
1160 '../device/device.gyp:device_bluetooth_mocks', 1161 '../device/device.gyp:device_bluetooth_mocks',
1161 '../net/net.gyp:net', 1162 '../net/net.gyp:net',
1162 '../net/net.gyp:net_test_support', 1163 '../net/net.gyp:net_test_support',
1163 '../skia/skia.gyp:skia', 1164 '../skia/skia.gyp:skia',
1164 '../sync/sync.gyp:sync', 1165 '../sync/sync.gyp:sync',
1165 '../sync/sync.gyp:test_support_sync_api', 1166 '../sync/sync.gyp:test_support_sync_api',
1166 '../testing/gmock.gyp:gmock', 1167 '../testing/gmock.gyp:gmock',
1167 '../testing/gtest.gyp:gtest', 1168 '../testing/gtest.gyp:gtest',
1168 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 1169 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
1169 '../third_party/cld/cld.gyp:cld', 1170 '../third_party/cld/cld.gyp:cld',
(...skipping 2220 matching lines...) Expand 10 before | Expand all | Expand 10 after
3390 # more details. 3391 # more details.
3391 'DebugInformationFormat': '3', 3392 'DebugInformationFormat': '3',
3392 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', 3393 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb',
3393 }, 3394 },
3394 }, 3395 },
3395 }, 3396 },
3396 ], 3397 ],
3397 }], 3398 }],
3398 ], # 'conditions' 3399 ], # 'conditions'
3399 } 3400 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/autofill/autofill_dialog_views.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698