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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6877053: Base: More adjustments to BASE_API and project dependencies to (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 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_installer_util.gypi ('k') | chrome/common/bzip2_error_handler.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 26 matching lines...) Expand all
37 '../media/media.gyp:media_test_support', 37 '../media/media.gyp:media_test_support',
38 # 'test/test_url_request_context_getter.h' brings in this requirement. 38 # 'test/test_url_request_context_getter.h' brings in this requirement.
39 '../net/net.gyp:net_test_support', 39 '../net/net.gyp:net_test_support',
40 '../skia/skia.gyp:skia', 40 '../skia/skia.gyp:skia',
41 '../testing/gmock.gyp:gmock', 41 '../testing/gmock.gyp:gmock',
42 '../testing/gtest.gyp:gtest', 42 '../testing/gtest.gyp:gtest',
43 ], 43 ],
44 'export_dependent_settings': [ 44 'export_dependent_settings': [
45 'renderer', 45 'renderer',
46 'app/policy/cloud_policy_codegen.gyp:policy', 46 'app/policy/cloud_policy_codegen.gyp:policy',
47 '../base/base.gyp:test_support_base',
47 ], 48 ],
48 'include_dirs': [ 49 'include_dirs': [
49 '..', 50 '..',
50 ], 51 ],
51 'sources': [ 52 'sources': [
52 'app/breakpad_mac_stubs.mm', 53 'app/breakpad_mac_stubs.mm',
53 'browser/autofill/autofill_common_test.cc', 54 'browser/autofill/autofill_common_test.cc',
54 'browser/autofill/autofill_common_test.h', 55 'browser/autofill/autofill_common_test.h',
55 'browser/autofill/data_driven_test.cc', 56 'browser/autofill/data_driven_test.cc',
56 'browser/autofill/data_driven_test.h', 57 'browser/autofill/data_driven_test.h',
(...skipping 3816 matching lines...) Expand 10 before | Expand all | Expand 10 after
3873 ] 3874 ]
3874 }], # 'coverage!=0' 3875 }], # 'coverage!=0'
3875 ], # 'conditions' 3876 ], # 'conditions'
3876 } 3877 }
3877 3878
3878 # Local Variables: 3879 # Local Variables:
3879 # tab-width:2 3880 # tab-width:2
3880 # indent-tabs-mode:nil 3881 # indent-tabs-mode:nil
3881 # End: 3882 # End:
3882 # vim: set expandtab tabstop=2 shiftwidth=2: 3883 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome_installer_util.gypi ('k') | chrome/common/bzip2_error_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698