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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 19784010: cut a bunch of dependencies from browser->blink when in chrome_multiple_dll (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 5 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 | « no previous file | chrome/chrome_browser_ui.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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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_extensions', 8 'target_name': 'browser_extensions',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 26 matching lines...) Expand all
37 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 37 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
38 '../third_party/libusb/libusb.gyp:libusb', 38 '../third_party/libusb/libusb.gyp:libusb',
39 '../third_party/re2/re2.gyp:re2', 39 '../third_party/re2/re2.gyp:re2',
40 '../ui/base/strings/ui_strings.gyp:ui_strings', 40 '../ui/base/strings/ui_strings.gyp:ui_strings',
41 '../ui/ui.gyp:ui', 41 '../ui/ui.gyp:ui',
42 '../ui/ui.gyp:ui_resources', 42 '../ui/ui.gyp:ui_resources',
43 '../url/url.gyp:url_lib', 43 '../url/url.gyp:url_lib',
44 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', 44 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
45 '../webkit/storage_browser.gyp:webkit_storage_browser', 45 '../webkit/storage_browser.gyp:webkit_storage_browser',
46 '../webkit/storage_common.gyp:webkit_storage_common', 46 '../webkit/storage_common.gyp:webkit_storage_common',
47 '../webkit/support/webkit_support.gyp:glue',
48 '../webkit/webkit_resources.gyp:webkit_resources', 47 '../webkit/webkit_resources.gyp:webkit_resources',
49 ], 48 ],
50 'include_dirs': [ 49 'include_dirs': [
51 '..', 50 '..',
52 '<(INTERMEDIATE_DIR)', 51 '<(INTERMEDIATE_DIR)',
53 ], 52 ],
54 'sources': [ 53 'sources': [
55 # All .cc, .h, .m, and .mm files under browser/extensions except for 54 # All .cc, .h, .m, and .mm files under browser/extensions except for
56 # tests and mocks. 55 # tests and mocks.
57 '../extensions/browser/extension_prefs_scope.h', 56 '../extensions/browser/extension_prefs_scope.h',
(...skipping 907 matching lines...) Expand 10 before | Expand all | Expand 10 after
965 'browser/extensions/extension_tab_util_android.cc', 964 'browser/extensions/extension_tab_util_android.cc',
966 ], 965 ],
967 'sources!': [ 966 'sources!': [
968 'browser/extensions/extension_error_ui_default.cc', 967 'browser/extensions/extension_error_ui_default.cc',
969 'browser/extensions/extension_error_ui_default.h', 968 'browser/extensions/extension_error_ui_default.h',
970 'browser/extensions/extension_tab_util.cc', 969 'browser/extensions/extension_tab_util.cc',
971 'browser/extensions/platform_app_launcher.cc', 970 'browser/extensions/platform_app_launcher.cc',
972 'browser/extensions/platform_app_launcher.h', 971 'browser/extensions/platform_app_launcher.h',
973 ], 972 ],
974 }], 973 }],
974 ['chrome_multiple_dll!=1', {
975 'dependencies': [
976 '../webkit/support/webkit_support.gyp:glue',
977 ],
978 }],
975 ], 979 ],
976 }, 980 },
977 ], 981 ],
978 'conditions': [ 982 'conditions': [
979 ['chromeos==1', { 983 ['chromeos==1', {
980 'targets': [ 984 'targets': [
981 { 985 {
982 # Protobuf compiler / generator for contacts-related protocol buffers. 986 # Protobuf compiler / generator for contacts-related protocol buffers.
983 'target_name': 'contacts_proto', 987 'target_name': 'contacts_proto',
984 'type': 'static_library', 988 'type': 'static_library',
985 'sources': [ 'browser/chromeos/contacts/contact.proto' ], 989 'sources': [ 'browser/chromeos/contacts/contact.proto' ],
986 'variables': { 990 'variables': {
987 'proto_in_dir': 'browser/chromeos/contacts', 991 'proto_in_dir': 'browser/chromeos/contacts',
988 'proto_out_dir': 'chrome/browser/chromeos/contacts', 992 'proto_out_dir': 'chrome/browser/chromeos/contacts',
989 }, 993 },
990 'includes': [ '../build/protoc.gypi' ] 994 'includes': [ '../build/protoc.gypi' ]
991 }, 995 },
992 ], 996 ],
993 },], # 'chromeos=1' 997 },], # 'chromeos=1'
994 ], # 'conditions' 998 ], # 'conditions'
995 } 999 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698