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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 5587001: Follow-up fixes for comments from wtc on patch http://codereview.chromium.org/5195001 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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 | « no previous file | net/base/x509_certificate_openssl.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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 1876 matching lines...) Expand 10 before | Expand all | Expand 10 after
1887 'browser/gtk/tabs/tab_renderer_gtk_unittest.cc', 1887 'browser/gtk/tabs/tab_renderer_gtk_unittest.cc',
1888 ], 1888 ],
1889 }, { # else: toolkit_views == 0 1889 }, { # else: toolkit_views == 0
1890 'sources/': [ 1890 'sources/': [
1891 ['exclude', '^browser/ui/views/'], 1891 ['exclude', '^browser/ui/views/'],
1892 ['exclude', '^../views/'], 1892 ['exclude', '^../views/'],
1893 ], 1893 ],
1894 }], 1894 }],
1895 ['use_openssl==1', { 1895 ['use_openssl==1', {
1896 'sources/': [ 1896 'sources/': [
1897 # OpenSSL build does not support firefox importer. See http://crbug. com/64926 1897 # OpenSSL build does not support firefox importer. See
1898 # http://crbug.com/64926
1898 ['exclude', '^browser/importer/'], 1899 ['exclude', '^browser/importer/'],
1899 ], 1900 ],
1900 }], 1901 }],
1901 ], 1902 ],
1902 }, 1903 },
1903 { 1904 {
1904 # Executable that runs each browser test in a new process. 1905 # Executable that runs each browser test in a new process.
1905 'target_name': 'browser_tests', 1906 'target_name': 'browser_tests',
1906 'type': 'executable', 1907 'type': 'executable',
1907 'msvs_guid': 'D7589D0D-304E-4589-85A4-153B7D84B07F', 1908 'msvs_guid': 'D7589D0D-304E-4589-85A4-153B7D84B07F',
(...skipping 1622 matching lines...) Expand 10 before | Expand all | Expand 10 after
3530 ] 3531 ]
3531 }], # 'coverage!=0' 3532 }], # 'coverage!=0'
3532 ], # 'conditions' 3533 ], # 'conditions'
3533 } 3534 }
3534 3535
3535 # Local Variables: 3536 # Local Variables:
3536 # tab-width:2 3537 # tab-width:2
3537 # indent-tabs-mode:nil 3538 # indent-tabs-mode:nil
3538 # End: 3539 # End:
3539 # vim: set expandtab tabstop=2 shiftwidth=2: 3540 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | net/base/x509_certificate_openssl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698