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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 16231013: device: Restructure the layout of gyp files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: doh forgot to rename the principal - the target 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
« no previous file with comments | « chrome/chrome_resources.gyp ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1144 matching lines...) Expand 10 before | Expand all | Expand 10 after
1155 'chrome_resources.gyp:packed_extra_resources', 1155 'chrome_resources.gyp:packed_extra_resources',
1156 'chrome_resources.gyp:packed_resources', 1156 'chrome_resources.gyp:packed_resources',
1157 'common/extensions/api/api.gyp:api', 1157 'common/extensions/api/api.gyp:api',
1158 'renderer', 1158 'renderer',
1159 'test_support_common', 1159 'test_support_common',
1160 '../base/base.gyp:base', 1160 '../base/base.gyp:base',
1161 '../base/base.gyp:base_i18n', 1161 '../base/base.gyp:base_i18n',
1162 '../base/base.gyp:test_support_base', 1162 '../base/base.gyp:test_support_base',
1163 '../components/components.gyp:autofill_risk_proto', 1163 '../components/components.gyp:autofill_risk_proto',
1164 '../components/components.gyp:autofill_test_util', 1164 '../components/components.gyp:autofill_test_util',
1165 '../device/device.gyp:device_bluetooth_mocks', 1165 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
1166 '../net/net.gyp:net', 1166 '../net/net.gyp:net',
1167 '../net/net.gyp:net_test_support', 1167 '../net/net.gyp:net_test_support',
1168 '../skia/skia.gyp:skia', 1168 '../skia/skia.gyp:skia',
1169 '../sync/sync.gyp:sync', 1169 '../sync/sync.gyp:sync',
1170 '../sync/sync.gyp:test_support_sync_api', 1170 '../sync/sync.gyp:test_support_sync_api',
1171 '../testing/gmock.gyp:gmock', 1171 '../testing/gmock.gyp:gmock',
1172 '../testing/gtest.gyp:gtest', 1172 '../testing/gtest.gyp:gtest',
1173 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 1173 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
1174 '../third_party/cld/cld.gyp:cld', 1174 '../third_party/cld/cld.gyp:cld',
1175 '../third_party/icu/icu.gyp:icui18n', 1175 '../third_party/icu/icu.gyp:icui18n',
(...skipping 2222 matching lines...) Expand 10 before | Expand all | Expand 10 after
3398 # more details. 3398 # more details.
3399 'DebugInformationFormat': '3', 3399 'DebugInformationFormat': '3',
3400 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', 3400 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb',
3401 }, 3401 },
3402 }, 3402 },
3403 }, 3403 },
3404 ], 3404 ],
3405 }], 3405 }],
3406 ], # 'conditions' 3406 ], # 'conditions'
3407 } 3407 }
OLDNEW
« no previous file with comments | « chrome/chrome_resources.gyp ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698