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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10784009: screenshot disabling policy tests (Closed) Base URL: http://git.chromium.org/chromium/src.git@disable_screenshots
Patch Set: Updated accelerator_action.h Created 8 years, 4 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
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 '../ash/accelerators/accelerator_action.h',
16 '../content/public/common/page_type.h', 17 '../content/public/common/page_type.h',
17 '../content/public/common/security_style.h', 18 '../content/public/common/security_style.h',
18 # Must come before cert_status_flags.h 19 # Must come before cert_status_flags.h
19 '../net/base/net_export.h', 20 '../net/base/net_export.h',
20 '../net/base/cert_status_flags.h', 21 '../net/base/cert_status_flags.h',
21 ], 22 ],
22 'conditions': [ 23 'conditions': [
23 ['asan==1', { 24 ['asan==1', {
24 'pyautolib_sources': [ 25 'pyautolib_sources': [
25 'test/pyautolib/asan_stub.c', 26 'test/pyautolib/asan_stub.c',
(...skipping 4600 matching lines...) Expand 10 before | Expand all | Expand 10 after
4626 'input_jars_paths': [ 4627 'input_jars_paths': [
4627 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', 4628 '<(PRODUCT_DIR)/lib.java/chromium_base.jar',
4628 ], 4629 ],
4629 }, 4630 },
4630 'includes': [ '../build/apk_test.gypi' ], 4631 'includes': [ '../build/apk_test.gypi' ],
4631 }, 4632 },
4632 ], 4633 ],
4633 }], 4634 }],
4634 ], # 'conditions' 4635 ], # 'conditions'
4635 } 4636 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698