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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6718027: Refactor: Move app/surface to ui/gfx/surface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Lint. Created 9 years, 9 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
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 25 matching lines...) Expand all
36 '../skia/skia.gyp:skia', 36 '../skia/skia.gyp:skia',
37 '../third_party/bzip2/bzip2.gyp:bzip2', 37 '../third_party/bzip2/bzip2.gyp:bzip2',
38 '../third_party/expat/expat.gyp:expat', 38 '../third_party/expat/expat.gyp:expat',
39 '../third_party/hunspell/hunspell.gyp:hunspell', 39 '../third_party/hunspell/hunspell.gyp:hunspell',
40 '../third_party/icu/icu.gyp:icui18n', 40 '../third_party/icu/icu.gyp:icui18n',
41 '../third_party/icu/icu.gyp:icuuc', 41 '../third_party/icu/icu.gyp:icuuc',
42 '../third_party/libjingle/libjingle.gyp:libjingle', 42 '../third_party/libjingle/libjingle.gyp:libjingle',
43 '../third_party/libxml/libxml.gyp:libxml', 43 '../third_party/libxml/libxml.gyp:libxml',
44 '../third_party/npapi/npapi.gyp:npapi', 44 '../third_party/npapi/npapi.gyp:npapi',
45 '../ui/base/strings/ui_strings.gyp:ui_strings', 45 '../ui/base/strings/ui_strings.gyp:ui_strings',
46 '../ui/gfx/surface/surface.gyp:surface',
46 '../webkit/support/webkit_support.gyp:appcache', 47 '../webkit/support/webkit_support.gyp:appcache',
47 '../webkit/support/webkit_support.gyp:blob', 48 '../webkit/support/webkit_support.gyp:blob',
48 '../webkit/support/webkit_support.gyp:database', 49 '../webkit/support/webkit_support.gyp:database',
49 '../webkit/support/webkit_support.gyp:fileapi', 50 '../webkit/support/webkit_support.gyp:fileapi',
50 '../webkit/support/webkit_support.gyp:glue', 51 '../webkit/support/webkit_support.gyp:glue',
51 '../webkit/support/webkit_support.gyp:quota', 52 '../webkit/support/webkit_support.gyp:quota',
52 '../webkit/support/webkit_support.gyp:webkit_resources', 53 '../webkit/support/webkit_support.gyp:webkit_resources',
53 ], 54 ],
54 'include_dirs': [ 55 'include_dirs': [
55 '..', 56 '..',
(...skipping 4245 matching lines...) Expand 10 before | Expand all | Expand 10 after
4301 ], 4302 ],
4302 }, 4303 },
4303 ], 4304 ],
4304 } 4305 }
4305 4306
4306 # Local Variables: 4307 # Local Variables:
4307 # tab-width:2 4308 # tab-width:2
4308 # indent-tabs-mode:nil 4309 # indent-tabs-mode:nil
4309 # End: 4310 # End:
4310 # vim: set expandtab tabstop=2 shiftwidth=2: 4311 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698