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

Side by Side Diff: chrome/chrome.gyp

Issue 6154001: Move animation code to new ui/base/animation directory.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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/ui/views/toolbar_view.h ('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 1645 matching lines...) Expand 10 before | Expand all | Expand 10 after
1656 '../third_party/icu/icu.gyp:*', 1656 '../third_party/icu/icu.gyp:*',
1657 '../third_party/libpng/libpng.gyp:*', 1657 '../third_party/libpng/libpng.gyp:*',
1658 '../third_party/libwebp/libwebp.gyp:*', 1658 '../third_party/libwebp/libwebp.gyp:*',
1659 '../third_party/libxslt/libxslt.gyp:*', 1659 '../third_party/libxslt/libxslt.gyp:*',
1660 '../third_party/lzma_sdk/lzma_sdk.gyp:*', 1660 '../third_party/lzma_sdk/lzma_sdk.gyp:*',
1661 '../third_party/modp_b64/modp_b64.gyp:*', 1661 '../third_party/modp_b64/modp_b64.gyp:*',
1662 '../third_party/npapi/npapi.gyp:*', 1662 '../third_party/npapi/npapi.gyp:*',
1663 '../third_party/qcms/qcms.gyp:*', 1663 '../third_party/qcms/qcms.gyp:*',
1664 '../third_party/sqlite/sqlite.gyp:*', 1664 '../third_party/sqlite/sqlite.gyp:*',
1665 '../third_party/zlib/zlib.gyp:*', 1665 '../third_party/zlib/zlib.gyp:*',
1666 '../ui/ui.gyp:*',
1666 '../webkit/support/webkit_support.gyp:*', 1667 '../webkit/support/webkit_support.gyp:*',
1667 '../webkit/webkit.gyp:*', 1668 '../webkit/webkit.gyp:*',
1668 1669
1669 '../build/temp_gyp/googleurl.gyp:*', 1670 '../build/temp_gyp/googleurl.gyp:*',
1670 1671
1671 '../breakpad/breakpad.gyp:*', 1672 '../breakpad/breakpad.gyp:*',
1672 '../courgette/courgette.gyp:*', 1673 '../courgette/courgette.gyp:*',
1673 '../gears/gears.gyp:*', 1674 '../gears/gears.gyp:*',
1674 '../rlz/rlz.gyp:*', 1675 '../rlz/rlz.gyp:*',
1675 '../sandbox/sandbox.gyp:*', 1676 '../sandbox/sandbox.gyp:*',
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
1936 }], # targets 1937 }], # targets
1937 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" 1938 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"
1938 ], # 'conditions' 1939 ], # 'conditions'
1939 } 1940 }
1940 1941
1941 # Local Variables: 1942 # Local Variables:
1942 # tab-width:2 1943 # tab-width:2
1943 # indent-tabs-mode:nil 1944 # indent-tabs-mode:nil
1944 # End: 1945 # End:
1945 # vim: set expandtab tabstop=2 shiftwidth=2: 1946 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/toolbar_view.h ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698