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

Side by Side Diff: chrome/chrome.gyp

Issue 2873090: New IPC definitions, only applied to async ROUTED and CONTROL messages. (Closed)
Patch Set: Undo WebCursor for now to fix windows build. 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/importer/importer_messages.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 1684 matching lines...) Expand 10 before | Expand all | Expand 10 after
1695 ], 1695 ],
1696 'include_dirs': [ 1696 'include_dirs': [
1697 '..', 1697 '..',
1698 ], 1698 ],
1699 'sources': [ 1699 'sources': [
1700 'test/automation/autocomplete_edit_proxy.cc', 1700 'test/automation/autocomplete_edit_proxy.cc',
1701 'test/automation/autocomplete_edit_proxy.h', 1701 'test/automation/autocomplete_edit_proxy.h',
1702 'test/automation/automation_constants.h', 1702 'test/automation/automation_constants.h',
1703 'test/automation/automation_handle_tracker.cc', 1703 'test/automation/automation_handle_tracker.cc',
1704 'test/automation/automation_handle_tracker.h', 1704 'test/automation/automation_handle_tracker.h',
1705 'test/automation/automation_messages.cc',
1705 'test/automation/automation_messages.h', 1706 'test/automation/automation_messages.h',
1706 'test/automation/automation_messages_internal.h', 1707 'test/automation/automation_messages_internal.h',
1707 'test/automation/automation_proxy.cc', 1708 'test/automation/automation_proxy.cc',
1708 'test/automation/automation_proxy.h', 1709 'test/automation/automation_proxy.h',
1709 'test/automation/browser_proxy.cc', 1710 'test/automation/browser_proxy.cc',
1710 'test/automation/browser_proxy.h', 1711 'test/automation/browser_proxy.h',
1711 'test/automation/dom_element_proxy.cc', 1712 'test/automation/dom_element_proxy.cc',
1712 'test/automation/dom_element_proxy.h', 1713 'test/automation/dom_element_proxy.h',
1713 'test/automation/extension_proxy.cc', 1714 'test/automation/extension_proxy.cc',
1714 'test/automation/extension_proxy.h', 1715 'test/automation/extension_proxy.h',
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
1877 }], # targets 1878 }], # targets
1878 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" 1879 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"
1879 ], # 'conditions' 1880 ], # 'conditions'
1880 } 1881 }
1881 1882
1882 # Local Variables: 1883 # Local Variables:
1883 # tab-width:2 1884 # tab-width:2
1884 # indent-tabs-mode:nil 1885 # indent-tabs-mode:nil
1885 # End: 1886 # End:
1886 # vim: set expandtab tabstop=2 shiftwidth=2: 1887 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/importer/importer_messages.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698