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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9535022: Exposed GetSecurityState and GetPageType to pyAuto. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 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 | « no previous file | chrome/test/functional/https.py » ('j') | chrome/test/pyautolib/pyautolib.i » ('J')
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',
11 'common/pref_names.h', 11 'common/pref_names.h',
12 'test/automation/browser_proxy.cc', 12 'test/automation/browser_proxy.cc',
13 'test/automation/browser_proxy.h', 13 'test/automation/browser_proxy.h',
14 'test/automation/tab_proxy.cc', 14 'test/automation/tab_proxy.cc',
15 'test/automation/tab_proxy.h', 15 'test/automation/tab_proxy.h',
16 '../content/public/common/page_type.h',
17 '../content/public/common/security_style.h',
18 '../net/base/net_export.h',
19 '../net/base/cert_status_flags.h',
dennis_jeffrey 2012/03/14 21:55:27 Since the order here is important, maybe we should
dyu1 2012/03/14 22:32:32 Done.
16 ], 20 ],
17 'pyautolib_libraries': [ 21 'pyautolib_libraries': [
18 ], 22 ],
19 'conditions': [ 23 'conditions': [
20 ['asan==1', { 24 ['asan==1', {
21 'pyautolib_libraries': [ 25 'pyautolib_libraries': [
22 # Link in the libasan32.a because this binary will be loaded by 26 # Link in the libasan32.a because this binary will be loaded by
23 # Python that does not have libasan in. 27 # Python that does not have libasan in.
24 '-lasan32', 28 '-lasan32',
25 ] 29 ]
(...skipping 4697 matching lines...) Expand 10 before | Expand all | Expand 10 after
4723 # Use outputs of this action as inputs for the main target build. 4727 # Use outputs of this action as inputs for the main target build.
4724 # Seems as a misnomer but makes this happy on Linux (scons). 4728 # Seems as a misnomer but makes this happy on Linux (scons).
4725 'process_outputs_as_sources': 1, 4729 'process_outputs_as_sources': 1,
4726 }, 4730 },
4727 ], # 'actions' 4731 ], # 'actions'
4728 }, 4732 },
4729 ] 4733 ]
4730 }], # 'coverage!=0' 4734 }], # 'coverage!=0'
4731 ], # 'conditions' 4735 ], # 'conditions'
4732 } 4736 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/functional/https.py » ('j') | chrome/test/pyautolib/pyautolib.i » ('J')

Powered by Google App Engine
This is Rietveld 408576698