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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10803010: Upstream TabAndroid abstract class. (Closed) Base URL: http://git.chromium.org/chromium/src.git@os_compat
Patch Set: Created 8 years, 5 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | 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) 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',
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 'app/policy/cloud_policy_codegen.gyp:policy', 72 'app/policy/cloud_policy_codegen.gyp:policy',
73 '../base/base.gyp:test_support_base', 73 '../base/base.gyp:test_support_base',
74 ], 74 ],
75 'include_dirs': [ 75 'include_dirs': [
76 '..', 76 '..',
77 ], 77 ],
78 'sources': [ 78 'sources': [
79 'app/breakpad_mac_stubs.mm', 79 'app/breakpad_mac_stubs.mm',
80 'app/chrome_main_delegate.cc', 80 'app/chrome_main_delegate.cc',
81 'app/chrome_main_delegate.h', 81 'app/chrome_main_delegate.h',
82 'browser/android/tab_android_test_stubs.cc',
82 'browser/autofill/autofill_common_test.cc', 83 'browser/autofill/autofill_common_test.cc',
83 'browser/autofill/autofill_common_test.h', 84 'browser/autofill/autofill_common_test.h',
84 'browser/autofill/data_driven_test.cc', 85 'browser/autofill/data_driven_test.cc',
85 'browser/autofill/data_driven_test.h', 86 'browser/autofill/data_driven_test.h',
86 'browser/autofill/test_autofill_external_delegate.cc', 87 'browser/autofill/test_autofill_external_delegate.cc',
87 'browser/autofill/test_autofill_external_delegate.h', 88 'browser/autofill/test_autofill_external_delegate.h',
88 'browser/autofill/test_autofill_external_delegate_android.cc', 89 'browser/autofill/test_autofill_external_delegate_android.cc',
89 'browser/automation/mock_tab_event_observer.cc', 90 'browser/automation/mock_tab_event_observer.cc',
90 'browser/automation/mock_tab_event_observer.h', 91 'browser/automation/mock_tab_event_observer.h',
91 'browser/chromeos/cros/mock_cert_library.cc', 92 'browser/chromeos/cros/mock_cert_library.cc',
(...skipping 4600 matching lines...) Expand 10 before | Expand all | Expand 10 after
4692 'input_jars_paths': [ 4693 'input_jars_paths': [
4693 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', 4694 '<(PRODUCT_DIR)/lib.java/chromium_base.jar',
4694 ], 4695 ],
4695 }, 4696 },
4696 'includes': [ '../build/apk_test.gypi' ], 4697 'includes': [ '../build/apk_test.gypi' ],
4697 }, 4698 },
4698 ], 4699 ],
4699 }], 4700 }],
4700 ], # 'conditions' 4701 ], # 'conditions'
4701 } 4702 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698