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

Side by Side Diff: chrome/chrome.gyp

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/browser/automation/testing_automation_provider.cc ('k') | chrome/chrome_browser.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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 'variables': { 8 'variables': {
9 'version_py_path': 'tools/build/version.py', 9 'version_py_path': 'tools/build/version.py',
10 'version_path': 'VERSION', 10 'version_path': 'VERSION',
(...skipping 1463 matching lines...) Expand 10 before | Expand all | Expand 10 after
1474 'theme_resources', 1474 'theme_resources',
1475 'theme_resources_standard', 1475 'theme_resources_standard',
1476 '../base/base.gyp:test_support_base', 1476 '../base/base.gyp:test_support_base',
1477 '../skia/skia.gyp:skia', 1477 '../skia/skia.gyp:skia',
1478 '../testing/gtest.gyp:gtest', 1478 '../testing/gtest.gyp:gtest',
1479 ], 1479 ],
1480 'include_dirs': [ 1480 'include_dirs': [
1481 '..', 1481 '..',
1482 ], 1482 ],
1483 'sources': [ 1483 'sources': [
1484 'test/automation/autocomplete_edit_proxy.cc',
1485 'test/automation/autocomplete_edit_proxy.h',
1486 'test/automation/automation_handle_tracker.cc', 1484 'test/automation/automation_handle_tracker.cc',
1487 'test/automation/automation_handle_tracker.h', 1485 'test/automation/automation_handle_tracker.h',
1488 'test/automation/automation_json_requests.cc', 1486 'test/automation/automation_json_requests.cc',
1489 'test/automation/automation_json_requests.h', 1487 'test/automation/automation_json_requests.h',
1490 'test/automation/automation_proxy.cc', 1488 'test/automation/automation_proxy.cc',
1491 'test/automation/automation_proxy.h', 1489 'test/automation/automation_proxy.h',
1492 'test/automation/browser_proxy.cc', 1490 'test/automation/browser_proxy.cc',
1493 'test/automation/browser_proxy.h', 1491 'test/automation/browser_proxy.h',
1494 'test/automation/dom_element_proxy.cc', 1492 'test/automation/dom_element_proxy.cc',
1495 'test/automation/dom_element_proxy.h', 1493 'test/automation/dom_element_proxy.h',
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
1634 }], # targets 1632 }], # targets
1635 }], # os_posix == 1 and OS != "mac" 1633 }], # os_posix == 1 and OS != "mac"
1636 ], # 'conditions' 1634 ], # 'conditions'
1637 } 1635 }
1638 1636
1639 # Local Variables: 1637 # Local Variables:
1640 # tab-width:2 1638 # tab-width:2
1641 # indent-tabs-mode:nil 1639 # indent-tabs-mode:nil
1642 # End: 1640 # End:
1643 # vim: set expandtab tabstop=2 shiftwidth=2: 1641 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/automation/testing_automation_provider.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698