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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 11230022: webkit: Merge build target 'appcache' to 'webkit_storage' (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: _ Created 8 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_browser_chromeos.gypi ('k') | 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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_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 '../sync/sync.gyp:sync_notifier', 37 '../sync/sync.gyp:sync_notifier',
38 '../third_party/bzip2/bzip2.gyp:bzip2', 38 '../third_party/bzip2/bzip2.gyp:bzip2',
39 '../third_party/icu/icu.gyp:icui18n', 39 '../third_party/icu/icu.gyp:icui18n',
40 '../third_party/icu/icu.gyp:icuuc', 40 '../third_party/icu/icu.gyp:icuuc',
41 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 41 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
42 '../third_party/libusb/libusb.gyp:libusb', 42 '../third_party/libusb/libusb.gyp:libusb',
43 '../third_party/re2/re2.gyp:re2', 43 '../third_party/re2/re2.gyp:re2',
44 '../ui/base/strings/ui_strings.gyp:ui_strings', 44 '../ui/base/strings/ui_strings.gyp:ui_strings',
45 '../ui/ui.gyp:ui', 45 '../ui/ui.gyp:ui',
46 '../ui/ui.gyp:ui_resources', 46 '../ui/ui.gyp:ui_resources',
47 '../webkit/support/webkit_support.gyp:appcache',
48 '../webkit/support/webkit_support.gyp:database', 47 '../webkit/support/webkit_support.gyp:database',
49 '../webkit/support/webkit_support.gyp:glue', 48 '../webkit/support/webkit_support.gyp:glue',
50 '../webkit/support/webkit_support.gyp:quota', 49 '../webkit/support/webkit_support.gyp:quota',
51 '../webkit/support/webkit_support.gyp:user_agent', 50 '../webkit/support/webkit_support.gyp:user_agent',
52 '../webkit/support/webkit_support.gyp:webkit_base', 51 '../webkit/support/webkit_support.gyp:webkit_base',
53 '../webkit/support/webkit_support.gyp:webkit_resources', 52 '../webkit/support/webkit_support.gyp:webkit_resources',
54 '../webkit/support/webkit_support.gyp:webkit_storage', 53 '../webkit/support/webkit_support.gyp:webkit_storage',
55 ], 54 ],
56 'include_dirs': [ 55 'include_dirs': [
57 '..', 56 '..',
(...skipping 811 matching lines...) Expand 10 before | Expand all | Expand 10 after
869 'browser/extensions/app_host/update.cc', 868 'browser/extensions/app_host/update.cc',
870 'browser/extensions/app_host/update.h', 869 'browser/extensions/app_host/update.h',
871 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/app_host_exe_version.rc', 870 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/app_host_exe_version.rc',
872 ], 871 ],
873 }, 872 },
874 ], 873 ],
875 }, ], # 'OS=="win"' 874 }, ], # 'OS=="win"'
876 ], # 'conditions' 875 ], # 'conditions'
877 } 876 }
878 877
OLDNEW
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698