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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10540003: Move guid generation from chrome/common/ to base/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: installer Created 8 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_common.gypi ('k') | chrome/common/cloud_print/cloud_print_helpers.cc » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 '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 1901 matching lines...) Expand 10 before | Expand all | Expand 10 after
1912 'common/extensions/manifest_tests/extension_manifests_web_unittest.cc', 1912 'common/extensions/manifest_tests/extension_manifests_web_unittest.cc',
1913 'common/extensions/matcher/substring_set_matcher_unittest.cc', 1913 'common/extensions/matcher/substring_set_matcher_unittest.cc',
1914 'common/extensions/matcher/url_matcher_unittest.cc', 1914 'common/extensions/matcher/url_matcher_unittest.cc',
1915 'common/extensions/matcher/url_matcher_factory_unittest.cc', 1915 'common/extensions/matcher/url_matcher_factory_unittest.cc',
1916 'common/extensions/manifest_unittest.cc', 1916 'common/extensions/manifest_unittest.cc',
1917 'common/extensions/update_manifest_unittest.cc', 1917 'common/extensions/update_manifest_unittest.cc',
1918 'common/extensions/url_pattern_set_unittest.cc', 1918 'common/extensions/url_pattern_set_unittest.cc',
1919 'common/extensions/url_pattern_unittest.cc', 1919 'common/extensions/url_pattern_unittest.cc',
1920 'common/extensions/user_script_unittest.cc', 1920 'common/extensions/user_script_unittest.cc',
1921 'common/extensions/api/extension_api_unittest.cc', 1921 'common/extensions/api/extension_api_unittest.cc',
1922 'common/guid_unittest.cc',
1923 'common/important_file_writer_unittest.cc', 1922 'common/important_file_writer_unittest.cc',
1924 'common/json_pref_store_unittest.cc', 1923 'common/json_pref_store_unittest.cc',
1925 'common/json_schema_validator_unittest.cc', 1924 'common/json_schema_validator_unittest.cc',
1926 'common/json_schema_validator_unittest_base.cc', 1925 'common/json_schema_validator_unittest_base.cc',
1927 'common/json_schema_validator_unittest_base.h', 1926 'common/json_schema_validator_unittest_base.h',
1928 'common/json_value_serializer_unittest.cc', 1927 'common/json_value_serializer_unittest.cc',
1929 'common/mac/cfbundle_blocker_unittest.mm', 1928 'common/mac/cfbundle_blocker_unittest.mm',
1930 'common/mac/mock_launchd.cc', 1929 'common/mac/mock_launchd.cc',
1931 'common/mac/mock_launchd.h', 1930 'common/mac/mock_launchd.h',
1932 'common/mac/objc_method_swizzle_unittest.mm', 1931 'common/mac/objc_method_swizzle_unittest.mm',
(...skipping 2756 matching lines...) Expand 10 before | Expand all | Expand 10 after
4689 # Use outputs of this action as inputs for the main target build. 4688 # Use outputs of this action as inputs for the main target build.
4690 # Seems as a misnomer but makes this happy on Linux (scons). 4689 # Seems as a misnomer but makes this happy on Linux (scons).
4691 'process_outputs_as_sources': 1, 4690 'process_outputs_as_sources': 1,
4692 }, 4691 },
4693 ], # 'actions' 4692 ], # 'actions'
4694 }, 4693 },
4695 ] 4694 ]
4696 }], # 'coverage!=0' 4695 }], # 'coverage!=0'
4697 ], # 'conditions' 4696 ], # 'conditions'
4698 } 4697 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/cloud_print/cloud_print_helpers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698