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

Side by Side Diff: chrome/chrome_browser.gypi

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/chrome.gyp ('k') | ui/base/animation/animation.h » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 22 matching lines...) Expand all
33 '../skia/skia.gyp:skia', 33 '../skia/skia.gyp:skia',
34 '../third_party/bzip2/bzip2.gyp:bzip2', 34 '../third_party/bzip2/bzip2.gyp:bzip2',
35 '../third_party/expat/expat.gyp:expat', 35 '../third_party/expat/expat.gyp:expat',
36 '../third_party/icu/icu.gyp:icui18n', 36 '../third_party/icu/icu.gyp:icui18n',
37 '../third_party/icu/icu.gyp:icuuc', 37 '../third_party/icu/icu.gyp:icuuc',
38 '../third_party/libjingle/libjingle.gyp:libjingle', 38 '../third_party/libjingle/libjingle.gyp:libjingle',
39 '../third_party/libxml/libxml.gyp:libxml', 39 '../third_party/libxml/libxml.gyp:libxml',
40 '../third_party/npapi/npapi.gyp:npapi', 40 '../third_party/npapi/npapi.gyp:npapi',
41 '../third_party/hunspell/hunspell.gyp:hunspell', 41 '../third_party/hunspell/hunspell.gyp:hunspell',
42 '../third_party/speex/speex.gyp:libspeex', 42 '../third_party/speex/speex.gyp:libspeex',
43 '../ui/ui.gyp:ui_base',
43 '../webkit/support/webkit_support.gyp:appcache', 44 '../webkit/support/webkit_support.gyp:appcache',
44 '../webkit/support/webkit_support.gyp:blob', 45 '../webkit/support/webkit_support.gyp:blob',
45 '../webkit/support/webkit_support.gyp:database', 46 '../webkit/support/webkit_support.gyp:database',
46 '../webkit/support/webkit_support.gyp:fileapi', 47 '../webkit/support/webkit_support.gyp:fileapi',
47 '../webkit/support/webkit_support.gyp:glue', 48 '../webkit/support/webkit_support.gyp:glue',
48 '../webkit/support/webkit_support.gyp:webkit_resources', 49 '../webkit/support/webkit_support.gyp:webkit_resources',
49 ], 50 ],
50 'include_dirs': [ 51 'include_dirs': [
51 '..', 52 '..',
52 '<(INTERMEDIATE_DIR)', 53 '<(INTERMEDIATE_DIR)',
(...skipping 4470 matching lines...) Expand 10 before | Expand all | Expand 10 after
4523 ], 4524 ],
4524 }, 4525 },
4525 ], 4526 ],
4526 } 4527 }
4527 4528
4528 # Local Variables: 4529 # Local Variables:
4529 # tab-width:2 4530 # tab-width:2
4530 # indent-tabs-mode:nil 4531 # indent-tabs-mode:nil
4531 # End: 4532 # End:
4532 # vim: set expandtab tabstop=2 shiftwidth=2: 4533 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | ui/base/animation/animation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698