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

Side by Side Diff: trunk/src/chrome/chrome_browser_ui.gypi

Issue 25161002: Revert 225857 "gfx: Create a separate gfx component out of ui." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 2 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 25 matching lines...) Expand all
36 '../skia/skia.gyp:skia', 36 '../skia/skia.gyp:skia',
37 '../sync/sync.gyp:sync', 37 '../sync/sync.gyp:sync',
38 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 38 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
39 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 39 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
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/libusb/libusb.gyp:libusb', 42 '../third_party/libusb/libusb.gyp:libusb',
43 '../third_party/libxml/libxml.gyp:libxml', 43 '../third_party/libxml/libxml.gyp:libxml',
44 '../third_party/zlib/zlib.gyp:zlib', 44 '../third_party/zlib/zlib.gyp:zlib',
45 '../ui/base/strings/ui_strings.gyp:ui_strings', 45 '../ui/base/strings/ui_strings.gyp:ui_strings',
46 '../ui/gfx/gfx.gyp:gfx',
47 '../ui/message_center/message_center.gyp:message_center', 46 '../ui/message_center/message_center.gyp:message_center',
48 '../ui/native_theme/native_theme.gyp:native_theme', 47 '../ui/native_theme/native_theme.gyp:native_theme',
49 '../ui/snapshot/snapshot.gyp:snapshot', 48 '../ui/snapshot/snapshot.gyp:snapshot',
50 '../ui/ui.gyp:ui', 49 '../ui/ui.gyp:ui',
51 '../ui/ui.gyp:ui_resources', 50 '../ui/ui.gyp:ui_resources',
52 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', 51 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
53 ], 52 ],
54 'include_dirs': [ 53 'include_dirs': [
55 '..', 54 '..',
56 '<(INTERMEDIATE_DIR)', 55 '<(INTERMEDIATE_DIR)',
(...skipping 3172 matching lines...) Expand 10 before | Expand all | Expand 10 after
3229 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3228 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3230 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3229 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3231 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3230 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3232 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3231 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3233 ], 3232 ],
3234 }], 3233 }],
3235 ], 3234 ],
3236 }, 3235 },
3237 ], 3236 ],
3238 } 3237 }
OLDNEW
« no previous file with comments | « trunk/src/chrome/chrome_browser_extensions.gypi ('k') | trunk/src/chrome/chrome_browser_ui_views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698