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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10351002: ui: Move surface/ directory out of gfx/, up to ui/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix gpu DEPS Created 8 years, 7 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 '../third_party/expat/expat.gyp:expat', 45 '../third_party/expat/expat.gyp:expat',
46 '../third_party/hunspell/hunspell.gyp:hunspell', 46 '../third_party/hunspell/hunspell.gyp:hunspell',
47 '../third_party/icu/icu.gyp:icui18n', 47 '../third_party/icu/icu.gyp:icui18n',
48 '../third_party/icu/icu.gyp:icuuc', 48 '../third_party/icu/icu.gyp:icuuc',
49 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 49 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
50 '../third_party/libjingle/libjingle.gyp:libjingle', 50 '../third_party/libjingle/libjingle.gyp:libjingle',
51 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 51 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
52 '../third_party/libxml/libxml.gyp:libxml', 52 '../third_party/libxml/libxml.gyp:libxml',
53 '../third_party/npapi/npapi.gyp:npapi', 53 '../third_party/npapi/npapi.gyp:npapi',
54 '../ui/base/strings/ui_strings.gyp:ui_strings', 54 '../ui/base/strings/ui_strings.gyp:ui_strings',
55 '../ui/gfx/surface/surface.gyp:surface', 55 '../ui/surface/surface.gyp:surface',
56 '../ui/ui.gyp:ui', 56 '../ui/ui.gyp:ui',
57 '../ui/ui.gyp:ui_resources', 57 '../ui/ui.gyp:ui_resources',
58 '../ui/ui.gyp:ui_resources_2x', 58 '../ui/ui.gyp:ui_resources_2x',
59 '../ui/ui.gyp:ui_resources_standard', 59 '../ui/ui.gyp:ui_resources_standard',
60 '../v8/tools/gyp/v8.gyp:v8', 60 '../v8/tools/gyp/v8.gyp:v8',
61 '../webkit/support/webkit_support.gyp:appcache', 61 '../webkit/support/webkit_support.gyp:appcache',
62 '../webkit/support/webkit_support.gyp:blob', 62 '../webkit/support/webkit_support.gyp:blob',
63 '../webkit/support/webkit_support.gyp:database', 63 '../webkit/support/webkit_support.gyp:database',
64 '../webkit/support/webkit_support.gyp:fileapi', 64 '../webkit/support/webkit_support.gyp:fileapi',
65 '../webkit/support/webkit_support.gyp:glue', 65 '../webkit/support/webkit_support.gyp:glue',
(...skipping 5181 matching lines...) Expand 10 before | Expand all | Expand 10 after
5247 'type': 'static_library', 5247 'type': 'static_library',
5248 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], 5248 'sources': [ 'browser/chromeos/gdata/gdata.proto' ],
5249 'variables': { 5249 'variables': {
5250 'proto_in_dir': 'browser/chromeos/gdata', 5250 'proto_in_dir': 'browser/chromeos/gdata',
5251 'proto_out_dir': 'chrome/browser/chromeos/gdata', 5251 'proto_out_dir': 'chrome/browser/chromeos/gdata',
5252 }, 5252 },
5253 'includes': [ '../build/protoc.gypi' ] 5253 'includes': [ '../build/protoc.gypi' ]
5254 }, 5254 },
5255 ], 5255 ],
5256 } 5256 }
OLDNEW
« no previous file with comments | « chrome/browser/tab_contents/thumbnail_generator_unittest.cc ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698