OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'browser/chromeos/cros/network_constants.h', | 12 'browser/chromeos/cros/network_constants.h', |
13 'test/automation/browser_proxy.cc', | 13 'test/automation/browser_proxy.cc', |
14 'test/automation/browser_proxy.h', | 14 'test/automation/browser_proxy.h', |
15 'test/automation/tab_proxy.cc', | 15 'test/automation/tab_proxy.cc', |
16 'test/automation/tab_proxy.h', | 16 'test/automation/tab_proxy.h', |
17 '../content/public/common/page_type.h', | 17 '../content/public/common/page_type.h', |
18 '../content/public/common/security_style.h', | 18 '../content/public/common/security_style.h', |
19 # Must come before cert_status_flags.h | 19 # Must come before cert_status_flags.h |
20 '../net/base/net_export.h', | 20 '../net/base/net_export.h', |
21 '../net/base/cert_status_flags.h', | 21 '../net/cert/cert_status_flags.h', |
22 ], | 22 ], |
23 'conditions': [ | 23 'conditions': [ |
24 ['asan==1', { | 24 ['asan==1', { |
25 'pyautolib_sources': [ | 25 'pyautolib_sources': [ |
26 'test/pyautolib/asan_stub.c', | 26 'test/pyautolib/asan_stub.c', |
27 ] | 27 ] |
28 }], | 28 }], |
29 ], | 29 ], |
30 }, | 30 }, |
31 'includes': [ | 31 'includes': [ |
(...skipping 3214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3246 # more details. | 3246 # more details. |
3247 'DebugInformationFormat': '3', | 3247 'DebugInformationFormat': '3', |
3248 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', | 3248 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', |
3249 }, | 3249 }, |
3250 }, | 3250 }, |
3251 }, | 3251 }, |
3252 ], | 3252 ], |
3253 }], | 3253 }], |
3254 ], # 'conditions' | 3254 ], # 'conditions' |
3255 } | 3255 } |
OLD | NEW |