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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 25015003: gfx: Create a separate gfx component out of ui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_browser_extensions.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 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', 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 51 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
52 '../third_party/icu/icu.gyp:icui18n', 52 '../third_party/icu/icu.gyp:icui18n',
53 '../third_party/icu/icu.gyp:icuuc', 53 '../third_party/icu/icu.gyp:icuuc',
54 '../third_party/libjingle/libjingle.gyp:libjingle', 54 '../third_party/libjingle/libjingle.gyp:libjingle',
55 '../third_party/libxml/libxml.gyp:libxml', 55 '../third_party/libxml/libxml.gyp:libxml',
56 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', 56 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
57 '../third_party/zlib/google/zip.gyp:zip', 57 '../third_party/zlib/google/zip.gyp:zip',
58 '../third_party/zlib/zlib.gyp:minizip', 58 '../third_party/zlib/zlib.gyp:minizip',
59 '../third_party/zlib/zlib.gyp:zlib', 59 '../third_party/zlib/zlib.gyp:zlib',
60 '../ui/base/strings/ui_strings.gyp:ui_strings', 60 '../ui/base/strings/ui_strings.gyp:ui_strings',
61 '../ui/gfx/gfx.gyp:gfx',
61 '../ui/message_center/message_center.gyp:message_center', 62 '../ui/message_center/message_center.gyp:message_center',
62 '../ui/ui.gyp:shell_dialogs', 63 '../ui/ui.gyp:shell_dialogs',
63 '../ui/ui.gyp:ui', 64 '../ui/ui.gyp:ui',
64 '../ui/ui.gyp:ui_resources', 65 '../ui/ui.gyp:ui_resources',
65 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', 66 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
66 ], 67 ],
67 'include_dirs': [ 68 'include_dirs': [
68 '..', 69 '..',
69 '<(INTERMEDIATE_DIR)', 70 '<(INTERMEDIATE_DIR)',
70 # Needed by chrome_content_renderer_client.cc. & 71 # Needed by chrome_content_renderer_client.cc. &
(...skipping 3589 matching lines...) Expand 10 before | Expand all | Expand 10 after
3660 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3661 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3661 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3662 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3662 }, 3663 },
3663 'includes': [ '../build/android/java_cpp_template.gypi' ], 3664 'includes': [ '../build/android/java_cpp_template.gypi' ],
3664 }, 3665 },
3665 ], 3666 ],
3666 }, 3667 },
3667 ], 3668 ],
3668 ], 3669 ],
3669 } 3670 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698