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

Side by Side Diff: chrome/chrome_browser.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 | « build/temp_gyp/googleurl.gyp ('k') | chrome/chrome_browser_chromeos.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, },
11 'dependencies': [ 11 'dependencies': [
12 # NOTE: New dependencies should generally be added in the OS!="ios" 12 # NOTE: New dependencies should generally be added in the OS!="ios"
13 # dependencies block below, rather than here. 13 # dependencies block below, rather than here.
14 'browser/search_engines/prepopulated_engines.gyp:prepopulated_engines', 14 'browser/search_engines/prepopulated_engines.gyp:prepopulated_engines',
15 'browser_ui', 15 'browser_ui',
16 'cert_logger_proto', 16 'cert_logger_proto',
17 'chrome_resources.gyp:chrome_extra_resources', 17 'chrome_resources.gyp:chrome_extra_resources',
18 'chrome_resources.gyp:chrome_resources', 18 'chrome_resources.gyp:chrome_resources',
19 'chrome_resources.gyp:chrome_strings', 19 'chrome_resources.gyp:chrome_strings',
20 'chrome_resources.gyp:platform_locale_settings', 20 'chrome_resources.gyp:platform_locale_settings',
21 'chrome_resources.gyp:theme_resources', 21 'chrome_resources.gyp:theme_resources',
22 'common', 22 'common',
23 'common_net', 23 'common_net',
24 'feedback_proto', 24 'feedback_proto',
25 'in_memory_url_index_cache_proto', 25 'in_memory_url_index_cache_proto',
26 'safe_browsing_proto', 26 'safe_browsing_proto',
27 'safe_browsing_report_proto', 27 'safe_browsing_report_proto',
28 'variations_seed_proto', 28 'variations_seed_proto',
29 '../build/temp_gyp/googleurl.gyp:googleurl',
30 '../components/components.gyp:encryptor', 29 '../components/components.gyp:encryptor',
31 '../components/components.gyp:user_prefs', 30 '../components/components.gyp:user_prefs',
32 '../components/components.gyp:visitedlink_browser', 31 '../components/components.gyp:visitedlink_browser',
33 '../components/components.gyp:visitedlink_common', 32 '../components/components.gyp:visitedlink_common',
34 '../components/components.gyp:webdata_common', 33 '../components/components.gyp:webdata_common',
35 '../content/content.gyp:content_browser', 34 '../content/content.gyp:content_browser',
36 '../content/content.gyp:content_common', 35 '../content/content.gyp:content_common',
37 '../crypto/crypto.gyp:crypto', 36 '../crypto/crypto.gyp:crypto',
38 '../google_apis/google_apis.gyp:google_apis', 37 '../google_apis/google_apis.gyp:google_apis',
39 '../jingle/jingle.gyp:notifier', 38 '../jingle/jingle.gyp:notifier',
40 '../media/media.gyp:media', 39 '../media/media.gyp:media',
41 '../skia/skia.gyp:skia', 40 '../skia/skia.gyp:skia',
42 '../sql/sql.gyp:sql', 41 '../sql/sql.gyp:sql',
43 '../sync/sync.gyp:sync', 42 '../sync/sync.gyp:sync',
44 '../third_party/bzip2/bzip2.gyp:bzip2', 43 '../third_party/bzip2/bzip2.gyp:bzip2',
45 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 44 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
46 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 45 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
47 '../third_party/icu/icu.gyp:icui18n', 46 '../third_party/icu/icu.gyp:icui18n',
48 '../third_party/icu/icu.gyp:icuuc', 47 '../third_party/icu/icu.gyp:icuuc',
49 '../third_party/libjingle/libjingle.gyp:libjingle', 48 '../third_party/libjingle/libjingle.gyp:libjingle',
50 '../third_party/libxml/libxml.gyp:libxml', 49 '../third_party/libxml/libxml.gyp:libxml',
51 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', 50 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
52 '../third_party/zlib/zlib.gyp:minizip', 51 '../third_party/zlib/zlib.gyp:minizip',
53 '../third_party/zlib/zlib.gyp:zlib', 52 '../third_party/zlib/zlib.gyp:zlib',
54 '../ui/base/strings/ui_strings.gyp:ui_strings', 53 '../ui/base/strings/ui_strings.gyp:ui_strings',
55 '../ui/ui.gyp:shell_dialogs', 54 '../ui/ui.gyp:shell_dialogs',
56 '../ui/ui.gyp:ui', 55 '../ui/ui.gyp:ui',
57 '../ui/ui.gyp:ui_resources', 56 '../ui/ui.gyp:ui_resources',
57 '../url/url.gyp:url',
58 '../webkit/support/webkit_support.gyp:user_agent', 58 '../webkit/support/webkit_support.gyp:user_agent',
59 ], 59 ],
60 'include_dirs': [ 60 'include_dirs': [
61 '..', 61 '..',
62 '<(INTERMEDIATE_DIR)', 62 '<(INTERMEDIATE_DIR)',
63 # Needed by chrome_content_renderer_client.cc. & 63 # Needed by chrome_content_renderer_client.cc. &
64 # plugin_info_message_filter.cc. 64 # plugin_info_message_filter.cc.
65 '<(SHARED_INTERMEDIATE_DIR)', 65 '<(SHARED_INTERMEDIATE_DIR)',
66 ], 66 ],
67 'export_dependent_settings': [ 67 'export_dependent_settings': [
(...skipping 2946 matching lines...) Expand 10 before | Expand all | Expand 10 after
3014 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3014 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3015 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3015 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3016 }, 3016 },
3017 'includes': [ '../build/android/java_cpp_template.gypi' ], 3017 'includes': [ '../build/android/java_cpp_template.gypi' ],
3018 }, 3018 },
3019 ], 3019 ],
3020 }, 3020 },
3021 ], 3021 ],
3022 ], 3022 ],
3023 } 3023 }
OLDNEW
« no previous file with comments | « build/temp_gyp/googleurl.gyp ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698