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

Side by Side Diff: chrome/chrome.gyp

Issue 371029: Remove unique naming. (Closed)
Patch Set: Ready and about to go in! Created 11 years, 1 month 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 (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'variables': { 9 'variables': {
10 'version_py_path': 'tools/build/version.py', 10 'version_py_path': 'tools/build/version.py',
(...skipping 5378 matching lines...) Expand 10 before | Expand all | Expand 10 after
5389 'browser/sync/util/user_settings_unittest.cc', 5389 'browser/sync/util/user_settings_unittest.cc',
5390 'test/file_test_utils.cc', 5390 'test/file_test_utils.cc',
5391 'test/sync/engine/mock_gaia_authenticator.cc', 5391 'test/sync/engine/mock_gaia_authenticator.cc',
5392 'test/sync/engine/mock_gaia_authenticator.h', 5392 'test/sync/engine/mock_gaia_authenticator.h',
5393 'test/sync/engine/mock_gaia_authenticator_unittest.cc', 5393 'test/sync/engine/mock_gaia_authenticator_unittest.cc',
5394 'test/sync/engine/mock_server_connection.cc', 5394 'test/sync/engine/mock_server_connection.cc',
5395 'test/sync/engine/mock_server_connection.h', 5395 'test/sync/engine/mock_server_connection.h',
5396 'test/sync/engine/test_directory_setter_upper.cc', 5396 'test/sync/engine/test_directory_setter_upper.cc',
5397 'test/sync/engine/test_directory_setter_upper.h', 5397 'test/sync/engine/test_directory_setter_upper.h',
5398 'test/sync/engine/test_id_factory.h', 5398 'test/sync/engine/test_id_factory.h',
5399 'test/sync/engine/test_syncable_utils.cc',
5400 'test/sync/engine/test_syncable_utils.h',
5399 ], 5401 ],
5400 'include_dirs': [ 5402 'include_dirs': [
5401 '..', 5403 '..',
5402 '<(protoc_out_dir)', 5404 '<(protoc_out_dir)',
5403 ], 5405 ],
5404 'defines' : [ 5406 'defines' : [
5405 'SYNC_ENGINE_VERSION_STRING="Unknown"', 5407 'SYNC_ENGINE_VERSION_STRING="Unknown"',
5406 '_CRT_SECURE_NO_WARNINGS', 5408 '_CRT_SECURE_NO_WARNINGS',
5407 '_USE_32BIT_TIME_T', 5409 '_USE_32BIT_TIME_T',
5408 ], 5410 ],
(...skipping 1627 matching lines...) Expand 10 before | Expand all | Expand 10 after
7036 ] 7038 ]
7037 }], 7039 }],
7038 ], # 'conditions' 7040 ], # 'conditions'
7039 } 7041 }
7040 7042
7041 # Local Variables: 7043 # Local Variables:
7042 # tab-width:2 7044 # tab-width:2
7043 # indent-tabs-mode:nil 7045 # indent-tabs-mode:nil
7044 # End: 7046 # End:
7045 # vim: set expandtab tabstop=2 shiftwidth=2: 7047 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/sync/syncable/syncable_unittest.cc ('k') | chrome/test/sync/engine/mock_server_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698