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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7104029: Automation: fix chrome/browser dependency on chrome/test headers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 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 | « chrome/chrome.gyp ('k') | chrome/chrome_tests.gypi » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 'browser/autofill/phone_number.cc', 197 'browser/autofill/phone_number.cc',
198 'browser/autofill/phone_number.h', 198 'browser/autofill/phone_number.h',
199 'browser/autofill/phone_number_i18n.cc', 199 'browser/autofill/phone_number_i18n.cc',
200 'browser/autofill/phone_number_i18n.h', 200 'browser/autofill/phone_number_i18n.h',
201 'browser/autofill/select_control_handler.cc', 201 'browser/autofill/select_control_handler.cc',
202 'browser/autofill/select_control_handler.h', 202 'browser/autofill/select_control_handler.h',
203 'browser/automation/automation_browser_tracker.cc', 203 'browser/automation/automation_browser_tracker.cc',
204 'browser/automation/automation_browser_tracker.h', 204 'browser/automation/automation_browser_tracker.h',
205 'browser/automation/automation_extension_tracker.cc', 205 'browser/automation/automation_extension_tracker.cc',
206 'browser/automation/automation_extension_tracker.h', 206 'browser/automation/automation_extension_tracker.h',
207 'browser/automation/automation_omnibox_tracker.cc',
208 'browser/automation/automation_omnibox_tracker.h',
209 'browser/automation/automation_provider.cc', 207 'browser/automation/automation_provider.cc',
210 'browser/automation/automation_provider.h', 208 'browser/automation/automation_provider.h',
211 'browser/automation/automation_provider_gtk.cc', 209 'browser/automation/automation_provider_gtk.cc',
212 'browser/automation/automation_provider_json.cc', 210 'browser/automation/automation_provider_json.cc',
213 'browser/automation/automation_provider_json.h', 211 'browser/automation/automation_provider_json.h',
214 'browser/automation/automation_provider_list.cc', 212 'browser/automation/automation_provider_list.cc',
215 'browser/automation/automation_provider_list.h', 213 'browser/automation/automation_provider_list.h',
216 'browser/automation/automation_provider_list_generic.cc', 214 'browser/automation/automation_provider_list_generic.cc',
217 'browser/automation/automation_provider_list_mac.mm', 215 'browser/automation/automation_provider_list_mac.mm',
218 'browser/automation/automation_provider_mac.mm', 216 'browser/automation/automation_provider_mac.mm',
(...skipping 4413 matching lines...) Expand 10 before | Expand all | Expand 10 after
4632 'hard_dependency': 1, 4630 'hard_dependency': 1,
4633 }, 4631 },
4634 ], 4632 ],
4635 } 4633 }
4636 4634
4637 # Local Variables: 4635 # Local Variables:
4638 # tab-width:2 4636 # tab-width:2
4639 # indent-tabs-mode:nil 4637 # indent-tabs-mode:nil
4640 # End: 4638 # End:
4641 # vim: set expandtab tabstop=2 shiftwidth=2: 4639 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698