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

Side by Side Diff: chrome/chrome.gyp

Issue 3170020: Completely revert all my IPC work to see if this was what regressed the page cycler. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Rebase 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 1691 matching lines...) Expand 10 before | Expand all | Expand 10 after
1702 ], 1702 ],
1703 'include_dirs': [ 1703 'include_dirs': [
1704 '..', 1704 '..',
1705 ], 1705 ],
1706 'sources': [ 1706 'sources': [
1707 'test/automation/autocomplete_edit_proxy.cc', 1707 'test/automation/autocomplete_edit_proxy.cc',
1708 'test/automation/autocomplete_edit_proxy.h', 1708 'test/automation/autocomplete_edit_proxy.h',
1709 'test/automation/automation_constants.h', 1709 'test/automation/automation_constants.h',
1710 'test/automation/automation_handle_tracker.cc', 1710 'test/automation/automation_handle_tracker.cc',
1711 'test/automation/automation_handle_tracker.h', 1711 'test/automation/automation_handle_tracker.h',
1712 'test/automation/automation_messages.cc',
1713 'test/automation/automation_messages.h', 1712 'test/automation/automation_messages.h',
1714 'test/automation/automation_messages_internal.h', 1713 'test/automation/automation_messages_internal.h',
1715 'test/automation/automation_proxy.cc', 1714 'test/automation/automation_proxy.cc',
1716 'test/automation/automation_proxy.h', 1715 'test/automation/automation_proxy.h',
1717 'test/automation/browser_proxy.cc', 1716 'test/automation/browser_proxy.cc',
1718 'test/automation/browser_proxy.h', 1717 'test/automation/browser_proxy.h',
1719 'test/automation/dom_element_proxy.cc', 1718 'test/automation/dom_element_proxy.cc',
1720 'test/automation/dom_element_proxy.h', 1719 'test/automation/dom_element_proxy.h',
1721 'test/automation/extension_proxy.cc', 1720 'test/automation/extension_proxy.cc',
1722 'test/automation/extension_proxy.h', 1721 'test/automation/extension_proxy.h',
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
1885 }], # targets 1884 }], # targets
1886 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" 1885 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"
1887 ], # 'conditions' 1886 ], # 'conditions'
1888 } 1887 }
1889 1888
1890 # Local Variables: 1889 # Local Variables:
1891 # tab-width:2 1890 # tab-width:2
1892 # indent-tabs-mode:nil 1891 # indent-tabs-mode:nil
1893 # End: 1892 # End:
1894 # vim: set expandtab tabstop=2 shiftwidth=2: 1893 # 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