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

Side by Side Diff: chrome/chrome.gyp

Issue 3069034: FBTF: Reapplies r55259, the first new IPC definition patch. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 1686 matching lines...) Expand 10 before | Expand all | Expand 10 after
1697 ], 1697 ],
1698 'include_dirs': [ 1698 'include_dirs': [
1699 '..', 1699 '..',
1700 ], 1700 ],
1701 'sources': [ 1701 'sources': [
1702 'test/automation/autocomplete_edit_proxy.cc', 1702 'test/automation/autocomplete_edit_proxy.cc',
1703 'test/automation/autocomplete_edit_proxy.h', 1703 'test/automation/autocomplete_edit_proxy.h',
1704 'test/automation/automation_constants.h', 1704 'test/automation/automation_constants.h',
1705 'test/automation/automation_handle_tracker.cc', 1705 'test/automation/automation_handle_tracker.cc',
1706 'test/automation/automation_handle_tracker.h', 1706 'test/automation/automation_handle_tracker.h',
1707 'test/automation/automation_messages.cc',
1707 'test/automation/automation_messages.h', 1708 'test/automation/automation_messages.h',
1708 'test/automation/automation_messages_internal.h', 1709 'test/automation/automation_messages_internal.h',
1709 'test/automation/automation_proxy.cc', 1710 'test/automation/automation_proxy.cc',
1710 'test/automation/automation_proxy.h', 1711 'test/automation/automation_proxy.h',
1711 'test/automation/browser_proxy.cc', 1712 'test/automation/browser_proxy.cc',
1712 'test/automation/browser_proxy.h', 1713 'test/automation/browser_proxy.h',
1713 'test/automation/dom_element_proxy.cc', 1714 'test/automation/dom_element_proxy.cc',
1714 'test/automation/dom_element_proxy.h', 1715 'test/automation/dom_element_proxy.h',
1715 'test/automation/extension_proxy.cc', 1716 'test/automation/extension_proxy.cc',
1716 'test/automation/extension_proxy.h', 1717 'test/automation/extension_proxy.h',
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
1879 }], # targets 1880 }], # targets
1880 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" 1881 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"
1881 ], # 'conditions' 1882 ], # 'conditions'
1882 } 1883 }
1883 1884
1884 # Local Variables: 1885 # Local Variables:
1885 # tab-width:2 1886 # tab-width:2
1886 # indent-tabs-mode:nil 1887 # indent-tabs-mode:nil
1887 # End: 1888 # End:
1888 # vim: set expandtab tabstop=2 shiftwidth=2: 1889 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698