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

Side by Side Diff: chrome/chrome.gyp

Issue 3106018: Reapplies all the IPC system work (reverts the revert r56272). (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
« no previous file with comments | « chrome/browser/visitedlink_event_listener.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) 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 1693 matching lines...) Expand 10 before | Expand all | Expand 10 after
1704 ], 1704 ],
1705 'include_dirs': [ 1705 'include_dirs': [
1706 '..', 1706 '..',
1707 ], 1707 ],
1708 'sources': [ 1708 'sources': [
1709 'test/automation/autocomplete_edit_proxy.cc', 1709 'test/automation/autocomplete_edit_proxy.cc',
1710 'test/automation/autocomplete_edit_proxy.h', 1710 'test/automation/autocomplete_edit_proxy.h',
1711 'test/automation/automation_constants.h', 1711 'test/automation/automation_constants.h',
1712 'test/automation/automation_handle_tracker.cc', 1712 'test/automation/automation_handle_tracker.cc',
1713 'test/automation/automation_handle_tracker.h', 1713 'test/automation/automation_handle_tracker.h',
1714 'test/automation/automation_messages.cc',
1714 'test/automation/automation_messages.h', 1715 'test/automation/automation_messages.h',
1715 'test/automation/automation_messages_internal.h', 1716 'test/automation/automation_messages_internal.h',
1716 'test/automation/automation_proxy.cc', 1717 'test/automation/automation_proxy.cc',
1717 'test/automation/automation_proxy.h', 1718 'test/automation/automation_proxy.h',
1718 'test/automation/browser_proxy.cc', 1719 'test/automation/browser_proxy.cc',
1719 'test/automation/browser_proxy.h', 1720 'test/automation/browser_proxy.h',
1720 'test/automation/dom_element_proxy.cc', 1721 'test/automation/dom_element_proxy.cc',
1721 'test/automation/dom_element_proxy.h', 1722 'test/automation/dom_element_proxy.h',
1722 'test/automation/extension_proxy.cc', 1723 'test/automation/extension_proxy.cc',
1723 'test/automation/extension_proxy.h', 1724 'test/automation/extension_proxy.h',
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
1886 }], # targets 1887 }], # targets
1887 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" 1888 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"
1888 ], # 'conditions' 1889 ], # 'conditions'
1889 } 1890 }
1890 1891
1891 # Local Variables: 1892 # Local Variables:
1892 # tab-width:2 1893 # tab-width:2
1893 # indent-tabs-mode:nil 1894 # indent-tabs-mode:nil
1894 # End: 1895 # End:
1895 # vim: set expandtab tabstop=2 shiftwidth=2: 1896 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/visitedlink_event_listener.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698