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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 14089011: Roll the DEPS for google-url. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort chrome_tests.gypi Created 7 years, 8 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_browser_extensions.gypi ('k') | chrome/chrome_browser_ui_views.gyp » ('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_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 12 matching lines...) Expand all
23 'chrome_resources.gyp:chrome_strings', 23 'chrome_resources.gyp:chrome_strings',
24 'chrome_resources.gyp:platform_locale_settings', 24 'chrome_resources.gyp:platform_locale_settings',
25 'chrome_resources.gyp:theme_resources', 25 'chrome_resources.gyp:theme_resources',
26 'common', 26 'common',
27 'common_net', 27 'common_net',
28 'in_memory_url_index_cache_proto', 28 'in_memory_url_index_cache_proto',
29 'safe_browsing_proto', 29 'safe_browsing_proto',
30 'safe_browsing_report_proto', 30 'safe_browsing_report_proto',
31 'feedback_proto', 31 'feedback_proto',
32 'variations_seed_proto', 32 'variations_seed_proto',
33 '../build/temp_gyp/googleurl.gyp:googleurl', 33 '../components/components.gyp:auto_login_parser',
34 '../components/components.gyp:autofill_risk_proto', 34 '../components/components.gyp:autofill_risk_proto',
35 '../components/components.gyp:auto_login_parser',
36 '../content/content.gyp:content_browser', 35 '../content/content.gyp:content_browser',
37 '../content/content.gyp:content_common', 36 '../content/content.gyp:content_common',
38 '../crypto/crypto.gyp:crypto', 37 '../crypto/crypto.gyp:crypto',
39 '../media/media.gyp:media', 38 '../media/media.gyp:media',
40 '../skia/skia.gyp:skia', 39 '../skia/skia.gyp:skia',
41 '../sync/sync.gyp:sync', 40 '../sync/sync.gyp:sync',
42 '../third_party/bzip2/bzip2.gyp:bzip2', 41 '../third_party/bzip2/bzip2.gyp:bzip2',
43 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 42 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
44 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 43 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
45 '../third_party/icu/icu.gyp:icui18n', 44 '../third_party/icu/icu.gyp:icui18n',
46 '../third_party/icu/icu.gyp:icuuc', 45 '../third_party/icu/icu.gyp:icuuc',
47 '../third_party/libusb/libusb.gyp:libusb', 46 '../third_party/libusb/libusb.gyp:libusb',
48 '../third_party/libxml/libxml.gyp:libxml', 47 '../third_party/libxml/libxml.gyp:libxml',
49 '../third_party/zlib/zlib.gyp:zlib', 48 '../third_party/zlib/zlib.gyp:zlib',
50 '../ui/base/strings/ui_strings.gyp:ui_strings', 49 '../ui/base/strings/ui_strings.gyp:ui_strings',
51 '../ui/native_theme/native_theme.gyp:native_theme', 50 '../ui/native_theme/native_theme.gyp:native_theme',
52 '../ui/snapshot/snapshot.gyp:snapshot', 51 '../ui/snapshot/snapshot.gyp:snapshot',
53 '../ui/ui.gyp:ui', 52 '../ui/ui.gyp:ui',
54 '../ui/ui.gyp:ui_resources', 53 '../ui/ui.gyp:ui_resources',
54 '../url/url.gyp:url',
55 '../webkit/support/webkit_support.gyp:user_agent', 55 '../webkit/support/webkit_support.gyp:user_agent',
56 ], 56 ],
57 'include_dirs': [ 57 'include_dirs': [
58 '..', 58 '..',
59 '<(INTERMEDIATE_DIR)', 59 '<(INTERMEDIATE_DIR)',
60 # Needed by pepper_flash_component_installer.cc. 60 # Needed by pepper_flash_component_installer.cc.
61 '<(SHARED_INTERMEDIATE_DIR)', 61 '<(SHARED_INTERMEDIATE_DIR)',
62 ], 62 ],
63 'export_dependent_settings': [ 63 'export_dependent_settings': [
64 '../sync/sync.gyp:sync', 64 '../sync/sync.gyp:sync',
(...skipping 2821 matching lines...) Expand 10 before | Expand all | Expand 10 after
2886 }], 2886 }],
2887 ['enable_message_center==1', { 2887 ['enable_message_center==1', {
2888 'dependencies': [ 2888 'dependencies': [
2889 '../ui/message_center/message_center.gyp:message_center', 2889 '../ui/message_center/message_center.gyp:message_center',
2890 ], 2890 ],
2891 }], 2891 }],
2892 ], 2892 ],
2893 }, 2893 },
2894 ], 2894 ],
2895 } 2895 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/chrome_browser_ui_views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698